Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- The EVIL SONG ID!!!! --> 877658690
- while true do
- wait()
- for i,v in pairs(workspace:GetDescendants())do
- if v.ClassName == "Sound" then
- if v.SoundId == "rbxassetid://877658690" then
- local skid = v.Parent.Parent:FindFirstChild('Head') and v.Parent.Parent:FindFirstChild('Torso') and v.Parent.Parent:FindFirstChild('Humanoid')
- wait(0.5)
- v.Volume = 0
- wait()
- if skid then
- skid.Parent = nil
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement