I wanna turn StreamingEnabled on to allow for better performance, but I have all these WaitForChilds that need specific items to be loaded. How can I guarantee these exist, or are available?
1 Like
Check out this post here and how they handle the coding for loading in items:
1 Like
You can force an object’s replication irrespective of streaming enabled settings by parenting it to ReplicatedStorage/ReplicatedFirst.
1 Like