Kick is not a valid member of ReplicatedStorage “ReplicatedStorage” - Server - Main:9
14:26:23.342 Stack Begin - Studio
14:26:23.342 Script ‘Workspace.Saver’s Kick GUI.Main’, Line 9 - Studio - Main:9
14:26:23.342 Stack End
Well, I don’t think It’s exploitable. Since exploiters cannot actually put remote events anywhere and they can only make local scripts with their exploit \injector/. Everything is possible tho.
Clients can put in ReplicatedStorage.
The server can put anywhere anything.
-- servers duty
remote.event:connect(function(plr,kickplr) -- when sending the remote from client, the first arg will automatically be set to the player which sent the remote.
if plr.Name == admin then
kickplr:Kick()
else
plr:Kick("nice exploits, however your mother.")
end
end)