I’m pretty new to scripting and I usually try to figure out code for myself but I’m stumped on the way people use like the fireservice instead for example for a click button for a timer so you can’t autoclick
1 Like
Are you referring to FireServer
? The script is using a RemoteEvent to allow the client to interact with the server or vice versa. It just gives the client and server a way to communicate with each other
2 Likes
So I was told that was the most “secure” way for you game? If not, can you point me to the right direction? Im trying to learn
This document should help you understand how :FireServer()
works if this is what you are referring to:
1 Like
Yesss thank you, I’m trying to dive deeper into the actual functions and such!