Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Kicking players on the client?

Asked by 3 years ago

I've heard that exploiters can bypass an attempt to kick them if the kick comes from a local script. To substitute this, could I just destroy their player instance (from a local script), or would I still have to kick them from the server to make sure it's non bypassable?

0
use remote events DuckyRobIox 280 — 3y
0
You could use RemoteEvents, but they can still remove the localscript... Xx_XSanderPlayXx 160 — 3y
0
I know, the reason for me using a local anti-exploit is due to difficulty detecting certain exploits on the server - I created a system that'd stop inexperienced or undetermined exploiters since it's better than nothing NoahsRebels 99 — 3y

1 answer

Log in to vote
0
Answered by
emervise 123
3 years ago

Use a server script to check every couple seconds if its in the cleint and if its not then kick them or clone it back in (:

Ad

Answer this question