Advertisement
MarcAndrew

Untitled

Apr 4th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Player = p
  2. workspace[Player.Name].Archivable=true
  3. pchar = workspace[Player.Name]:Clone() --Create("Model",{Parent=workspace})
  4. pchar.Parent=workspace[Player.Name]
  5. torso=pchar.Torso
  6. humane=pchar.Humanoid
  7. pchar.Name= "ZaWarudo"
  8. pl=pchar
  9. humane.MaxHealth=Health
  10. wait()
  11. humane.Health=Health
  12. humane.WalkSpeed=Speed
  13.  
  14. pchar.Shirt.ShirtTemplate = "rbxassetid://497255957"
  15. pchar.Pants.PantsTemplate = "rbxassetid://497256087"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement