Advertisement
memberhero

made for someone

Nov 20th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ---made this for someone k lol
  2. wait(1)
  3. Player = game:GetService("Players").LocalPlayer
  4. Character = Player.Character
  5. Mouse = Player:GetMouse()
  6. ForceField = Instance.new("ForceField")
  7. ForceField.Parent = Player.Character
  8. if Player.Character:FindFirstChild("Humanoid") then
  9. Player.Character.Humanoid.Health = math.huge
  10. Player.Character.Humanoid.Health = math.huge
  11. end
  12.  
  13.  
  14. Player.Character.Torso.Touched:connect(function(hit)
  15. if hit.Parent:FindFirstChild("Humanoid") then
  16. hit.Parent:BreakJoints()
  17. end
  18. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement