Copying a function shouldn't remove indents upon duplication

As a Roblox developer, it is currently too hard to keep indents inside of a function whenever you copy and paste inside a Script.

Right now, it is frustrating whenever I copy a function with certain indents on lines that are indented as I want to insert blocks of code onto that line with functions or prints, allowing an indented line to not ‘un-indent’ itself upon copy + paste would benefit me as a developer to not press “Tab” ton of times:

If Roblox is able to address this issue, it would improve my development experience because I don’t need to worry about indenting the lines I’ve lost during a paste of the particular function.

This behavior can already be disabled through Studio Settings.

Specifically, uncheck File → Studio Settings → Studio → Script Editor → Auto Clean Empty Line.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.