The Documentation doesnt tell me how to access a SharedTable I create in one of the script that are under an Actor.
Affected URL: https://create.roblox.com/docs/reference/engine/datatypes/SharedTable#summary-constructors
The Documentation doesnt tell me how to access a SharedTable I create in one of the script that are under an Actor.
Affected URL: https://create.roblox.com/docs/reference/engine/datatypes/SharedTable#summary-constructors
Thanks for the report! We’ll follow up when we have an update for you !
I forgot to reply back to this thread previously, but we added additional documentation for new(t)
which links to the SharedTableRegistry
(which is one simple mechanism for sharing a SharedTable).
Note that in some cases it may be desirable to store a SharedTable in the SharedTableRegistry. The Class.ShareTableRegistry:GetSharedTable() method provides a convenient way to accomplish this.