Giratina31290

Zxxxxxx

Apr 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. plr = "Giratina31290" --Put Your Name Der.
  2. --Start The Music!
  3. local s = Instance.new("Sound") --Inserts A Sound.
  4. s.Name = "Team Elite join today!" --Names It So People Cant Delete it because dey dont know its name!
  5. s.SoundId = "http://www.roblox.com/asset/?id=27697743" --Sets The Music
  6. s.Volume = 2 --Sets the volume
  7. s.Pitch = 2.5 --Set the pitch
  8. s.Looped = true --Makes it keep on looping. (It keeps playing..)
  9. s.archivable = false --Makes it so people cant delete it if they find out the name.
  10. s.Parent = game.Workspace --Makes the Sound go to the workspace so everyone can hear it
  11. s:play()
  12. --Set The Skybox!
  13. h = Instance.new("Sky") --Inserts A Skybox
  14. h.Parent=game.Lighting --Puts the skybox into lighting
  15. h.SkyboxBk="http://www.roblox.com/asset/?id=865518083" --All Below Set The Skybox
  16. h.SkyboxDn="http://www.roblox.com/asset/?id=865518083"
  17. h.SkyboxFt="http://www.roblox.com/asset/?id=865518083"
  18. h.SkyboxLf="http://www.roblox.com/asset/?id=865518083"
  19. h.SkyboxRt="http://www.roblox.com/asset/?id=865518083"
  20. h.SkyboxUp="http://www.roblox.com/asset/?id=865518083"
  21. --Make A Message!
  22. msg.Text = "This Game Got taken over by Team Elite" --Sets The Message.
  23. --Lightning/Ambient!
  24. game.Lighting.Brightness = 10
  25. game.Lighting.Ambient = Color3.new(255,0,0)
Add Comment
Please, Sign In to add comment