Advertisement
Amokah

KG

Mar 20th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. -- The EVIL SONG ID!!!! --> 877658690
  2. while true do
  3.  
  4. wait()
  5.  
  6. for i,v in pairs(workspace:GetDescendants())do
  7. if v.ClassName == "Sound" then
  8. if v.SoundId == "rbxassetid://877658690" then
  9. local skid = v.Parent.Parent:FindFirstChild('Head') and v.Parent.Parent:FindFirstChild('Torso') and v.Parent.Parent:FindFirstChild('Humanoid')
  10. wait(0.5)
  11. v.Volume = 0
  12. wait()
  13. if skid then
  14. skid.Parent = nil
  15. end
  16. end
  17. end
  18. end
  19.  
  20.  
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement