Hello!
When you want to align assignment operators using the script editor they are not consistent for everyone.
For example, here I have aligned my operators using tabs:
I have not changed anything in the editor other than zooming in/out.
This is very frustrating using Team Create in a big team and I guess the tab indentation should not work this way.
I strongly suspect this is an issue when people are using different fonts and font size as well.
Tab is fundamentally not meant for text alignment both in and outside of roblox, you should use spaces for your editor instead if this is what you want. I believe there’s a studio setting for this. Your whole team will want to set this or you’ll be mixing tabs and spaces, and you’ll probably want to convert existing code as you go.
I do agree with you that the use of spaces is an approach that works in this case.
However, I do not agree with you that it is desired behavior that the space width alignment should differ based on the zoom level. I’ve tried in both notepad++ and visual studio with tabs and both of them handles the zoom level perfectly.