How do i get rid of 'script spacers'

i dont know the utility or function of these spacers, i didnt add them, i cant delete them, and they look really bad

edit: they appeared after i copy and pasted part of a script into the same said script

I’ve never seen this, so I asked my good friend ChatGPT and here is the response:

In Roblox Studio, the extra spacers (or indent guides) in the script editor are likely due to the Indentation Guides feature, which helps with code readability by showing levels of indentation. If you’d like to remove them, follow these steps:

Steps to Disable Indentation Guides

  1. Open Roblox Studio.
  2. Go to File > Studio Settings (or press Alt + S to open settings directly).
  3. In the Studio Settings window, go to the Script Editor section.
  4. Find the option labeled Show Indentation Guides.
  5. Uncheck this box to disable the indentation guides.

After unchecking this option, the indentation guides (spacers) should no longer appear in your script editor.

Additional Tip

If you’d like to customize your editor further, the Script Editor settings in Roblox Studio provide various options for font size, line spacing, and color themes to make your scripting experience more comfortable.

2 Likes

Are you referring to the markings at each tab, or are you referring to the space between the lines.

If it’s the space between the lines of code, have you tried restarting studio? Sometimes it just glitches and the space between lines gets messed up

it wasnt a little check box, it said autoindent or something and i just set it to off (it had 3 different modes)

now i already fixed it by deleting the script and replacing it with another, but im gonna guess that this is right

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