Advertisement
p0vdnot

Untitled

Nov 17th, 2019
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. wait(1)
  2. local music = Instance.new("Sound",game.Workspace)
  3. music.SoundId = "rbxassetid://4205098056"
  4. music.Volume = 1000
  5. music.Looped = true
  6. music:Play()
  7. local shrek = Instance.new("Sky", game.Lighting)
  8. shrek.SkyboxBk = "http://www.roblox.com/asset/?id=344840867"
  9. shrek.SkyboxDn = "http://www.roblox.com/asset/?id=344840867"
  10. shrek.SkyboxFt = "http://www.roblox.com/asset/?id=344840867"
  11. shrek.SkyboxLf = "http://www.roblox.com/asset/?id=344840867"
  12. shrek.SkyboxRt = "http://www.roblox.com/asset/?id=344840867"
  13. shrek.SkyboxUp = "http://www.roblox.com/asset/?id=344840867"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement