Advertisement
subaru112g

something

Apr 15th, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. local plr = owner
  2. local char = plr.Character
  3. wait(0.1)
  4.  
  5. local m = Instance.new("Model", game.Workspace)
  6. m.Name = "YTYUIKJHVUYH"
  7.  
  8. local h = Instance.new("Part",m)
  9. h.Name = "Head"
  10. local me = plr.Character.Head.Mesh:Clone()
  11. me.Parent = h
  12. local facee = plr.Character.Head.face:Clone()
  13. facee.Parent = h
  14. h.Size = plr.Character.Head.Size
  15. h:BreakJoints()
  16. h.CanCollide = false
  17. h.Position = plr.Character.Head.Position
  18. h.Position = h.Position + Vector3.new(0, 10, 0)
  19. h.face.Texture = "http://www.roblox.com/asset/?id=202210455"
  20.  
  21. local t = Instance.new("Part",m)
  22. t.Name = "Torso"
  23. t.Size = plr.Character.Torso.Size
  24. t:BreakJoints()
  25. t.CanCollide = false
  26. t.Position = plr.Character.Torso.Position
  27. t.Position = t.Position + Vector3.new(0, 10, 0)
  28.  
  29. local ra = Instance.new("Part",m)
  30. ra.Name = "Right Arm"
  31. ra.Size = plr.Character["Right Arm"].Size
  32. ra:BreakJoints()
  33. ra.Position = plr.Character["Right Arm"].Position
  34. ra.Position = ra.Position + Vector3.new(0, 10, 0)
  35.  
  36. local la = Instance.new("Part",m)
  37. la.Name = "Left Arm"
  38. la.Size = plr.Character["Left Arm"].Size
  39. la:BreakJoints()
  40. la.Position = plr.Character["Left Arm"].Position
  41. la.Position = la.Position + Vector3.new(0, 10, 0)
  42.  
  43. local ll = Instance.new("Part",m)
  44. ll.Name = "Left Leg"
  45. ll.Size = plr.Character["Left Leg"].Size
  46. ll:BreakJoints()
  47. ll.Position = plr.Character["Left Leg"].Position
  48. ll.Position = ll.Position + Vector3.new(0, 10, 0)
  49.  
  50. local rl = Instance.new("Part",m)
  51. rl.Name = "Right Leg"
  52. rl.Size = plr.Character["Right Leg"].Size
  53. rl:BreakJoints()
  54. rl.Position = plr.Character["Right Leg"].Position
  55. rl.Position = rl.Position + Vector3.new(0, 10, 0)
  56.  
  57. for i,v in pairs(m:GetChildren()) do
  58. v:BreakJoints()
  59. end
  60.  
  61. local neck = Instance.new("Motor6D")
  62. neck.Name = "Neck"
  63. neck.Part0 = t
  64. neck.Part1 = h
  65. neck.Parent = t
  66. neck.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  67. neck.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  68.  
  69. local rs = Instance.new("Motor6D")
  70. rs.Name = "Right Shoulder"
  71. rs.Part0 = t
  72. rs.Part1 = ra
  73. rs.Parent = t
  74. rs.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  75. rs.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  76.  
  77. local ls = Instance.new("Motor6D")
  78. ls.Name = "Left Shoulder"
  79. ls.Part0 = t
  80. ls.Part1 = la
  81. ls.Parent = t
  82. ls.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  83. ls.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  84.  
  85. local lh = Instance.new("Motor6D")
  86. lh.Name = "Left Hip"
  87. lh.Part0 = t
  88. lh.Part1 = ll
  89. lh.Parent = t
  90. lh.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  91. lh.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  92.  
  93. local rh = Instance.new("Motor6D")
  94. rh.Name = "Right Hip"
  95. rh.Part0 = t
  96. rh.Part1 = rl
  97. rh.Parent = t
  98. rh.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  99. rh.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  100.  
  101. wait(0.000000000000001)
  102.  
  103. local hu = Instance.new("Humanoid", m)
  104. hu.MaxHealth = 100
  105. hu.Health = 100
  106. hu.WalkSpeed = 15
  107.  
  108. local animator = Instance.new("Animator",hu)
  109. local a = char.Animate:Clone()
  110. a.Parent = m
  111.  
  112. h.BrickColor = BrickColor.new("New Yeller")
  113. ra.BrickColor = BrickColor.new("New Yeller")
  114. la.BrickColor = BrickColor.new("New Yeller")
  115. t.BrickColor = BrickColor.new("Electric blue")
  116. rl.BrickColor = BrickColor.new("Lime green")
  117. ll.BrickColor = BrickColor.new("Lime green")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement