Advertisement
candissss

Untitled

Jul 27th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. local Player = Game.Players.LocalPlayer
  2. local Char = Player.Character
  3. local Mouse = Player:GetMouse()
  4. local Head = Char:findFirstChild("Head")
  5. local RightArm = Char:findFirstChild("Right Arm")
  6. local LeftArm = Char:findFirstChild("Left Arm")
  7. local RightLeg = Char:findFirstChild("Right Leg")
  8. local LeftLeg = Char:findFirstChild("Left Leg")
  9. local Torso = Char:findFirstChild("Torso")
  10. local BC = BrickColor.White()
  11. local KeyPressed = false
  12.  
  13.  
  14. Char.Humanoid.Running:connect(function(speed)
  15. if speed > 1 then
  16. a = true
  17. repeat
  18. wait(.2)
  19. --Head Clone
  20. local HC = Head:clone()
  21. HC.Name = "HC"
  22. HC.HeadWeld:Remove()
  23. HC.HeadWeld:Remove()
  24. HC.HeadWeld:Remove()
  25. HC.CanCollide = false
  26. HC.Transparency = .5
  27. HC.Anchored = true
  28. HC.BrickColor = BC
  29. HC.Parent = Char
  30. Game.Debris:AddItem(HC,1.5)
  31.  
  32. --Torso Clone
  33.  
  34. local TC = Torso:clone()
  35. TC:findFirstChild("Right Hip"):Remove()
  36. TC:findFirstChild("Left Hip"):Remove()
  37. TC:findFirstChild("Right Shoulder"):Remove()
  38. TC:findFirstChild("Left Shoulder"):Remove()
  39. TC:findFirstChild("Neck"):Remove()
  40. TC.Name = "TC"
  41. TC.CanCollide = false
  42. TC.Transparency = .5
  43. TC.Anchored = true
  44. TC.BrickColor = BC
  45. TC.Parent = Char
  46. Game.Debris:AddItem(TC,1.5)
  47.  
  48. --Right Arm Clone
  49.  
  50. local RAC = RightArm:clone()
  51. RAC.Name = "RAC"
  52. RAC.CanCollide = false
  53. RAC.Transparency = .5
  54. RAC.Anchored = true
  55. RAC.BrickColor = BC
  56. RAC.Parent = Char
  57. Game.Debris:AddItem(RAC,1.5)
  58.  
  59. --Left Arm
  60.  
  61. local LAC = LeftArm:clone()
  62. LAC.Name = "LAC"
  63. LAC.CanCollide = false
  64. LAC.Transparency = .5
  65. LAC.Anchored = true
  66. LAC.BrickColor = BC
  67. LAC.Parent = Char
  68. Game.Debris:AddItem(LAC,1.5)
  69.  
  70. --Right Leg
  71.  
  72. local RLC = RightLeg:clone()
  73. RLC.Name = "RLC"
  74. RLC.CanCollide = false
  75. RLC.Transparency = .5
  76. RLC.Anchored = true
  77. RLC.BrickColor = BC
  78. RLC.Parent = Char
  79. Game.Debris:AddItem(RLC,1.5)
  80.  
  81. --Left Leg
  82.  
  83. local LLC = LeftLeg:clone()
  84. LLC.Name = "LLC"
  85. LLC.CanCollide = false
  86. LLC.Transparency = .5
  87. LLC.Anchored = true
  88. LLC.BrickColor = BC
  89. LLC.Parent = Char
  90. Game.Debris:AddItem(LLC,1.5)
  91.  
  92. until
  93. a == false
  94. end
  95. if speed == 0 then
  96. a = false
  97. end
  98. end)local Player = Game.Players.LocalPlayer
  99. local Char = Player.Character
  100. local Mouse = Player:GetMouse()
  101. local Head = Char:findFirstChild("Head")
  102. local RightArm = Char:findFirstChild("Right Arm")
  103. local LeftArm = Char:findFirstChild("Left Arm")
  104. local RightLeg = Char:findFirstChild("Right Leg")
  105. local LeftLeg = Char:findFirstChild("Left Leg")
  106. local Torso = Char:findFirstChild("Torso")
  107. local BC = BrickColor.White()
  108. local KeyPressed = false
  109.  
  110.  
  111. Char.Humanoid.Running:connect(function(speed)
  112. if speed > 1 then
  113. a = true
  114. repeat
  115. wait(.2)
  116. --Head Clone
  117. local HC = Head:clone()
  118. HC.Name = "HC"
  119. HC.HeadWeld:Remove()
  120. HC.HeadWeld:Remove()
  121. HC.HeadWeld:Remove()
  122. HC.CanCollide = false
  123. HC.Transparency = .5
  124. HC.Anchored = true
  125. HC.BrickColor = BC
  126. HC.Parent = Char
  127. Game.Debris:AddItem(HC,1.5)
  128.  
  129. --Torso Clone
  130.  
  131. local TC = Torso:clone()
  132. TC:findFirstChild("Right Hip"):Remove()
  133. TC:findFirstChild("Left Hip"):Remove()
  134. TC:findFirstChild("Right Shoulder"):Remove()
  135. TC:findFirstChild("Left Shoulder"):Remove()
  136. TC:findFirstChild("Neck"):Remove()
  137. TC.Name = "TC"
  138. TC.CanCollide = false
  139. TC.Transparency = .5
  140. TC.Anchored = true
  141. TC.BrickColor = BC
  142. TC.Parent = Char
  143. Game.Debris:AddItem(TC,1.5)
  144.  
  145. --Right Arm Clone
  146.  
  147. local RAC = RightArm:clone()
  148. RAC.Name = "RAC"
  149. RAC.CanCollide = false
  150. RAC.Transparency = .5
  151. RAC.Anchored = true
  152. RAC.BrickColor = BC
  153. RAC.Parent = Char
  154. Game.Debris:AddItem(RAC,1.5)
  155.  
  156. --Left Arm
  157.  
  158. local LAC = LeftArm:clone()
  159. LAC.Name = "LAC"
  160. LAC.CanCollide = false
  161. LAC.Transparency = .5
  162. LAC.Anchored = true
  163. LAC.BrickColor = BC
  164. LAC.Parent = Char
  165. Game.Debris:AddItem(LAC,1.5)
  166.  
  167. --Right Leg
  168.  
  169. local RLC = RightLeg:clone()
  170. RLC.Name = "RLC"
  171. RLC.CanCollide = false
  172. RLC.Transparency = .5
  173. RLC.Anchored = true
  174. RLC.BrickColor = BC
  175. RLC.Parent = Char
  176. Game.Debris:AddItem(RLC,1.5)
  177.  
  178. --Left Leg
  179.  
  180. local LLC = LeftLeg:clone()
  181. LLC.Name = "LLC"
  182. LLC.CanCollide = false
  183. LLC.Transparency = .5
  184. LLC.Anchored = true
  185. LLC.BrickColor = BC
  186. LLC.Parent = Char
  187. Game.Debris:AddItem(LLC,1.5)
  188.  
  189. until
  190. a == false
  191. end
  192. if speed == 0 then
  193. a = false
  194. end
  195. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement