Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound")
- s.Name = "Name"
- s.SoundId = "rbxassetid://2496367477"
- s.Volume = 3
- s.Looped = false
- s.archivable = false
- s.Parent = game.Workspace
- wait(0.1)
- s:play()
- msg = Instance.new("Message",workspace)
- msg.Text = "READY FOR ROUND 2?"
- wait(8)
- msg:Destroy()
- local w = workspace:GetChildren()
- local a = Instance.new("Sky",game.Lighting)
- local b = {"Bk","Dn","Ft","Lf","Rt","Up"}
- for _,v in pairs(b) do
- a["Skybox"..v]="http://www.roblox.com/asset/?id=870265110"
- end
- local s = Instance.new("Sound")
- s.Name = "Name"
- s.SoundId = "rbxassetid://415795900"
- s.Volume = 3
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(0.1)
- s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement