Autocomplete Bug with Indexing using an Indexed Key

Describe the bug. Describe what is happening when the bug occurs. Describe what you would normally expect to occur.

When I index a table with a key from indexing another table and put it in an if statement, it does not autocomplete end. For example:

if x[y[z]] then

pressing enter at the end of the line in the above example will not autocomplete the if statement and put “end” at the next line.

Where does the bug happen (www, gametest, etc) Is it level-specific? Is it game specific? Please post a link to the place that exhibits the issue.

Studio script editor.

3 Likes