this might seem dumb but it has been bothering me for a long time, the way u close up a script [https://gyazo.com/8be87c468e3eccfb14604e7248ea3a1a], it re-opens whenever u click on an error to teleport to a line, or when u reopen the game file, i got hella functions in a module script and sometimes it would took me a long time to scroll around to find the right one, anyone help ?
3 Likes
Unfortunately I do not believe that you can close them permanently. My suggestion would be to modularize it more and require them from your main module if itβs taking a long time to scroll down.
2 Likes
VS Code with Rojo will solve all your problems. Or just use the built-in shortcut to collapse all folds every time this happens.
2 Likes