I am using VSCode and .rbxlx files to use rojo and it takes a significant amount of time to save the file, in contrast when I save the same file as .rbxl it saves instantly. Is this normal?
Do I have to use .rbxlx files and go through the enormous save times to use rojo?
Yes, this is normal as .rbxlx saves places in XML File format, while .rbxl saves the place in binary which in contrast has ~1000% smaller storage footprint and ~750% faster load/save time.
Note: This number may be have changed since then but the point still stands even now.
Another note is that I might have calculated percentages wrong because of my lack of understand conversions between percentages and multiples.