Advertisement
dpeanut1

Untitled

Dec 11th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. --MADE BY OneLegend (NOT THE SCRIPT) REGULAR SCRIPT: Go to line 4 and put your name where it says "YOUR NAME HERE". Go down to line 5 and put your targets name where it says "TARGETS NAME HERE".
  2.  
  3. times = 9000
  4. me = game.Players.dpeanut1
  5. target = game.Players.REK THIS NOOB
  6. target.Character.Parent = nil
  7. c = target.Character
  8. tag = Instance.new("ObjectValue")
  9. tag.Name = "creator"
  10. tag.Value = me
  11. tag.Parent = target.Character.Humanoid
  12. for i = 1, times + 1 do
  13. target.Character = nil
  14. target.Character = c
  15. end
  16. c.Parent = game.workspace
  17. c:BreakJoints()
  18. game.Workspace:BreakJoints()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement