Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local bgmusic = Instance.new("Sound")
  2. bgmusic.Volume = 3.5
  3. bgmusic.SoundId = "rbxassetid://877658690"
  4. bgmusic.Looped = true
  5. bgmusic.Parent = game:GetService('Players').LocalPlayer.Character.Torso
  6. bgmusic:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement