coolgoldboy166

taser

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