How should I go about making a whiteboard, where a person uses a textbox locally on a SurfaceGui, and relay it to serverside where everyone can see.
I know to use RemoteEvents, but I am just wondering how I go about transferring what the client has typed and relaying it to the server via RemoteEvent, may someone guide me?
I’m not sure what about this is giving you trouble. Just pass the Text property of the TextBox through the RemoteEvent and from the server’s end, change the text on the board or place an element there when receiving the event. It will be the second parameter since the first one is implicitly the player.
Including security checks is implied but no information on the circumstances leaves me unable to make comments about remote security, though adding it should be implied.
I JUST figured out how to pass text throughout RemoteEvents.