I have a model with Persistent set as the ModelStreamingMode
However, when I load into game, 50% of the time I’m greeted with this spam message. I understand I can do WaitForChild() (and probs get an infinite yield warning) but from my understanding of Persistent, it should ALWAYS exist, from the second the games loaded, so unsure how this error can ever occur.
3 Likes
Since the script is in ReplicatedFirst, it is possible that the workspace entirely hasn’t been loaded in.
1 Like