Advertisement
DungeonRoblox

Noob_999

Jul 7th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. for i,v in pairs(game.Workspace:GetChildren()) do
  2. if v.ClassName=="Part" then
  3. Instance.new("Fire", v)
  4. v.Material="Neon"
  5. v.Transparency=1
  6. v.Color=Color3.new(255,0,0)
  7. v.Locked=false
  8. Instance.new("ParticleEmitter", v)
  9. a = v.ParticleEmitter
  10. a.Texture="http://www.roblox.com/asset/?id=449578386"
  11. Instance.new("Decal", v)
  12. b = v.Decal
  13. b.Texture="http://www.roblox.com/asset/?id=449545462"
  14. b.Face="Top"
  15. if v.ClassName=="SpawnLocation" then
  16. Instance.new("Fire", v)
  17. v.Material="Neon"
  18. v.Transparency=1
  19. v.Color=Color3.new(255,0,0)
  20. v.Locked=false
  21. Instance.new("ParticleEmitter", v)
  22. a = v.ParticleEmitter
  23. a.Texture="http://www.roblox.com/asset/?id=449545462"
  24. Instance.new("Decal", v)
  25. b = v.Decal
  26. b.Texture="http://www.roblox.com/asset/?id=449578386"
  27. b.Face="Top"
  28. end
  29. end
  30. end
  31. Instance.new("Sky", game.Lighting)
  32. sky = game.Lighting.Sky
  33. sky.SkyboxBk = "http://www.roblox.com/asset/?id=449578386"
  34. sky.SkyboxDn = "http://www.roblox.com/asset/?id=449545462"
  35. sky.SkyboxFt = "http://www.roblox.com/asset/?id=449578386"
  36. sky.SkyboxLf = "http://www.roblox.com/asset/?id=449545462"
  37. sky.SkyboxRt = "http://www.roblox.com/asset/?id=449578386"
  38. sky.SkyboxUp = "http://www.roblox.com/asset/?id=449545462"
  39. game.Lighting.Ambient=Color3.a(.2,.2,.2)
  40. game.Lighting.FogEnd=170
  41. game.Lighting.FogColor=Color3.fc(.2,.2,.2)
  42. game.Lighting.TimeOfDay="19:00:00"
  43. game.Lighting.Brightness=255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement