Multiplayer Names

I think I know of a way to do this, but its extremely complicated, does anyone know how to?
I want to be able to display each player’s name. The hard part is getting Different players names to show rather than your name

I have 2 ways of doing this: one uses the Cloud behavior and is pretty reliable and allows for any length username but has a multi-second delay before the name shows up; the other uses the Shared behavior and makes the name show up nearly instantly, but it is limited to 16 characters and is less reliable (has a couple of known bugs).
Either of these sound interesting to you?

2 Likes

the shared behavior one please

(This is also the system that Misty Hollow has)

2 Likes

If I want to use this for a chat system, where do I need to output to get the sender’s name? @thebrickccentric

Do you mean where the finished name is actually output from?
The finished name comes out from the “join” output here:

1 Like

I figured it out, thxs

1 Like