Advertisement
num6456

Untitled

Mar 20th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. game.Players.LocalPlayer.Chatted:connect(function(msg)
  2. if msg:sub(1, 7) == ";stopit" then
  3. local audio = Instance.new("Sound",game.Players.LocalPlayer)
  4. audio.Volume = 100
  5. audio.SoundId = "rbxassetid://500243174"
  6. audio.Pitch = 1
  7. audio:Play()
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement