I have this rainbow gradient that shows up on a nametag when its on a developer. Right now, I’ve noticed that the gradient is only server sided and other players will not see it. How can I fix this?
Here’s an example of what I’m talking about:
I’m not sure how to fix this and any help would be appreciated!
Have you considered using RemoveEvents or RemoteFunctions? It’s like client communicating with the server. Alternatively, you could just use a script without needing the LocalScript to communicate the RemoveEvent then try it like dat.
If you want all the players to see the rainbow gradient, then this UI must be changed from the server to that specific player.
I assumed that the player who has that rainbow name has some kinds of special privilege, then before assigning the color to the name, simply send the RemoteEvent to the server, and let the server changes the name of that player.