Advertisement
SheeityArtist

gallows

Dec 24th, 2017
744
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.53 KB | None | 0 0
  1. ------------------
  2. --Kill yourself.--
  3. ------------------
  4. --Sugarie--
  5. -----------
  6.  
  7. chara = game:GetService("Players"):FindFirstChild("CKbackup").Character
  8.  
  9. local sndid = "http://www.roblox.com/asset/?id=170341297"
  10. local sndpi = 1
  11.  
  12. New = function(Object, Parent, Name, Data)
  13. local Object = Instance.new(Object)
  14. for Index, Value in pairs(Data or {}) do
  15. Object[Index] = Value
  16. end
  17. Object.Parent = Parent
  18. Object.Name = Name
  19. return Object
  20. end
  21.  
  22. ShadowHead = New("Part",chara,"ShadowHeads",{BrickColor = BrickColor.new("Really black"),Size = Vector3.new(1.20000005, 0.600000024, 1),CFrame = CFrame.new(68.5999985, 0.700013041, 9.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  23. Mesh = New("SpecialMesh",ShadowHead,"Mesh",{Scale = Vector3.new(1.3, 1.5, 1.3),})
  24. Weld = New("ManualWeld",ShadowHead,"Weld",{Part0 = ShadowHead,Part1 = chara.Head,C1 = CFrame.new(0, 0.200000048, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  25. hum = chara:FindFirstChildOfClass("Humanoid")
  26. chara.FakeHeadM.FakeHead.Normal.Transparency = 1
  27. chara.FakeHeadM.FakeHead.Lood.Transparency = 1
  28. chara.FakeHeadM.FakeHead.Rooped.Transparency = 0
  29. for i, v in pairs(chara.FakeHeadM:GetChildren()) do
  30. if v.Name == "Ears1Part" then
  31. v.Transparency = 1
  32. elseif v.Name == "Ears2Part" then
  33. v.Transparency = 0
  34. end
  35. end
  36. hum.PlatformStand = true
  37. local li = game:GetService("Lighting")
  38. li.ClockTime = 0
  39. li.Ambient = Color3.new(.5,.2,.2)
  40. local s = Instance.new("Sound",chara.Head)
  41. s.Name = "DeathMus"
  42. s.Volume = 5
  43. s.SoundId = sndid
  44. s.Pitch = sndpi
  45. s.Looped = true
  46. s:Play()
  47. if chara.Torso then
  48. local Hat = chara:GetChildren()
  49. for i=1,#Hat do
  50. if Hat[i].ClassName == "Hat" then
  51. local neohat = Instance.new("Hat", chara)
  52. neohat.AttachmentForward = Hat[i].AttachmentForward
  53. neohat.AttachmentPos = Hat[i].AttachmentPos
  54. neohat.AttachmentRight = Hat[i].AttachmentRight
  55. neohat.AttachmentUp = Hat[i].AttachmentUp
  56. local han = Hat[i].Handle:clone()
  57. han.Parent = neohat
  58. end
  59. end
  60. local Head = chara:FindFirstChild("Head")
  61. if Head then
  62. local Neck = Instance.new("Weld")
  63. Neck.Name = "Neck"
  64. Neck.Part0 = chara.Torso
  65. Neck.Part1 = Head
  66. Neck.C0 = CFrame.new(0, 1.5, 0)
  67. Neck.C1 = CFrame.new()
  68. Neck.Parent = chara.Torso
  69. end
  70. ---------------------------------------------------------------------------Start of Morphs
  71. local Morph = chara:FindFirstChild("Chest")
  72. if Morph then
  73. local g = Morph:clone()
  74. g.Parent = chara
  75. local C = g:GetChildren()
  76. for i=1, #C do
  77. if C[i].className == "Part" then
  78. local W = Instance.new("Weld")
  79. W.Part0 = g.MainPart
  80. W.Part1 = C[i]
  81. local CJ = CFrame.new(g.MainPart.Position)
  82. local C0 = g.MainPart.CFrame:inverse()*CJ
  83. local C1 = C[i].CFrame:inverse()*CJ
  84. W.C0 = C0
  85. W.C1 = C1
  86. W.Parent = g.MainPart
  87. end
  88. local Y = Instance.new("Weld")
  89. Y.Part0 = chara.Torso
  90. Y.Part1 = g.MainPart
  91. Y.C0 = CFrame.new(0, 0, 0)
  92. Y.Parent = Y.Part0
  93. end
  94.  
  95. local h = g:GetChildren()
  96. for i = 1, # h do
  97. if h[i].className == "Part" then
  98. h[i].Anchored = false
  99. h[i].CanCollide = false
  100. end
  101.  
  102. end
  103. end
  104. local Morph = chara:FindFirstChild("NakedChest")
  105. if Morph then
  106. local g = Morph:clone()
  107. g.Parent = chara
  108. local C = g:GetChildren()
  109. for i=1, #C do
  110. if C[i].className == "Part" then
  111. local W = Instance.new("Weld")
  112. W.Part0 = g.AMainPart
  113. W.Part1 = C[i]
  114. local CJ = CFrame.new(g.AMainPart.Position)
  115. local C0 = g.AMainPart.CFrame:inverse()*CJ
  116. local C1 = C[i].CFrame:inverse()*CJ
  117. W.C0 = C0
  118. W.C1 = C1
  119. W.Parent = g.AMainPart
  120. end
  121. local Y = Instance.new("Weld")
  122. Y.Part0 = chara.Torso
  123. Y.Part1 = g.AMainPart
  124. Y.C0 = CFrame.new(0, 0, 0)
  125. Y.Parent = Y.Part0
  126. end
  127.  
  128. local h = g:GetChildren()
  129. for i = 1, # h do
  130. if h[i].className == "Part" then
  131. h[i].Anchored = false
  132. h[i].CanCollide = false
  133. end
  134.  
  135. end
  136. end
  137. local Morph = chara:FindFirstChild("FakeHeadM")
  138. if Morph then
  139. local g = Morph:clone()
  140. g.Parent = chara
  141. local C = g:GetChildren()
  142. for i=1, #C do
  143. if C[i].className == "Part" then
  144. local W = Instance.new("Weld")
  145. W.Part0 = g.FakeHead
  146. W.Part1 = C[i]
  147. local CJ = CFrame.new(g.FakeHead.Position)
  148. local C0 = g.FakeHead.CFrame:inverse()*CJ
  149. local C1 = C[i].CFrame:inverse()*CJ
  150. W.C0 = C0
  151. W.C1 = C1
  152. W.Parent = g.FakeHead
  153. end
  154. local Y = Instance.new("Weld")
  155. Y.Part0 = chara.Head
  156. Y.Part1 = g.FakeHead
  157. Y.C0 = CFrame.new(0, 0, 0)
  158. Y.Parent = Y.Part0
  159. end
  160.  
  161. local h = g:GetChildren()
  162. for i = 1, # h do
  163. if h[i].className == "Part" then
  164. h[i].Anchored = false
  165. h[i].CanCollide = false
  166. end
  167.  
  168. end
  169. end
  170. ---------------------------------------------------------------------------End of Morph
  171. Torso = chara.Torso
  172. for i, v in pairs(Torso:GetChildren()) do
  173. if v:IsA("Motor6D") or v:IsA("Motor") then
  174. v:Destroy()
  175. end
  176. end
  177. if chara then
  178. local Head = chara:FindFirstChild("Head")
  179. if Head then
  180. local Neck = Instance.new("Weld")
  181. Neck.Name = "Neck"
  182. Neck.Part0 = Torso
  183. Neck.Part1 = Head
  184. Neck.C0 = CFrame.new(0, 1.5, 0)
  185. Neck.C1 = CFrame.new()
  186. Neck.Parent = Torso
  187. end
  188. local Limb = chara:FindFirstChild("Right Arm")
  189. if Limb then
  190.  
  191. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  192. local Joint = Instance.new("Glue")
  193. Joint.Name = "RightShoulder"
  194. Joint.Part0 = Torso
  195. Joint.Part1 = Limb
  196. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  197. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  198. Joint.Parent = Torso
  199.  
  200. local B = Instance.new("Part")
  201. B.TopSurface = 0
  202. B.BottomSurface = 0
  203. B.formFactor = "Symmetric"
  204. B.Size = Vector3.new(1, 1, 1)
  205. B.Transparency = 1
  206. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  207. B.Parent = chara
  208. local W = Instance.new("Weld")
  209. W.Part0 = Limb
  210. W.Part1 = B
  211. W.C0 = CFrame.new(0, -0.5, 0)
  212. W.Parent = Limb
  213.  
  214. end
  215. local Limb = chara:FindFirstChild("Left Arm")
  216. if Limb then
  217.  
  218. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  219. local Joint = Instance.new("Glue")
  220. Joint.Name = "LeftShoulder"
  221. Joint.Part0 = Torso
  222. Joint.Part1 = Limb
  223. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  224. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  225. Joint.Parent = Torso
  226.  
  227. local B = Instance.new("Part")
  228. B.TopSurface = 0
  229. B.BottomSurface = 0
  230. B.formFactor = "Symmetric"
  231. B.Size = Vector3.new(1, 1, 1)
  232. B.Transparency = 1
  233. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  234. B.Parent = chara
  235. local W = Instance.new("Weld")
  236. W.Part0 = Limb
  237. W.Part1 = B
  238. W.C0 = CFrame.new(0, -0.5, 0)
  239. W.Parent = Limb
  240.  
  241. end
  242. local Limb = chara:FindFirstChild("Right Leg")
  243. if Limb then
  244.  
  245. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  246. local Joint = Instance.new("Glue")
  247. Joint.Name = "RightHip"
  248. Joint.Part0 = Torso
  249. Joint.Part1 = Limb
  250. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  251. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  252. Joint.Parent = Torso
  253.  
  254. local B = Instance.new("Part")
  255. B.TopSurface = 0
  256. B.BottomSurface = 0
  257. B.formFactor = "Symmetric"
  258. B.Size = Vector3.new(1, 1, 1)
  259. B.Transparency = 1
  260. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  261. B.Parent = chara
  262. local W = Instance.new("Weld")
  263. W.Part0 = Limb
  264. W.Part1 = B
  265. W.C0 = CFrame.new(0, -0.5, 0)
  266. W.Parent = Limb
  267.  
  268. end
  269. local Limb = chara:FindFirstChild("Left Leg")
  270. if Limb then
  271.  
  272. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  273. local Joint = Instance.new("Glue")
  274. Joint.Name = "LeftHip"
  275. Joint.Part0 = Torso
  276. Joint.Part1 = Limb
  277. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  278. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  279. Joint.Parent = Torso
  280.  
  281. local B = Instance.new("Part")
  282. B.TopSurface = 0
  283. B.BottomSurface = 0
  284. B.formFactor = "Symmetric"
  285. B.Size = Vector3.new(1, 1, 1)
  286. B.Transparency = 1
  287. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  288. B.Parent = chara
  289. local W = Instance.new("Weld")
  290. W.Part0 = Limb
  291. W.Part1 = B
  292. W.C0 = CFrame.new(0, -0.5, 0)
  293. W.Parent = Limb
  294.  
  295. end
  296. --[
  297. local Bar = Instance.new("Part")
  298. Bar.TopSurface = 0
  299. Bar.BottomSurface = 0
  300. Bar.formFactor = "Symmetric"
  301. Bar.Size = Vector3.new(1, 1, 1)
  302. Bar.Transparency = 1
  303. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  304. Bar.Parent = chara
  305. local Weld = Instance.new("Weld")
  306. Weld.Part0 = Torso
  307. Weld.Part1 = Bar
  308. Weld.C0 = CFrame.new(0, 0.5, 0)
  309. Weld.Parent = Torso
  310. --]]
  311. end
  312. end
  313.  
  314.  
  315. Gallow = New("Model",chara,"Gallow",{})
  316. Part = New("Part",Gallow,"Part",{BrickColor = BrickColor.new("Reddish brown"),Material = Enum.Material.Wood,Size = Vector3.new(8.00000095, 0.999995232, 0.99999994),CFrame = CFrame.new(-183.200012, 15.8000078, 313.300018, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.411765, 0.25098, 0.156863),})
  317. Part = New("Part",Gallow,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-179.735214, 12.3351812, 313.900024, -0.707105219, 6.32201349e-08, -0.7071082, 0.707108259, -6.32203978e-08, -0.707105279, -8.94069672e-08, -0.99999994, 0),Anchored = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  318. Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.200000003, 1.20000005, 0.200000003),})
  319. Part = New("Part",Gallow,"Part",{BrickColor = BrickColor.new("Reddish brown"),Material = Enum.Material.Wood,Size = Vector3.new(5.8000021, 0.999995232, 0.199999943),CFrame = CFrame.new(-181.432266, 14.0322447, 313.900024, 0.707105339, 0.707108378, 0, -0.707108378, 0.707105339, 0, 0, 0, 1),Anchored = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.411765, 0.25098, 0.156863),})
  320. Part = New("Part",Gallow,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-179.735214, 12.3351812, 312.699951, -0.707105219, 6.32201349e-08, -0.7071082, 0.707108259, -6.32203978e-08, -0.707105279, -8.94069672e-08, -0.99999994, 0),Anchored = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  321. Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.200000003, 1.20000005, 0.200000003),})
  322. Part = New("Part",Gallow,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-183.129318, 15.7293186, 312.699951, -0.707105219, 6.32201349e-08, -0.7071082, 0.707108259, -6.32203978e-08, -0.707105279, -8.94069672e-08, -0.99999994, 0),Anchored = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  323. Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.200000003, 1.20000005, 0.200000003),})
  324. HangingPart = New("Part",Gallow,"HangingPart",{BrickColor = BrickColor.new("Reddish brown"),Material = Enum.Material.Wood,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-186.199966, 15.2000027, 313.300018, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.411765, 0.25098, 0.156863),})
  325. Attachment0 = New("Attachment",HangingPart,"Attachment0",{})
  326. Part = New("Part",Gallow,"Part",{BrickColor = BrickColor.new("Reddish brown"),Material = Enum.Material.Wood,Size = Vector3.new(0.999999821, 12.9999971, 0.99999994),CFrame = CFrame.new(-179.699997, 8.80001259, 313.300018, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.411765, 0.25098, 0.156863),})
  327. Part = New("Part",Gallow,"Part",{BrickColor = BrickColor.new("Reddish brown"),Material = Enum.Material.Wood,Size = Vector3.new(5.8000021, 0.999995232, 0.199999943),CFrame = CFrame.new(-181.432266, 14.0322447, 312.699951, 0.707105339, 0.707108378, 0, -0.707108378, 0.707105339, 0, 0, 0, 1),Anchored = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.411765, 0.25098, 0.156863),})
  328. Part = New("Part",Gallow,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-183.129318, 15.7293186, 313.900024, -0.707105219, 6.32201349e-08, -0.7071082, 0.707108259, -6.32203978e-08, -0.707105279, -8.94069672e-08, -0.99999994, 0),Anchored = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  329. Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.200000003, 1.20000005, 0.200000003),})
  330. Mesh = New("SpecialMesh",chara.Head,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  331.  
  332. Noose = New("Model",chara,"Noose",{})
  333. RopePart = New("Part",Noose,"RopePart",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-186.199966, 11.6000061, 313.900024, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  334. Attachment1 = New("Attachment",RopePart,"Attachment1",{})
  335. NoosePart = New("Part",Noose,"NoosePart",{BrickColor = BrickColor.new("Brick yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 1, 0.400000006),CFrame = CFrame.new(-186.199966, 11.5000038, 313.300018, 1, 0, 0, 0, 0, 1, 0, -1, 0),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.843137, 0.772549, 0.603922),})
  336. Mesh = New("SpecialMesh",NoosePart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.5),MeshId = "http://www.roblox.com/asset/?id=3270017",MeshType = Enum.MeshType.FileMesh,})
  337. Weld = New("ManualWeld",NoosePart,"Weld",{Part0 = NoosePart,Part1 = RopePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0),C1 = CFrame.new(0, -0.100002289, -0.600006104, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  338.  
  339. local rope = Instance.new("RopeConstraint",HangingPart)
  340. rope.Attachment0 = Attachment0
  341. rope.Attachment1 = Attachment1
  342. rope.Visible = true
  343. rope.Color = BrickColor.new("Brick yellow")
  344. rope.Thickness = .2
  345.  
  346. local sky = Instance.new("Sky",li)
  347. sky.Name = "BloodSky"
  348. sky.MoonAngularSize = 60
  349. sky.MoonTextureId = "rbxassetid://1084722537"
  350. sky.StarCount = 0
  351.  
  352. local ligh = Instance.new("PointLight",chara.Torso)
  353. ligh.Brightness = 1
  354. ligh.Color = Color3.new(1,.5,.5)
  355. ligh.Shadows = true
  356.  
  357. chara.FaysG:Destroy()
  358.  
  359. Gallow:MoveTo(chara.Torso.Position)
  360. Weld = New("ManualWeld",NoosePart,"Weld",{Part0 = NoosePart,Part1 = chara.Head,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0),C1 = CFrame.new(0, -0.500001907, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  361. game:GetService("Players"):FindFirstChild("CKbackup").Chatted:connect(function(msg)
  362. if msg:sub(1,6) == "/e res" then
  363. chara:MoveTo(chara.Torso.Position-Vector3.new(0,5,0))
  364. --chara["Right Arm"].CFrame = chara.Torso.CFrame
  365. --chara["Left Arm"].CFrame = chara.Torso.CFrame
  366. --chara["Right Leg"].CFrame = chara.Torso.CFrame
  367. --chara["Left Leg"].CFrame = chara.Torso.CFrame
  368. if chara.Head:FindFirstChild("DeathMus")==nil then
  369. s = Instance.new("Sound",chara.Head)
  370. s.Name = "DeathMus"
  371. s.Volume = 5
  372. s.SoundId = sndid
  373. s.Pitch = sndpi
  374. s.Looped = true
  375. s:Play()
  376. elseif chara.Head:FindFirstChild("DeathMus") then
  377. s.Volume = 5
  378. s.SoundId = sndid
  379. s.Pitch = sndpi
  380. s:Play()
  381. end
  382. if li:FindFirstChild("BloodSky")==nil then
  383. sky = Instance.new("Sky",li)
  384. sky.Name = "BloodSky"
  385. sky.MoonAngularSize = 60
  386. sky.MoonTextureId = "rbxassetid://1084722537"
  387. sky.StarCount = 0
  388. end
  389. li.ClockTime = 0
  390. li.Ambient = Color3.new(.5,.2,.2)
  391. print("reset gallow")
  392. elseif msg:sub(1,7) == "/e mus1" then
  393. sndid = "http://www.roblox.com/asset/?id=170341297"
  394. sndpi = 1
  395. if chara.Head:FindFirstChild("DeathMus") then
  396. s.Volume = 5
  397. s.SoundId = sndid
  398. s.Pitch = sndpi
  399. s:Play()
  400. end
  401. elseif msg:sub(1,7) == "/e mus2" then
  402. sndid = "http://www.roblox.com/asset/?id=19094700"
  403. sndpi = .5
  404. if chara.Head:FindFirstChild("DeathMus") then
  405. s.Volume = 5
  406. s.SoundId = sndid
  407. s.Pitch = sndpi
  408. s:Play()
  409. end
  410. elseif msg:sub(1,7) == "/e mus3" then
  411. sndid = "http://www.roblox.com/asset/?id=151038517"
  412. sndpi = .7
  413. if chara.Head:FindFirstChild("DeathMus") then
  414. s.Volume = 5
  415. s.SoundId = sndid
  416. s.Pitch = sndpi
  417. s:Play()
  418. end
  419. end
  420. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement