Advertisement
iPxter

Untitled

Jul 31st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. --[[Made by Bloodhuntermax - This was made for my friend - Digger183. What happens is you will die and your body parts
  2. Will fly around and come back together. --]]
  3.  
  4. --while true do -- will not be used in the script or you will keep dying..
  5. DoItOn = "iPxter" --Put your name in between the ''''s and where the YourNameHere part is... Put your ROBLOX username not your real name.
  6. local m = Instance.new("Model")
  7. m.Parent = game.Workspace
  8. m.Name = "Die"
  9.  
  10. local s = Instance.new("Message")
  11. s.Parent = game.Workspace.Die
  12. s.Text = "You will die in 10 secounds and your body parts will come back together!"
  13. wait(2)
  14. s:Remove()
  15.  
  16. wait(8)
  17. game.Workspace[DoItOn]["Right Arm"].Anchored = true
  18. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 104, 14.7")
  19. wait(0.1)
  20. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 105, 14.7")
  21. wait(0.1)
  22. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 106, 14.7")
  23. wait(0.1)
  24. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 107, 14.7")
  25. wait(0.1)
  26. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 108, 14.7")
  27. wait(0.1)
  28. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 109, 14.7")
  29. wait(0.1)
  30. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 110, 14.7")
  31. wait(0.1)
  32. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 120, 14.7")
  33. wait(0.1)
  34. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 136, 14.7")
  35. wait(0.1)
  36. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 135, 14.7")
  37. wait(0.1)
  38. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 134, 14.7")
  39. wait(0.1)
  40. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 124, 14.7")
  41. wait(0.1)
  42. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 114, 14.7")
  43. wait(0.1)
  44. game.Workspace[DoItOn]["Left Arm"].Position = Vector3.new("-5.35, 104, 14.7")
  45. wait(0.1)
  46. game.Workspace[DoItOn]["Right Arm"].Anchored = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement