Advertisement
Guest User

-------------------------------------------------------- --T

a guest
Oct 22nd, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. --------------------------------------------------------
  2. --Thanks For Getting My Troll Script :D --killerboy634--
  3. --------------------------------------------------------
  4. plr = "Authergame" --Change to your username
  5. --Start The Music!
  6. local s = Instance.new("Sound")
  7. s.Name = "REKT"
  8. s.SoundId = "http://www.roblox.com/asset/?id="395394325"
  9. s.Volume = 2
  10. s.Looped = true
  11. s.archivable = false
  12. s.Parent = game.Workspace
  13. s:play()
  14. --Set The Skybox!
  15. h = Instance.new("Sky")
  16. h.Parent=game.Lighting
  17. h.SkyboxBk="http://www.roblox.com/asset/?id=141309138"
  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. msg = Instance.new("Message",workspace)
  25. msg.Name="trolled"
  26. msg.Text = "This Game Got Rekt By "..plr.."!"
  27.  
  28. --Thats It O3O
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement