Advertisement
EpicZombie226_YT

Bawn Bawn Taser (roblox)

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