Closing the roblox client with a script

Hello, i am working on a game which will require the whole roblox client closing without the roblox menu (Escape menu) and (prefferably) without a crash message (“Roblox has crashed!” type of message)

The only 2 methods i knew have all been patched :upside_down_face: (Task.cancel crash and Touchinterest crash)

If there is an efficient way of closing the roblox client with a script without crash messages or the escape menu please tell me

I don’t think you can just cleanly crash a player without the client freezing and saying, “Roblox isn’t responding,” but you can always use a while loop with no “task.wait().”

2 Likes