Advertisement
Prephy

a script

Oct 25th, 2020 (edited)
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PL = owner
  2.  
  3. local hum = PL.Character.Humanoid
  4. hum.Parent = game.Workspace["Skeleton Dummy"]
  5. game.Workspace["Skeleton Dummy"].Humanoid.MaxHealth=99999999
  6. game.Workspace["Skeleton Dummy"].Humanoid.Health=99999999
  7. PL.Character= game.Workspace["Skeleton Dummy"]
  8. PL.Character.Humanoid.BreakJointsOnDeath = false
  9.  
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement