Firing A CleintEvent To One Player

I’m sure there’s an easy way too do this and I’m being dumb. I am trying to fire a remote event to one players local script which would be in a gui from startergui. any ideas?

If you’re going to fire a RemoteEvent specifically for one player, you need to use the :FireClient() method and pass in the player.

RemoteEvent:FireClient(PLAYER, ...)

Put whatever arguments you want to pass in instead of the “…”

I tried this but messed up the Player.Name lol thanks

Haha, no worries. Things like this happen, and we can use these mistakes to improve. Good luck on your project!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.