Advertisement
Guest User

Communist Combo Scriptv.3

a guest
Jan 19th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. --Change the IDs with your--
  2. --Dark Exploitz--
  3. s = Instance.new("Sky")
  4. s.Name = "SKY"
  5. s.SkyboxBk = "http://www.roblox.com/asset/?id=502119077"
  6. s.SkyboxDn = "http://www.roblox.com/asset/?id=909563935"
  7. s.SkyboxFt = "http://www.roblox.com/asset/?id=909563935"
  8. s.SkyboxLf = "http://www.roblox.com/asset/?id=909563935"
  9. s.SkyboxRt = "http://www.roblox.com/asset/?id=909563935"
  10. s.SkyboxUp = "http://www.roblox.com/asset/?id=502119077"
  11. s.Parent = game.Lighting
  12.  
  13. --Made by Auma
  14.  
  15. local s = Instance.new("Sound")
  16.  
  17. s.Name = "Sound"
  18. s.SoundId = "http://www.roblox.com/asset/?id=406620732"
  19. s.Volume = 999
  20. s.Looped = true
  21. s.archivable = false
  22.  
  23. s.Parent = game.Workspace
  24.  
  25. wait(3)
  26.  
  27. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement