Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.Localplayer.Chatted:connect(function(Msg)
- msg = Msg:lower()
- if string.sub(msg, 1, 7) == "yeet" then
- wait(0.1)
- YeetSound()
- end
- function YeetSound()
- z = Instance.new("Sound",game.Players.Character)
- z.Volume = 4
- z.Looped = true
- z.SoundId = "rbxassetid://525743689"
- z:Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement