When dynamically creating Instances, when does it “exist” in terms of passing it through a Remote?
Is there a guarantee that when I pass a descendant of a newly server-side created Instance to the client, it will not be nil in the Remote listener? Is there a guarantee for only the root object but none of its descendants?
Is this dependent on the normal rate of replication being 60 hz, but only 20 hz for Remotes? I don’t want to rely on this.
This is all assuming the Instance is parented somewhere that replicates to the client automatically.
I believe that when dynamically creating instances server-side, there is no guarantee that the replication will be completed (that all of the descendants that exist server-side will exist on the client) before some parts of the Instance’s hierarchy are available to the client. This is why I want to know how that relates to Remotes.