Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By Haxker_6666666
- mouse = game.Players.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = ("Reset Character")
- tool.Activated:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 100
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- while true do
- game:GetService("RunService").Stepped:wait()
- game.Players.LocalPlayer.Character.Head.CanCollide = false
- game.Players.LocalPlayer.Character.Torso.CanCollide = false
- end
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
Advertisement
Add Comment
Please, Sign In to add comment