Advertisement
Donny526

old character for script builder

Jun 26th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. -- I got bored. Best when you have no packages on.
  2. -- Simple yet amazing.
  3. -- Made by Donny526
  4. -- Donny526#1886
  5.  
  6. wait(1)
  7. plr = game.Players.LocalPlayer
  8. chr = plr.Character
  9. head = chr.Head
  10. torso = chr.Torso
  11. larm = chr["Left Arm"]
  12. rarm = chr["Right Arm"]
  13. lleg = chr["Left Leg"]
  14. rleg = chr["Right Leg"]
  15. face = head.face
  16.  
  17. face.Texture = "rbxassetid://1104210678"
  18.  
  19. local lamesh = Instance.new("CharacterMesh",chr)
  20. lamesh.MeshId = 1112256772
  21. lamesh.BodyPart = "LeftArm"
  22.  
  23. local ramesh = Instance.new("CharacterMesh",chr)
  24. ramesh.MeshId = 1112244824
  25. ramesh.BodyPart = "RightArm"
  26.  
  27. local llmesh = Instance.new("CharacterMesh",chr)
  28. llmesh.MeshId = 1112275294
  29. llmesh.BodyPart = "LeftLeg"
  30.  
  31. local rlmesh = Instance.new("CharacterMesh",chr)
  32. rlmesh.MeshId = 1112267576
  33. rlmesh.BodyPart = "RightLeg"
  34.  
  35. local tmesh = Instance.new("CharacterMesh",chr)
  36. tmesh.MeshId = 1112228624
  37. tmesh.BodyPart = "Torso"
  38.  
  39. local hmesh = head.Mesh
  40. hmesh.MeshType = "FileMesh"
  41. hmesh.MeshId = "rbxassetid://1104623876"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement