This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local TweenService = game:GetService("TweenService") | |
| local Players = game:GetService("Players") | |
| local LP = Players.LocalPlayer | |
| -- SETTINGS | |
| _G.AutoArrest = true | |
| _G.NoClip = true | |
| local walkSpeed = 50 | |
| local jailPos = Vector3.new(100, 10, 500) -- Rerun 'print' in-game to get exact coords |