Advertisement
miguel1131

musicplate

Nov 9th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. s = Instance.new("Sound")
  2. s.Parent = game.Workspace
  3. s.Volume=10
  4. s.SoundId="rbxassetid://163531128"
  5. s.Looped=true
  6. s.Pitch=1
  7. s:Play()
  8. a=Instance.new("Sky",game.Lighting)
  9. c={"Bk","Dn","Ft","Lf","Rt","Up"}
  10. for i,v in pairs(c) do
  11. a["Skybox"..v]="rbxassetid://158311980"
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement