why its print me this?
1 Like
Because when you fire a client you need to specify which client you are firing the event for. In this case it would be event:FireClient(player)
.
1 Like
The FireClient
method requires a Player instance as it’s first argument, the client to fire.
2 Likes