Config
A module for configuring various aspects of the sandbox.
Properties
TrackInstances
This item is read only and cannot be modified. Read OnlyConfig.TrackInstances: booleanWhether the sandbox should track Instances.
If this is enabled, the sandbox will keep track of all Instances
that are created in the sandbox. It will also track all Instances
that are accessed in the sandbox.
This will allow for forcible cleanup of Instances that are created
in the sandbox, but it may cause performance issues if there are a lot
of Instances being created.
TrackRBXScriptConnections
This item is read only and cannot be modified. Read OnlyConfig.TrackRBXScriptConnections: booleanWhether the sandbox should track RBXScriptConnections.
If this is enabled, the sandbox will keep track of all
RBXScriptConnections that are created in the sandbox.
This will allow for forcible cleanup of RBXScriptConnections
that are created in the sandbox, but it may cause performance
issues if there are a lot of RBXScriptConnections being created.