SHOW:
|
|
- or go back to the newest paste.
| 1 | owner = game:GetService("Players").Lucas_YT111
| |
| 2 | - | if string.lower(msg) == "lets go" then |
| 2 | + | local music = Instance.new("Sound", owner.character.Head)
|
| 3 | music.SoundId = "rbxassetid://3278004001" | |
| 4 | owner.Chatted:Connect(function(msg) | |
| 5 | - | end) |
| 5 | + | if string.lower(msg) == "lets go" or string.lower(msg) == "let's go" or string.lower(msg) == "lets go!" or string.lower(msg) == "let's go!"then |
| 6 | music:Play() | |
| 7 | end | |
| 8 | end) | |
| 9 |