ericdesouza

The ban taster script

Jan 21st, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.12 KB | None | 0 0
  1. --By Rufus14
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. mouse = game.Players.LocalPlayer:GetMouse()
  4. local plrhum = game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid")
  5. function sandbox(var,func)
  6. local env = getfenv(func)
  7. local newenv = setmetatable({},{
  8. __index = function(self,k)
  9. if k=="script" then
  10. return var
  11. else
  12. return env[k]
  13. end
  14. end,
  15. })
  16. setfenv(func,newenv)
  17. return func
  18. end
  19. cors = {}
  20. mas = Instance.new("Model",game:GetService("Lighting"))
  21. Part0 = Instance.new("Part")
  22. SpecialMesh2 = Instance.new("SpecialMesh")
  23. Part0.Name = "Handle"
  24. Part0.Parent = mas
  25. Part0.BrickColor = BrickColor.new("Black")
  26. Part0.Rotation = Vector3.new(0, 90, 0)
  27. Part0.FormFactor = Enum.FormFactor.Custom
  28. Part0.Size = Vector3.new(0.299999893, 0.568000019, 1.86800003)
  29. Part0.CFrame = CFrame.new(-3.23400283, 0.534000635, -1.95001817, 2.38418778e-07, -6.64252511e-08, 1.00000143, -1.71991275e-08, 1.00000215, 1.80917198e-07, -1.00000072, -1.04978994e-07, -2.98024148e-08)
  30. Part0.BottomSurface = Enum.SurfaceType.Smooth
  31. Part0.TopSurface = Enum.SurfaceType.Smooth
  32. Part0.Color = Color3.new(0.105882, 0.164706, 0.207843)
  33. Part0.Position = Vector3.new(-3.23400283, 0.534000635, -1.95001817)
  34. Part0.Orientation = Vector3.new(0, 90, 0)
  35. Part0.Color = Color3.new(0.105882, 0.164706, 0.207843)
  36. Part0.CanCollide = false
  37. SpecialMesh2.Parent = Part0
  38. SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=10604848"
  39. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=10605252"
  40. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  41. for i,v in pairs(mas:GetChildren()) do
  42. v.Parent = game:GetService("Players").LocalPlayer.Character
  43. pcall(function() v:MakeJoints() end)
  44. end
  45. mas:Destroy()
  46. for i,v in pairs(cors) do
  47. spawn(function()
  48. pcall(v)
  49. end)
  50. end
  51. Sound1 = Instance.new("Sound")
  52. Sound1.Parent = Part0
  53. Sound1.Pitch = 0.69999998807907
  54. Sound1.SoundId = "http://www.roblox.com/asset/?id=147722910"
  55. Sound1.Volume = 10
  56. Sound1.Looped = true
  57. Sound11 = Instance.new("Sound")
  58. Sound11.Parent = Part0
  59. Sound11.SoundId = "rbxassetid://135925117"
  60. Sound11.Volume = 10
  61.  
  62.  
  63. local weld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  64. weld.Part0 = game.Players.LocalPlayer.Character.Torso
  65.  
  66. local s = Instance.new("Sound",char)
  67. s.SoundId = "http://www.roblox.com/asset/?id=853707984"
  68. s.Pitch = 1
  69. s.Volume = 1
  70. s.Looped = true
  71. wait(1)
  72. s:play()
  73.  
  74. weld.Part1 = Part0
  75. weld.C0 = CFrame.new(0.78007102, -1.2894789, -0.0375933647, 1, 0, 0, 0, 0.258818984, 0.965925872, 0, -0.965925872, 0.258818984) * CFrame.new(0.3,0,0)
  76. equipped = false
  77. using = false
  78. local death = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  79. death.Volume = 10
  80. death.SoundId = "rbxassetid://135436309"
  81. death.PlaybackSpeed = 12.1
  82. mothabloxuh = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  83. mothabloxuh.SoundId = "rbxassetid://173137001"
  84. mothabloxuh.Volume = 10
  85. mothabloxuh.PlaybackSpeed = 16
  86. begone = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  87. begone.SoundId = "rbxassetid://614345289"
  88. begone.Volume = 10
  89. begone.TimePosition = 16
  90. function equip(key)
  91. if key == "x" then
  92. if not equipped then
  93. equipped = true
  94. -- Objects
  95.  
  96. local ScreenGui = Instance.new("ScreenGui")
  97. local TextLabel = Instance.new("TextLabel")
  98.  
  99. -- Properties
  100.  
  101. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  102.  
  103. TextLabel.Parent = ScreenGui
  104. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  105. TextLabel.Position = UDim2.new(0.257320642, 0, 0.769705057, 0)
  106. TextLabel.Size = UDim2.new(0, 663, 0, 152)
  107. TextLabel.Font = Enum.Font.SourceSans
  108. TextLabel.FontSize = Enum.FontSize.Size14
  109. TextLabel.Text = "Taser equipped"
  110. TextLabel.TextScaled = true
  111. TextLabel.TextSize = 14
  112. TextLabel.TextWrapped = true
  113. wait(2)
  114. for i = 1,100 do
  115. TextLabel.BackgroundTransparency = TextLabel.BackgroundTransparency + 0.05
  116. TextLabel.TextTransparency = TextLabel.TextTransparency + 0.05
  117. wait()
  118. end
  119. ScreenGui:destroy()
  120. else
  121. equipped = false
  122. -- Objects
  123.  
  124. local ScreenGui = Instance.new("ScreenGui")
  125. local TextLabel = Instance.new("TextLabel")
  126.  
  127. -- Properties
  128.  
  129. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  130.  
  131. TextLabel.Parent = ScreenGui
  132. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  133. TextLabel.Position = UDim2.new(0.257320642, 0, 0.769705057, 0)
  134. TextLabel.Size = UDim2.new(0, 663, 0, 152)
  135. TextLabel.Font = Enum.Font.SourceSans
  136. TextLabel.FontSize = Enum.FontSize.Size14
  137. TextLabel.Text = "Taser unequipped"
  138. TextLabel.TextScaled = true
  139. TextLabel.TextSize = 14
  140. TextLabel.TextWrapped = true
  141. wait(2)
  142. for i = 1,100 do
  143. TextLabel.BackgroundTransparency = TextLabel.BackgroundTransparency + 0.05
  144. TextLabel.TextTransparency = TextLabel.TextTransparency + 0.05
  145. wait()
  146. end
  147. ScreenGui:destroy()
  148. end
  149. end
  150. end
  151. mouse.KeyDown:connect(equip)
  152. function tase()
  153. if equipped and not using then
  154. local humanoid = mouse.Target.Parent:findFirstChildOfClass("Humanoid")
  155. local torso = mouse.Target.Parent:findFirstChild("Torso")
  156. if humanoid and mouse.Target.Parent.Name ~= "Rufus14" then
  157. using = true
  158. plrhum.WalkSpeed = 0
  159. plrhum.JumpPower = 0
  160. for i,v in pairs(humanoid.Parent:GetChildren()) do
  161. if v.ClassName == "LocalScript" or v.ClassName == "Script" then
  162. v.Disabled = true
  163. end
  164. end
  165. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  166. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  167. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  168. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  169. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  170. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  171. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  172. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  173. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  174. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  175. local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  176. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  177. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  178. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  179. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  180. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  181. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  182. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  183. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  184. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  185. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  186. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  187. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  188. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  189. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  190. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  191. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  192. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  193. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  194. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  195. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  196. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  197. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  198. local chartorcf = torso.CFrame
  199. humanoid.WalkSpeed = 0
  200. humanoid.JumpPower = 0
  201. torso.Anchored = true
  202. for i = 0,1 , 0.03 do
  203. game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame:lerp(chartorcf * CFrame.new(0,0,4),i)
  204. weld.C0 = weld.C0:lerp(CFrame.new(0.05532372, 0.650138378, -2.2124567, 0.818939149, 0.056022197, 0.571139455, -0.00759600196, 0.99619478, -0.0868235677, -0.573830128, 0.066764839, 0.816248417),i)
  205. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 0.573576868, 0, 0.819151819, 0, 1, 0, -0.819151819, 0, 0.573576868),i)
  206. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.64278698, 0, 0.766044974, 0, 1, 0, -0.766044974, 0, 0.64278698):inverse(),i)
  207. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.696961582, -1.9652704, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1),i)
  208. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.95053422, 0.315465927, 0, 0.819151819, 0.573576868, 0, -0.573576868, 0.819151819, 0, 0, 0, 1),i)
  209. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.01333892, 0.490593195, -1.01113009, 0.76604414, 0.642788053, 0, 0, 0, -1, -0.642788053, 0.76604414, 0),i)
  210. game:GetService("RunService").RenderStepped:wait()
  211. end
  212. torso.Anchored = false
  213. for i = 0,1 , 0.03 do
  214. torso.CFrame = torso.CFrame:lerp(CFrame.new(torso.Position, game.Players.LocalPlayer.Character.Torso.Position),i)
  215. game:GetService("RunService").RenderStepped:wait()
  216. end
  217. local dedthmath = math.random(1,3)
  218. if dedthmath == 2 then
  219. death:Play()
  220. wait(death.TimeLength / 12.1)
  221. end
  222. if dedthmath == 1 then
  223. mothabloxuh:Play()
  224. wait(mothabloxuh.TimeLength / 16)
  225. end
  226. if dedthmath == 3 then
  227. begone:Play()
  228. begone.TimePosition = 2
  229. wait(begone.TimeLength - 2.5)
  230. end
  231. Sound1:Play()
  232. local foundhum = false
  233. if humanoid.Parent:findFirstChild("HumanoidRootPart") then
  234. foundhum = true
  235. humclone = humanoid.Parent.HumanoidRootPart:Clone()
  236. humanoid.Parent.HumanoidRootPart:Remove()
  237. end
  238. for i = 0,0.7 , 0.08 do
  239. torso.CFrame = torso.CFrame:lerp(CFrame.new(torso.Position, game.Players.LocalPlayer.Character.Torso.Position),i)
  240. weld.C0 = weld.C0:lerp(CFrame.new(2.9636693, 0.650137901, -1.3644259, 0.643021107, -0.0616276413, -0.763365149, -0.00759599917, 0.99619478, -0.0868228301, 0.765811086, 0.061627429, 0.640106201),i)
  241. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 0.573575795, 0, -0.819152772, 0, 1, 0, 0.819152772, 0, 0.573575795),i)
  242. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.573576987, 0, 0.819151998, 0, 1, 0, -0.819151998, 0, 0.573576987),i)
  243. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.696961582, -1.9652704, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1),i)
  244. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.09392834, 0.520254135, 0, 0.573575199, 0.819153309, 0, -0.81915313, 0.573575079, 0, 0, 0, 1.00000024),i)
  245. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.85061085, 0.490592957, -0.371278524, 0.819152117, -0.573577046, 0, 0, 0, -1, 0.573577046, 0.819152117, 0),i)
  246. game:GetService("RunService").RenderStepped:wait()
  247. end
  248. Sound11:Play()
  249. humanoid.PlatformStand = true
  250. local lshclone = humanoid.Parent.Torso["Left Shoulder"]:Clone()
  251. local rshclone = humanoid.Parent.Torso["Right Shoulder"]:Clone()
  252. local lhclone = humanoid.Parent.Torso["Left Hip"]:Clone()
  253. local rhclone = humanoid.Parent.Torso["Right Hip"]:Clone()
  254. local leftarm = humanoid.Parent["Left Arm"]
  255. local rightrm = humanoid.Parent["Right Arm"]
  256. local leftleg = humanoid.Parent["Left Leg"]
  257. local rightleg = humanoid.Parent["Right Leg"]
  258. humanoid.Parent.Torso["Left Hip"]:destroy()
  259. local head = humanoid.Parent.Head
  260. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  261. glue.Part0 = humanoid.Parent.Torso
  262. glue.Part1 = leftleg
  263. glue.Name = "Left leg"
  264. local collider = Instance.new("Part", leftleg)
  265. collider.Position = Vector3.new(0,999,0)
  266. collider.Size = Vector3.new(1.5, 1, 1)
  267. collider.Shape = "Cylinder"
  268. local welad = Instance.new("Weld", collider)
  269. welad.Part0 = leftleg
  270. welad.Part1 = collider
  271. welad.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  272. collider.TopSurface = "Smooth"
  273. collider.BottomSurface = "Smooth"
  274. collider.formFactor = "Symmetric"
  275. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  276. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  277. collider.Transparency = 1
  278. ------------
  279. humanoid.Parent.Torso["Right Hip"]:destroy()
  280. local glue1 = Instance.new("Glue", humanoid.Parent.Torso)
  281. glue1.Part0 = humanoid.Parent.Torso
  282. glue1.Part1 = rightleg
  283. glue1.Name = "Right leg"
  284. local collider1 = Instance.new("Part", rightleg)
  285. collider1.Position = Vector3.new(0,9999,0)
  286. collider1.Size = Vector3.new(1.5, 1, 1)
  287. collider1.Shape = "Cylinder"
  288. local weld1 = Instance.new("Weld", collider1)
  289. weld1.Part0 = rightleg
  290. weld1.Part1 = collider1
  291. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  292. collider1.TopSurface = "Smooth"
  293. collider1.BottomSurface = "Smooth"
  294. collider1.formFactor = "Symmetric"
  295. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  296. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  297. collider1.Transparency = 1
  298. ------------
  299. humanoid.Parent.Torso["Right Shoulder"]:destroy()
  300. local glue11 = Instance.new("Glue", humanoid.Parent.Torso)
  301. glue11.Part0 = humanoid.Parent.Torso
  302. glue11.Part1 = rightrm
  303. glue11.Name = "Right shoulder"
  304. local collider11 = Instance.new("Part", rightrm)
  305. collider11.Position = Vector3.new(0,9999,0)
  306. collider11.Size = Vector3.new(1.8,1,1)
  307. collider11.Shape = "Cylinder"
  308. local weld11 = Instance.new("Weld", collider11)
  309. weld11.Part0 = rightrm
  310. weld11.Part1 = collider11
  311. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  312. collider11.TopSurface = "Smooth"
  313. collider11.BottomSurface = "Smooth"
  314. collider11.formFactor = "Symmetric"
  315. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  316. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  317. collider11.Transparency = 1
  318. ------------
  319. humanoid.Parent.Torso["Left Shoulder"]:destroy()
  320. local glue111 = Instance.new("Glue", humanoid.Parent.Torso)
  321. glue111.Part0 = humanoid.Parent.Torso
  322. glue111.Part1 = leftarm
  323. glue111.Name = "Left shoulder"
  324. local collider111 = Instance.new("Part", leftarm)
  325. collider111.Position = Vector3.new(0,9999,0)
  326. collider111.Size = Vector3.new(1.5, 1, 1)
  327. collider111.Shape = "Cylinder"
  328. local weld111 = Instance.new("Weld", collider111)
  329. weld111.Part0 = leftarm
  330. weld111.Part1 = collider111
  331. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  332. collider111.TopSurface = "Smooth"
  333. collider111.BottomSurface = "Smooth"
  334. collider111.formFactor = "Symmetric"
  335. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  336. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  337. collider111.Transparency = 1
  338. -----------------
  339. wait(1)
  340. Sound1:Stop()
  341. for i = 0,1 , 0.03 do
  342. weld.C0 = weld.C0:lerp(CFrame.new(0.78007102, -1.2894789, -0.0375933647, 1, 0, 0, 0, 0.258818984, 0.965925872, 0, -0.965925872, 0.258818984) * CFrame.new(0.3,0,0),i)
  343. headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
  344. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0):inverse(),i)
  345. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0),i)
  346. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  347. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  348. game:GetService("RunService").RenderStepped:wait()
  349. end
  350. humanoid.Health = humanoid.Health - 99
  351. plrhum.WalkSpeed = 16
  352. plrhum.JumpPower = 50
  353. humanoidrootpart:destroy()
  354. rlegweld:destroy()
  355. llegweld:destroy()
  356. lhandweld:destroy()
  357. rhandweld:destroy()
  358. headweld:destroy()
  359. heed.Parent = game.Players.LocalPlayer.Character.Torso
  360. rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  361. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  362. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  363. llegclone.Parent = game.Players.LocalPlayer.Character.Torso
  364. rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
  365. using = false
  366. for i = 1,500 do
  367. for i,v in pairs(humanoid.Parent:GetChildren()) do
  368. if v.ClassName == "LocalScript" or v.ClassName == "Script" then
  369. v.Disabled = true
  370. end
  371. end
  372. wait()
  373. end
  374. for i,v in pairs(humanoid.Parent:GetChildren()) do
  375. if v.ClassName == "LocalScript" or v.ClassName == "Script" then
  376. v.Disabled = false
  377. end
  378. end
  379. lshclone.Parent = humanoid.Parent.Torso
  380. glue:destroy()
  381. rshclone.Parent = humanoid.Parent.Torso
  382. glue1:destroy()
  383. lhclone.Parent = humanoid.Parent.Torso
  384. glue11:destroy()
  385. rhclone.Parent = humanoid.Parent.Torso
  386. glue111:destroy()
  387. collider:destroy()
  388. collider1:destroy()
  389. collider11:destroy()
  390. collider111:destroy()
  391. humanoid.PlatformStand = false
  392. humanoid.WalkSpeed = 16
  393. humanoid.JumpPower = 50
  394. if foundhum then
  395. humclone.Parent = humanoid.Parent
  396. end
  397. end
  398. end
  399. end
  400. mouse.Button1Down:connect(tase)
  401. while true do
  402. wait()
  403. if Sound11.Parent == nil then
  404. Sound11.Parent = Part0
  405. end
  406. if Sound1.Parent == nil then
  407. Sound1.Parent = Part0
  408. end
  409. if mothabloxuh.Parent == nil then
  410. mothabloxuh.Parent = game.Players.LocalPlayer.Character.Head
  411. end
  412. if begone.Parent == nil then
  413. begone.Parent = game.Players.LocalPlayer.Character.Head
  414. end
  415. if death.Parent == nil then
  416. death.Parent = game.Players.LocalPlayer.Character.Head
  417. end
  418. end
Add Comment
Please, Sign In to add comment