Hello, I’m trying to make a game with multiple places and want to keep the GUI the same. Is it possible to share the same GUI across multiple places in the same game?
Thanks in advance.
Hello, I’m trying to make a game with multiple places and want to keep the GUI the same. Is it possible to share the same GUI across multiple places in the same game?
Thanks in advance.
I ended up using InsertService and LoadAsset, forgot about those
Even though you found a solution, I highly suggest you check out packages as they are meant for this kind of thing and have much more use and flexibility.