Can exploiters manipulate events?

So I have a remote event which opens a door the door if any of the players in the press a button in the playergui it opens a door however you need to answer questions and riddles to open it. But im quite concerned about security from what i’ve seen in games exploiters use local scripts so could an exploiter send :FireServer() to the remote event? If so it’ll make the game extremely easy and unfair

Yes, exploiters can :FireServer() on remotes. What you will need to do is check on the server if the player has solved the riddle before letting them open the door when the event is fired.

1 Like

There is no way to keep remote events securable, the only way is.

  • Add cooldown.
  • Add debounce.
  • Verifier.
  • Etc.

Exploiter can fire server event. (Remote Event)

5 Likes

I generally don’t use remote events because of this problem alone, this is why I use module scripts