If a remote event gets fired, when the server picks it up there is a player argument:
RemoteEvent.OnServerEvent:Connect(function(plr)
end)
But is there any way for exploiters to fire a remote event, and change the plr
argument / pretend that someone else fired it?
1 Like
0V_ex
(vex)
April 16, 2020, 4:56pm
#2
No, I don’t think so, as exploiters can only do their exploits locally.
1 Like
sjr04
(uep)
April 16, 2020, 4:56pm
#3
They cannot. The player argument is grabbed somewhere by the server so it is impossible for an exploiter to fire on behalf of another player.
3 Likes
What if an exploiter does this:
sjr04
(uep)
April 16, 2020, 5:04pm
#5
The post is not talking about being able to spoof requests as another player. It is impossible for exploiters to spoof the player argument. Like it or not.
2 Likes