TheUnknownDiscord

LETS GO!

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