Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.ChildAdded:connect(function(childz)
- wait()
- if childz.className == "Sound" then
- local s = Instance.new("Sound", workspace)
- s.Name = "Soundzor"
- s.SoundId = childz.265404026
- s.Pitch = childz.1
- s.Volume = childz.5
- s.PlayOnRemove = false
- s:Play()
- game:GetService("Debris"):AddItem(s, 3)
- end
- childz:remove()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement