Valid Lua code errors in Studio

Running the following code snippet in a LocalScript in Studio will cause an error if the “Enable New Lua VM” beta feature is disabled. Started happening today and now happens 100% of the time.

image

Code snippet:

local t = {
	[""] = true
}

Error:
image

Repro steps:

  • Open ScriptSyntaxError.rbxl (15.1 KB) in Studio.
  • Make sure “Enable New Lua VM” is disabled. If not, disable and restart.
  • Press Play.
  • Notice error in Output.
13 Likes

Sorry about that! This should be fixed the next time you start Studio.

5 Likes

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