Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- s = Instance.new("Sound")
- s.Parent = game.Workspace
- s.Volume=10
- s.SoundId="rbxassetid://163531128"
- s.Looped=true
- s.Pitch=1
- s:Play()
- a=Instance.new("Sky",game.Lighting)
- c={"Bk","Dn","Ft","Lf","Rt","Up"}
- for i,v in pairs(c) do
- a["Skybox"..v]="rbxassetid://158311980"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement