Advertisement
Guest User

Communist Combo Script

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