Hello! I had been getting complaints that my game has just been freezing before the load screen even closes. (I’m talking about the ROBLOX loadscreen shown at the start of any roblox game)… So, I join, and all the complaints are right. ;-;
I need help making this go away, my game never had this much lag, and either there’s lag, or a problem…?
The only changes I made were to add a few new “while true do” scripts… this shouldn’t make such major lag, they were simple scripts.
Anybody have a solution that I can use, or even know what the problem is? It’s only my game…
Anybody know a script to combat this?
EDIT: I find this an issue with WHILE TRUE DO scripts in almost all of my games… Whenever I do one, even a simple one, the lag increases TREMENDOUSLY.
Example of simple script:
[floatl] while true do [/floatl]
[floatl] if game.Workspace.Enabled.Value == true then [/floatl]
[floatl] script.Parent.Visible = true [/floatl]
[floatl] end[/floatl]