Need help revolving around metatables

Let’s say I created a new table on a script for a model, and then I put that model in the workspace.
Now I have another script that wants to get the table of that model in the workspace
how do I go about this?

edit: I am not asking for any scripts although would appreciate it. I just want to know how you guys would do this if on similar situation.

The recommended method is to use signals to let the other script access the table and run code when required.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.