How do I find the player that fired a remote event to the server?

I have a button and if the button is pressed by a player it fires an event to the server. How would I be able to find out what player pressed the button so I could display there name in a text label?

1 Like

Is your Button a ClickDetector, ProximityPrompt, or a Touched Button?

A RemoteEvent from a Client to the Server will have the player as the first parameter.

1 Like

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