Wrong Studio.Theme type

The documentation for the Studio.Theme property refers to an Instance but it actually refers to a StudioTheme instance from its own description.

This ends up misdirecting Intellisense and omits methods and properties from StudioTheme.

image

Only by explicitly declaring it as a StudioTheme do I get correct Intellisense.

Page URL: https://create.roblox.com/docs/reference/engine/classes/Studio#Theme

3 Likes