Advertisement
filipaopastebins2134

TROLOLOLOLO ROBLOX SCRIPT

Mar 3rd, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --------------------------------------------------------
  2. --Thanks For Getting My Troll Script :D --killerboy634--
  3. --------------------------------------------------------
  4. plr = "A Troll" --Put Your Name Der.
  5. --Start The Music!
  6. local s = Instance.new("Sound") --Inserts A Sound.
  7. s.Name = "REKT" --Names It So People Cant Delete it because dey dont know its name!
  8. s.SoundId = "http://www.roblox.com/asset/?id=190819252" --Sets The Music
  9. s.Volume = 2 --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=141309138" --All Below Set The Skybox
  18. h.SkyboxDn="http://www.roblox.com/asset/?id=141309138"
  19. h.SkyboxFt="http://www.roblox.com/asset/?id=141309138"
  20. h.SkyboxLf="http://www.roblox.com/asset/?id=141309138"
  21. h.SkyboxRt="http://www.roblox.com/asset/?id=141309138"
  22. h.SkyboxUp="http://www.roblox.com/asset/?id=141309138"
  23. --Make A Message!
  24. local h = Instance.new("Hint")
  25. h.Parent = Workspace
  26. h.Text = "Server has got rekt"
  27. wait(99999999)
  28. h:Remove()
  29.  
  30. --Thats It O3O
  31. --[[
  32. Server = Rekt
  33. ]]--
  34.  
  35. --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