Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- prison life god mode
- while wait() do
- if game.Players.LocalPlayer.Character.Humanoid.Health < 99 then
- local lastPos = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").position
- local plr = game.Players.LocalPlayer.Name
- local gayevent = game:GetService("Workspace").Remote.loadchar
- gayevent:InvokeServer(plr)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(lastPos)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement