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

How to make a script that crashes client upon clicking a gui?

Asked by
defy_j 0
3 years ago

I am making a fake exploit menu and I want it to crash every time they try and "start" the menu that I have made. It is made to annoy little roblox skids that think they own games like ragdoll engine and CBRO. I dont play them games but I want it to be as legit as possible, and I want this as a finishing touch.

1 answer

Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

You cant crash the client unless you have a script that could add a lot a bricks into the game then it goes: Roblox Player is not responding. Well you could use the :Kick() function, for example:


game.Players:Kick(“ Your Roblox Client Has Crashed”)
Ad

Answer this question