Roblox autocorrect operators in scripts are kind of annoying

Is there anyway to disable this auto correct feature when typing brackets or square brackets or curly brackets when trying to add a table or numbers in it?

math.random(val,val1) the autocorrect: math.random()(val,val1
--making paragraph comments
--[[Square brackets look like staplers]]--
the autocorrect:
--[[]]square brackets look like staplers

when making tables:

local tables = {curly1,curly2,curly3}
the auto correct:
local tables = {}curly1,curly2,curly3

You get why this is kinda annoying

1 Like

Open up File → Studio Settings (Alt + S)
It should be in the Studio category under the ScriptEditor tab.

image

1 Like