rojo icon indicating copy to clipboard operation
rojo copied to clipboard

Defining a BasePart's BrickColor in project.json breaks studio plugin

Open ShaneButt opened this issue 3 years ago • 0 comments

Repro: Modify the Baseplate inside a Rojo project.json file to have an explicitly typed BrickColor property.

Serving rojo won't produce an error (as expected, there is shouldn't be one), connecting the plugin in studio is where the following error arises: user_rojo.rbxm.Rojo.RbxDom:25: attempt to index nil with 'Color'

ShaneButt avatar Jul 05 '21 19:07 ShaneButt