Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---made this for someone k lol
- wait(1)
- Player = game:GetService("Players").LocalPlayer
- Character = Player.Character
- Mouse = Player:GetMouse()
- ForceField = Instance.new("ForceField")
- ForceField.Parent = Player.Character
- if Player.Character:FindFirstChild("Humanoid") then
- Player.Character.Humanoid.Health = math.huge
- Player.Character.Humanoid.Health = math.huge
- end
- Player.Character.Torso.Touched:connect(function(hit)
- if hit.Parent:FindFirstChild("Humanoid") then
- hit.Parent:BreakJoints()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement