Fire Server Roblox
RemoteEvent | Documentation - Creator Hub
The event the event on the using the arguments specified with an additional player argument at the beginning.
What is - Scripting Support - DevForum |
It seems to m that is an announcement to the whole and whoever is waiting to receive it will do some sort of function.
Remote Events and Functions | Documentation - Creator Hub
Client to You can use a LocalScript to trigger an event on the by calling the method on a RemoteEvent.
How to Event from script - DevForum |
So I want to a remote event to a script, from a script, however it does not allow me to, giving me the error
Difference between Invoke and - Scripting
is only used for remote events. The difference between the two is the response. RemoteEvent will only send a request, but it will not expect a
Help with - DevForum |
hi i want help with some thing it i have in tool but it not local script can anyone help do same thing but with different way to work script.
{Closed} Can only be called from the client - Scripting
You cannot call from a script. Remotes are meant for client communication.
Will firing many times a second exceed the bandwidth limit
Well, firing a quintillion of remotes wouldn't make crash the since you'd have a debounce before running the code. So for spamming remotes,
How to an event from to - DevForum |
The easiest way is to turn one of those scripts into a ModuleScript instead, and require it in the other one. You could use BindableEvents, sure. Stick a
will not pass variable - DevForum |
Hello, Trying to use this code: client: tool = script.Parent tool) Seems simple