EnglishV3rmillion

Untitled

Jun 25th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. --Script made by SpoingeBob (ewum)
  2. -- Do not try to copy this script
  3. -- Thanks for using this script
  4. -- Enjoy
  5. ------------------------------------
  6. local player = game.Players:WaitForChild("SpoingeBob")
  7. local plr = game.Workspace:WaitForChild("SpoingeBob")
  8. local hum = plr.Humanoid
  9. local Mouse = player:GetMouse()
  10.  
  11. local weldtorso = Instance.new("Weld",plr.Torso)
  12. local weldarmleft = Instance.new("Weld",plr:WaitForChild("Left Arm"))
  13. local weldarmright = Instance.new("Weld",plr:WaitForChild("Right Arm"))
  14. local weldlegleft = Instance.new("Weld",plr:WaitForChild("Left Leg"))
  15. local weldlegright = Instance.new("Weld",plr:WaitForChild("Right Leg"))
  16. local weldhead = Instance.new("Weld",plr:WaitForChild("Head"))
  17.  
  18. local torso = Instance.new("Part",plr)
  19. local armleft = Instance.new("Part",plr)
  20. local armright = Instance.new("Part",plr)
  21. local legleft = Instance.new("Part",plr)
  22. local legright = Instance.new("Part",plr)
  23. local head = Instance.new("Part",plr)
  24.  
  25. torso.Size = Vector3.new(2, 2, 2)
  26. armleft.Position = Vector3.new(0, 0, 3)
  27. armleft.Size = Vector3.new(1,2,1)
  28. armright.Size = Vector3.new(1,2,1)
  29. armright.Position = Vector3.new(3, 0, 0)
  30. legleft.Size = Vector3.new(1, 2, 1)
  31. legleft.Position = Vector3.new(0, 0, 2)
  32. legright.Position = Vector3.new(2, 0, 0)
  33. legright.Size = Vector3.new(1, 2, 1)
  34. head.Size = Vector3.new(1.5, 1.5, 1.5)
  35.  
  36.  
  37. plr.Head.Transparency = 1
  38. plr.Torso.Transparency = 1
  39. plr:WaitForChild("Right Arm").Transparency = 1
  40. plr:WaitForChild("Right Leg").Transparency = 1
  41. plr:WaitForChild("Left Arm").Transparency = 1
  42. plr:WaitForChild("Left Leg").Transparency = 1
  43.  
  44. weldtorso.Part1 = torso
  45. weldtorso.Part0 = plr.Torso
  46. weldarmleft.Part1 = armleft
  47. weldarmleft.Part0 = plr:WaitForChild("Left Arm")
  48. weldarmright.Part1 = armright
  49. weldarmright.Part0 = plr:WaitForChild("Right Arm")
  50. weldlegleft.Part1 = legleft
  51. weldlegleft.Part0 = plr:WaitForChild("Left Leg")
  52. weldlegright.Part1 = legright
  53. weldlegright.Part0 = plr:WaitForChild("Right Leg")
  54. weldhead.Part1 = head
  55. weldhead.Part0 = plr.Head
  56.  
  57.  
  58. armleft.Name = "NewLeftArm"
  59. armright.Name = "NewRightArm"
  60. legleft.Name = "NewLeftLeg"
  61. legright.Name = "NewRightLeg"
  62. torso.Name = "NewTorso"
  63. head.Name = "NewHead"
  64.  
  65. armleft.Material = "Metal"
  66. armright.Material = "Metal"
  67. legleft.Material = "Metal"
  68. legright.Material = "Metal"
  69. armleft.Material = "Metal"
  70. torso.Material = "Metal"
  71. head.Material = "Neon"
  72.  
  73. armleft.BackSurface = "SmoothNoOutlines"
  74. armleft.BottomSurface = "SmoothNoOutlines"
  75. armleft.FrontSurface = "SmoothNoOutlines"
  76. armleft.LeftSurface = "SmoothNoOutlines"
  77. armleft.RightSurface = "SmoothNoOutlines"
  78. armleft.TopSurface = "SmoothNoOutlines"
  79.  
  80. armright.BackSurface = "SmoothNoOutlines"
  81. armright.BottomSurface = "SmoothNoOutlines"
  82. armright.FrontSurface = "SmoothNoOutlines"
  83. armright.LeftSurface = "SmoothNoOutlines"
  84. armright.RightSurface = "SmoothNoOutlines"
  85. armright.TopSurface = "SmoothNoOutlines"
  86.  
  87. torso.BackSurface = "SmoothNoOutlines"
  88. torso.BottomSurface = "SmoothNoOutlines"
  89. torso.FrontSurface = "SmoothNoOutlines"
  90. torso.LeftSurface = "SmoothNoOutlines"
  91. torso.RightSurface = "SmoothNoOutlines"
  92. torso.TopSurface = "SmoothNoOutlines"
  93.  
  94. head.BackSurface = "SmoothNoOutlines"
  95. head.BottomSurface = "SmoothNoOutlines"
  96. head.FrontSurface = "SmoothNoOutlines"
  97. head.LeftSurface = "SmoothNoOutlines"
  98. head.RightSurface = "SmoothNoOutlines"
  99. head.TopSurface = "SmoothNoOutlines"
  100.  
  101. legright.FrontSurface = "SmoothNoOutlines"
  102. legright.LeftSurface = "SmoothNoOutlines"
  103. legright.RightSurface = "SmoothNoOutlines"
  104. legright.TopSurface = "SmoothNoOutlines"
  105.  
  106. Mouse.KeyDown:connect(function(Key)
  107. if Key == "f" then
  108. legright.Transparency = 1
  109. legleft.Transparency = 1
  110. armright.Transparency = 1
  111. armleft.Transparency = 1
  112. torso.Transparency = 1
  113. head.Transparency = 1
  114. local c2 = Color3.new(0, 0, 0)
  115. local c1 = Color3.new(255, 255, 255)
  116. local particle = Instance.new("ParticleEmitter",legright)
  117. particle.Enabled = true
  118. particle.Size = NumberSequence.new(30)
  119. particle.Lifetime = NumberRange.new(2)
  120. particle.Rate = 50
  121. particle.Color = ColorSequence.new(c2)
  122. particle.Speed = NumberRange.new(10)
  123. particle.Texture = "rbxgameasset://Images/greenlight"
  124. particle.Acceleration = Vector3.new(0, -50, 0)
  125. particle.VelocitySpread = NumberRange.new(100)
  126. hum.WalkSpeed = 100
  127. end
  128. Mouse.KeyDown:connect(function(Key)
  129. if Key == "e" then
  130. hum.WalkSpeed = 16
  131. legright.ParticleEmitter:Remove()
  132. armright.Transparency = 0
  133. armleft.Transparency = 0
  134. torso.Transparency = 0
  135. head.Transparency = 0
  136. armright.Transparency = 0
  137. legleft.Transparency = 0
  138. legright.Transparency = 0
  139. end
  140. end)
  141. end)
  142.  
  143. plr.Head.Touched:connect(function(person)
  144. if person == nil then return end
  145. person.MaxHealth = 0
  146. end)
  147.  
  148. plr.Torso.Touched:connect(function(person)
  149. if person == nil then return end
  150. person.MaxHealth = 0
  151. end)
  152.  
  153. plr:WaitForChild("Left Arm").Touched:connect(function(person)
  154. if person == nil then return end
  155. person.MaxHealth = 0
  156. end)
  157.  
  158. plr:WaitForChild("Left Leg").Touched:connect(function(person)
  159. if person == nil then return end
  160. person.MaxHealth = 0
  161. end)
  162.  
  163. plr:WaitForChild("Right Arm").Touched:connect(function(person)
  164. if person == nil then return end
  165. person.MaxHealth = 0
  166. end)
  167.  
  168. plr:WaitForChild("Right Leg").Touched:connect(function(person)
  169. if person == nil then return end
  170. person.MaxHealth = 0
  171. end)
Add Comment
Please, Sign In to add comment