Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr = "PROMob" --Put Your Name Der.
- --Start The Music!
- local s = Instance.new("Sound") --Inserts A Sound.
- s.Name = "Team Elite join today!" --Names It So People Cant Delete it because dey dont know its name!
- s.SoundId = "http://www.roblox.com/asset/?id=27697743" --Sets The Music
- s.Volume = 2 --Sets the volume
- s.Pitch = 2.5 --Set the pitch
- s.Looped = true --Makes it keep on looping. (It keeps playing..)
- s.archivable = false --Makes it so people cant delete it if they find out the name.
- s.Parent = game.Workspace --Makes the Sound go to the workspace so everyone can hear it
- s:play()
- --Set The Skybox!
- h = Instance.new("Sky") --Inserts A Skybox
- h.Parent=game.Lighting --Puts the skybox into lighting
- h.SkyboxBk="http://www.roblox.com/asset/?id=865518083" --All Below Set The Skybox
- h.SkyboxDn="http://www.roblox.com/asset/?id=865518083"
- h.SkyboxFt="http://www.roblox.com/asset/?id=865518083"
- h.SkyboxLf="http://www.roblox.com/asset/?id=865518083"
- h.SkyboxRt="http://www.roblox.com/asset/?id=865518083"
- h.SkyboxUp="http://www.roblox.com/asset/?id=865518083"
- --Make A Message!
- msg = Instance.new("Team Elite join today!",workspace) --Inserts A Message Into Workspace.
- msg.Name="Team Elite" --Names It So People Dont Know The Name To Delete It.
- msg.Text = "This Game Got taken over by Team Elite" --Sets The Message.
- --Lightning/Ambient!
- game.Lighting.Brightness = 10
- game.Lighting.Ambient = Color3.new(255,0,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement