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

How do I fire an event from server script?

Asked by
wddfrt 21
4 years ago

So basically I made a save function run in a server script every time a certain remote event is called, but you can't call a remote event in a server script. Is there any way around this?

1 answer

Log in to vote
0
Answered by
synkrio 281 Moderation Voter
4 years ago
Edited 4 years ago

You can do event:FireClient(player) or :FireAllClients(). If you're trying to do server to server communications, then you can use bindable events

Ad

Answer this question