Can exploiter fire event with another player name?

So, my question is: can exploiter FireServer with another player name, because default argument for -FireServer() is player, can exploiter change that, or roblox have automatic system for that?

No, players cant fire a remote with an other playername. The first argument in the onserverevent is always the real player that fired the event.

5 Likes

Exploiters can fire whatever they want to the server, however they cannot change who’s firing it.
The first parameter on .OnServerEvent will always be the player instance that fired the event.

2 Likes