RemoteEvent not firing

Mhm. Wrong. local scripts only works if it’s inside a character or a player, or a GUI.
So, put the local script inside StarterPlayerScripts

Ok it works now but when i placed the local script in the StarterPlayerScripts i was getting an error that TextLabel isnt a valid member of billboardgui and the solution to fix that was to add .Text in it but yeah thanks for your help

Make sure to mark anything that helped you as a solution, so others know that your problem is solved. Thank you, have a great day.

What are you even talking about? This is clearly false information you are giving away to OP. Client > Server replication require the usage of RemoteEvents or RemoteFuncitons.

Bruh. She/He marked the wrong solution. Check out my posts up I clearly gave her/him the right information.

No need to use RemoteEvents if it is a ClickDetector in a server Script. The ClickDetector.MouseClick event gives the player who clicked.

1 Like

Thought he was talking about do it on the client.