Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer.Chatted:connect(function(msg)
- if msg:sub(1, 7) == ";stopit" then
- local audio = Instance.new("Sound",game.Players.LocalPlayer)
- audio.Volume = 100
- audio.SoundId = "rbxassetid://500243174"
- audio.Pitch = 1
- audio:Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement