The type 'DockWidgetPluginGui' is missing

Currently, the type for the DockWidgetPluginGui instance is missing. Variables and table values with this type also go missing.


Shows that the DockWidgetPluginGui type is missing.

image
Shows that variables assigned to the type are also missing.

image
Shows that a table value with the type has also gone missing.


This happens in every game, in every script, and in every account. No plugins that I have are modifying the autocomplete.

OS: Windows 11
Studio Version: 0.620.0.6200463
Beta Features:

Expected behavior

I expect DockWidgetPluginGui to be an accessible type, as it’s a class for a type of instance. All the correct fields, such as Enabled and Title, will be present. Values with this type will show up in autocomplete.

2 Likes

Turn on this setting, it appears once enabled:

3 Likes

I will try this later! It’s strange because I expect all instances to automatically have their type assigned. And I expect their type to be error-type when it fails, instead of just making the value ghost me.

Please let me know if you still encounter this issue after enabling the setting above.

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