Ep 60. Eggs not Displaying Gui
During this episode we overhauled our Workspace setup to be more organized in anticipation with creating the World system. When creating our world system, we did a lot of copy and pasting of our initial Spawn world and its islands. This copy and pasting brought along the eggs that we had setup inside of the first world. Since we now have duplicates of the same egg type, we now encounter an issue where the egg model setup for each egg type may not always be the same. This results in the Pet Billboard Gui only appearing on one egg model, rather than each model of that egg.
Solution
The simplest solution would be to avoid using the same type of egg multiple times. In our original world we used the Basic, Earth, Arctic, & Volcano eggs. Rather than reusing these in our other worlds, we should create new eggs types and avoid reusing the old ones.
Alternatively, you could overhaul the current Egg system to allow for having duplicate eggs, but that is a bit too complex to explain here.
You can checkout our guide on how to add new egg types to your game as well!