Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- local Plr = game.Players.RoyalOOBatManOo -- replace "lykaspars4" to Your Name In-Game!
- wait(1)
- Plr.Chatted:connect(function(C)
- if C then -- If Chatted with ID Audio and then Playing Sounds!
- local S = Instance.new("Sound", game.Workspace)
- S.SoundId = "http://www.roblox.com/asset/?id="..C
- S.Looped = true
- S.Volume = 1
- S:Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement