I have a question. I have some information I want to be sent over to a Client and their GUI but I don’t know how to do this. The Information is in Server Storage and I needed it to be sent to the player in a script. I tried to use a RemoteEvent and FireClient but I got this error:
FireClient: player argument must be a Player object
If you know how i can transfer this data, It would be appreciated.
Yes, Argument 1 needs to be a player Instance
you can just do Players:FindFirstChild(name or something lol) or get the player as a returned value through a function.