Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. times = 30
  2. me = game.Players.memberhero
  3. target = game.Players.TARGET TARGETS NAME HERE
  4. target.Character.Parent = nil
  5. c = target.Character
  6. tag = Instance.new("ObjectValue")
  7. tag.Name = "creator"
  8. tag.Value = me
  9. tag.Parent = target.Character.Humanoid
  10. for i = 1, times + 1 do
  11. target.Character = nil
  12. target.Character = c
  13. end
  14. c.Parent = game.workspace
  15. c:BreakJoints()
  16. game.Workspace:BreakJoints()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement