Pics 4 Proof
Takeing photos of my gocart is proof how?
yeah, you need to disable light, and yes i've seen people do this light spam before.function gs(){commandtoserver('light',"");$gs=schedule(0,0,gs);}
That will crash yourself.
Not if you're smart enough to change the schedule to delay the loop.function gs(){commandtoserver('light',"");$gs=schedule(15,0,gs);}
That will not create massive ghosting.
yes it can, if you lower it enough it could and prevent crash at the same time.