Advertisement
Prephy

become dummy

Nov 18th, 2020
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PL = owner
  2.  
  3. PL:LoadCharacter()
  4. wait(0.4)
  5. game.Workspace.Dummy.Humanoid.BreakJointsOnDeath=false
  6. game.Workspace.Dummy.Humanoid.WalkSpeed=16
  7. local hu = PL.Character.Humanoid
  8. hu.Parent = workspace.Dummy
  9. PL.Character= workspace.Dummy
  10. PL.Character.Humanoid.BreakJointsOnDeath = false
  11. PL.Character.Humanoid.WalkSpeed=16
  12.  
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement