From e204aa12436b80638ca231a6d9e9e9cfa051071b Mon Sep 17 00:00:00 2001 From: ExtremePro11299 <134209046+ExtremePro11299@users.noreply.github.com> Date: Sat, 12 Apr 2025 19:59:35 +0200 Subject: [PATCH 1/2] Noted that the Next Gen Studio Preview setting will have an effect on this. --- .../en-us/reference/engine/classes/PluginToolbarButton.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en-us/reference/engine/classes/PluginToolbarButton.yaml b/content/en-us/reference/engine/classes/PluginToolbarButton.yaml index 95b3e19e2..586e4ebe1 100644 --- a/content/en-us/reference/engine/classes/PluginToolbarButton.yaml +++ b/content/en-us/reference/engine/classes/PluginToolbarButton.yaml @@ -44,6 +44,9 @@ properties: occur in the game world (Workspace). For example, a button that opens a widget should have this property be true, as showing a widget is visible to the user even if the game view isn't visible. + + When the `Class.Plugin` is used with the **Next Gen Studio Preview** beta option enabled, this property + will have no effect and will always behave like if it was set to false. code_samples: type: bool tags: From c0c5b1d038562549bc479669fdf4b2e52c2b148f Mon Sep 17 00:00:00 2001 From: ExtremePro11299 <134209046+ExtremePro11299@users.noreply.github.com> Date: Sun, 13 Apr 2025 08:53:04 +0200 Subject: [PATCH 2/2] Converted note to warning alert --- .../reference/engine/classes/PluginToolbarButton.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en-us/reference/engine/classes/PluginToolbarButton.yaml b/content/en-us/reference/engine/classes/PluginToolbarButton.yaml index 586e4ebe1..2826a8316 100644 --- a/content/en-us/reference/engine/classes/PluginToolbarButton.yaml +++ b/content/en-us/reference/engine/classes/PluginToolbarButton.yaml @@ -44,9 +44,10 @@ properties: occur in the game world (Workspace). For example, a button that opens a widget should have this property be true, as showing a widget is visible to the user even if the game view isn't visible. - - When the `Class.Plugin` is used with the **Next Gen Studio Preview** beta option enabled, this property - will have no effect and will always behave like if it was set to false. + + When the `Class.Plugin` is used with the **Next Gen Studio Preview** beta option enabled, this property + will have no effect and will always behave like if it was set to false. + code_samples: type: bool tags: