Skip to content

Commit d83a16e

Browse files
authored
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.
1 parent cd8fd83 commit d83a16e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/en-us/reference/engine/classes/StandalonePluginScripts.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ description: |
88
in a standalone plugin `Class.DataModel` when Roblox Studio starts (it is not
99
useful outside the context of plugins). When a place to be edited is loaded in
1010
Roblox Studio, scripts inside this container are not run.
11+
12+
#### Limited Functionality and Availabilty
13+
14+
Throughout the history of this instance, its functionality has been enabled
15+
and disabled without notice. Before doing any work with it, make sure to verify
16+
that it works as expected before continuing with further work.
17+
18+
Seemingly, when enabled, **StandalonePluginScripts** work only with Local
19+
`Class.Plugin|Plugins`.
1120
code_samples:
1221
inherits:
1322
- Instance

0 commit comments

Comments
 (0)