RBX docs Docs Idk

Remote Events

by:

eunhalua

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)