Advertisement
fatnok1

Untitled

Jul 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. music = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2. music.SoundId = "rbxassetid://513429715" --take the () away after adding id
  3. music.Looped = false --or false depending if you want it to loop or not
  4. music.Pitch = 1 --If you have a bypassed sound, change the pitch
  5. music.Volume = 2 --Depends on the amount of volume you want
  6. music:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement