Advertisement
DoubleBruhYT

Song Maker and Player for Roblox Studio

Nov 23rd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. -- Song Player --
  2. -- RBLX STUDIO CODE --
  3. game.Workspace.Instance.new "Sound" -- Makes the sound
  4. Sound.SoundID = "193208100" -- Change this ID to whatever you want
  5. Sound.Playing = true -- This Plays it
  6. Sound.Looped = true -- Change to false if you only want it to play once
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement