From d83a16e1b9d8d0a1fc8278824c8c9534f6d4b1ab Mon Sep 17 00:00:00 2001 From: Matke <69993309+matkeg@users.noreply.github.com> Date: Thu, 17 Apr 2025 19:03:19 +0200 Subject: [PATCH 1/2] Update StandalonePluginScripts.yaml Changes are based on the following comments and personal observations of the instance's functionality: https://devforum.roblox.com/t/insert-object-menu-does-not-have-standalonepluginscripts/1161930/4?u=matkeftw https://devforum.roblox.com/t/selection-doesnt-work-with-standalonepluginscripts/1204790/2?u=matkeftw Additional information has been added to document the instance's inconsistent behavior. This info should be useful, as Studio does not provide any additional info on this, nor is there any additional information online. --- .../engine/classes/StandalonePluginScripts.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/en-us/reference/engine/classes/StandalonePluginScripts.yaml b/content/en-us/reference/engine/classes/StandalonePluginScripts.yaml index 2e8f3dd5d..9b73f7c16 100644 --- a/content/en-us/reference/engine/classes/StandalonePluginScripts.yaml +++ b/content/en-us/reference/engine/classes/StandalonePluginScripts.yaml @@ -8,6 +8,15 @@ description: | in a standalone plugin `Class.DataModel` when Roblox Studio starts (it is not useful outside the context of plugins). When a place to be edited is loaded in Roblox Studio, scripts inside this container are not run. + + #### Limited Functionality and Availabilty + + Throughout the history of this instance, its functionality has been enabled + and disabled without notice. Before doing any work with it, make sure to verify + that it works as expected before continuing with further work. + + Seemingly, when enabled, **StandalonePluginScripts** work only with Local + `Class.Plugin|Plugins`. code_samples: inherits: - Instance From 1f505f74f81b62af991a48cf5db0b7c9ad17fa38 Mon Sep 17 00:00:00 2001 From: Matke <69993309+matkeg@users.noreply.github.com> Date: Tue, 22 Apr 2025 20:47:30 +0200 Subject: [PATCH 2/2] Update content/en-us/reference/engine/classes/StandalonePluginScripts.yaml Co-authored-by: IgnisRBX <43388550+IgnisRBX@users.noreply.github.com> --- .../engine/classes/StandalonePluginScripts.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/content/en-us/reference/engine/classes/StandalonePluginScripts.yaml b/content/en-us/reference/engine/classes/StandalonePluginScripts.yaml index 9b73f7c16..509822b5c 100644 --- a/content/en-us/reference/engine/classes/StandalonePluginScripts.yaml +++ b/content/en-us/reference/engine/classes/StandalonePluginScripts.yaml @@ -9,14 +9,10 @@ description: | useful outside the context of plugins). When a place to be edited is loaded in Roblox Studio, scripts inside this container are not run. - #### Limited Functionality and Availabilty + #### Limited Functionality and Availability - Throughout the history of this instance, its functionality has been enabled - and disabled without notice. Before doing any work with it, make sure to verify - that it works as expected before continuing with further work. - - Seemingly, when enabled, **StandalonePluginScripts** work only with Local - `Class.Plugin|Plugins`. + Functionality of this class may be enabled or disabled without notice. Before + using it, verify that it works as expected before continuing with further work. code_samples: inherits: - Instance