Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ID = "525047168"
- local p = game.Players.LocalPlayer.Character
- local s = Instance.new("Sound", p.Torso)
- s.Name = "Song"
- s.SoundId = "rbxassetid://525047168"
- s.Volume = 10
- s.Looped = false
- s.archivable = false
- wait(0)
- s:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement