Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- owner = game:GetService("Players").Lucas_YT111
- local music = Instance.new("Sound", owner.character.Head)
- music.SoundId = "rbxassetid://3278004001"
- owner.Chatted:Connect(function(msg)
- 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
- music:Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment