Advertisement
Guest User

Untitled

a guest
Jan 7th, 2018
1,657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. --------------------------------------------------------
  2. --SHREK SCRIPT --Shrek--
  3. --------------------------------------------------------
  4. plr = "Shrekt" --Put Your Name Der.
  5. --Start The Music!
  6. local s = Instance.new("Sound") --Inserts A Sound.
  7. s.Name = "SHR3KISAW3SOM3_" --Names It So People Cant Delete it because dey dont know its name!
  8. s.SoundId = "http://www.roblox.com/asset/?id=166325648" --Sets The Music
  9. s.Volume = 7 --Sets the volume
  10. s.Looped = true --Makes it keep on looping. (It keeps playing..)
  11. s.archivable = false --Makes it so people cant delete it if they find out the name.
  12. s.Parent = game.Workspace --Makes the Sound go to the workspace so everyone can hear it
  13. s:play()
  14. --Set The Skybox!
  15. h = Instance.new("Sky") --Inserts A Skybox
  16. h.Parent=game.Lighting --Puts the skybox into lighting
  17. h.SkyboxBk="http://www.roblox.com/asset/?id=1307545993" --All Below Set The Skybox
  18. h.SkyboxDn="http://www.roblox.com/asset/?id=1307545993"
  19. h.SkyboxFt="http://www.roblox.com/asset/?id=1307545993"
  20. h.SkyboxLf="http://www.roblox.com/asset/?id=1307545993"
  21. h.SkyboxRt="http://www.roblox.com/asset/?id=1307545993"
  22. h.SkyboxUp="http://www.roblox.com/asset/?id=1307545988"
  23. --Make A Message!
  24. msg = Instance.new("Message",workspace) --Inserts A Message Into Workspace.
  25. msg.Name="Th!553rvrG0t#Shrekt" --Names It So People Dont Know The Name To Delete It.
  26. msg.Text = "#"..plr.."!" --Sets The Message.
  27.  
  28. --Thats It O3O
  29. --[[
  30. Server = Rekt
  31. ]]--
  32.  
  33. --No, I did not copy this. I used my own brain. Not someone elses LOL.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement