You might have to explain to me how to do this real quick not gonna lie
I recommend holding this off for a few and learning more about the Client-Server sides of Roblox.
sorry for chiming in here, but when kicking a player DONT use the :kick function, as exploiters can disable this via _namecall. instead log the player then do a while true do loop. (to crash the player)
So I just put while true do? and that crashes them?
yeah while true do end, you dont have to log it if you dont care about banning them
I might of just lost my process ngl lmao
dont close the window it will go back to studio in a second
sorry if i gave you a heart attack
Iām spamming F5 and its doing nothing. GG
keep trying it will eventually work
Nvm we good. But theres no way they can bypass a crash right?
no way in hell, exploiters can modify or stop functions on the client, but since while true is a loop not a function its impossible to bypass.