Advertisement
izaia

Roblox TypicalModders Script

Jan 4th, 2018
3,800
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  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=319800639" --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. wait(17)
  16. h = Instance.new("Sky") --Inserts A Skybox
  17. h.Parent=game.Lighting --Puts the skybox into lighting
  18. h.SkyboxBk="http://www.roblox.com/asset/?id=278246741" --All Below Set The Skybox
  19. h.SkyboxDn="http://www.roblox.com/asset/?id=278246741"
  20. h.SkyboxFt="http://www.roblox.com/asset/?id=278246741"
  21. h.SkyboxLf="http://www.roblox.com/asset/?id=278246741"
  22. h.SkyboxRt="http://www.roblox.com/asset/?id=278246741"
  23. h.SkyboxUp="http://www.roblox.com/asset/?id=278246741"
  24. --Make A Message!
  25.  
  26.  
  27. a = function(instance)
  28. for i,v in pairs(instance:GetChildren()) do
  29. if v.className == "Part" then
  30. v.Anchored = false
  31. end
  32. a(v)
  33. end
  34. end
  35. a(workspace)
  36.  
  37. --Thats It O3O
  38. --[[
  39. Server = Rekt
  40. ]]--
  41.  
  42. --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