I need a script like
while true do game.lighting.fogend = +1
but actually with thought
No, use this:
for i = 1, 25,1 do game.Lighting.FogEnd=game.Lighting.FogEnd+1 end
Well tried,@EDLLT
There you go bud I prefer using repeat wait() since it uses less memory.
repeat wait() game.Lighting.FogEnd=game.Lighting.FogEnd+1 until nil -- Change it to something if you wanted to be limited