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

How do you have the server remember that an event was fired?

Asked by 3 years ago
Edited 3 years ago

for a gui button, im trying to have a server remember that the button was clicked, so that when the player leaves the game, the button has the same properties as before, but I don't know where to start

1 answer

Log in to vote
0
Answered by 3 years ago

try using remote events or remote functions, it's a way to let the client and server communicate with eachother, here's an article on it:

https://developer.roblox.com/en-us/articles/Remote-Functions-and-Events

Ad

Answer this question