Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 765 Bytes

Remote Events.md

File metadata and controls

11 lines (7 loc) · 765 Bytes

#tag

Remote Events are used to transfer data from one side to another, making it very useful in systems that need to send data from client to server and vice versa. Remote Events are one-way, meaning it won't wait for a response from the receiving end.

NOTE: Any changes done by the client will not appear on the server, unless it's network-owned by the Player. See FilteringEnabled.

Basic Implementation and Documentation

Basic Implementation Documentation (Instance) Documentation (Tutorial)