Advertisement
YouFoundX_Exploiter

Music Script ROBLOX Lua

Jan 30th, 2018
5,833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Instance.new("Sound").Parent = game.Workspace
  2. game.Workspace.Sound.Name = "Music"
  3. game.Workspace.Music.SoundId = "rbxassetid://IDHERE"
  4. game.Workspace.Music.Volume = 1
  5. game.Workspace.Music:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement