Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

When should I use Remote Events and when should I use Remote Functions? [closed]

Asked by 4 years ago
Edited 4 years ago

I'm having troubles with some lines of code. The main parts that are mixing me up are Remote Events and Remote Functions

1
I would suggest to read this it will explains in great detail. https://developer.roblox.com/en-us/articles/Remote-Functions-and-Events DBoi941 57 — 4y
1
A couple of key points to add though: when using remotes from the server, the first parameter must always be the player, but you don't need this parameter in the local script. NEVER have your server call a remote function to a local script. SteelMettle1 394 — 4y

Answer this question