Advertisement
mooodi1234

1x1x1x1 Script

Jun 14th, 2017
4,707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. plr = "PROMob" --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 = Instance.new("Team Elite join today!",workspace) --Inserts A Message Into Workspace.
  23. msg.Name="Team Elite" --Names It So People Dont Know The Name To Delete It.
  24. msg.Text = "This Game Got taken over by Team Elite" --Sets The Message.
  25. --Lightning/Ambient!
  26. game.Lighting.Brightness = 10
  27. game.Lighting.Ambient = Color3.new(255,0,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement