The button just flat out doesn’t do anything, no output when clicked, however places load with this error:
17:03:20.665 - Flag PluginButtonClickableWhenViewportHidden does not exist
17:03:20.670 - Stack Begin
17:03:20.672 - Script 'Plugin_-1.TerrainToolPlugin.main', Line 24
17:03:20.673 - Stack End
A few weeks ago I noticed places were loading with an error reporting an issue along the lines of ‘plugin cannot save to <arbitrary string i didn’t write down> as it already exists’ which may be related to this? I’ve already forced multiple reinstalls via Download Roblox, but have not tried clearing Roblox’s AppData directories yet.
I suspect my copy of the plugin might somehow be outdated, so deleting those directories should remedy the issue assuming the line expecting that flag has been removed and was pushed in a more recent version of the plugin. If not; this is a major breaking issue preventing me from working on the map to my game.
Don’t know how to find a version number for studio or how I could have provided a reprod; following a wipe of \AppData\Local\Roblox I have discovered the issue.
Line 24 of the plugin before wiping AppData directory:
local FFlagPluginButtonClickableWhenViewportHidden = settings():GetFFlag('PluginButtonClickableWhenViewportHidden')
Guess the PluginButtonClickableWhenViewportHidden Flag has been removed due to the docker widgit/home tab integration update with the terrain plugin. For some reason mine neglected to update the plugin, causing the non-existent FFlag error.