Hello! I am currently taking a break from my current project and starting on a new one, but I don’t know where I would go with this.
I wanna make a game that has a thing similar to a website builder. You pick a name, build the website in the gui with images, text, etc. Then you save it, and people can search for it.
ex:
I create a page called Website.wu in the game. I use the tools provided to make a neat little personalized “website” I hit save and publish.
Someone types Website.wu into the search bar, and it pulls up what they created.
Could anyone send some articles that could possibly help me with this? Thanks a lot!
I don’t if this has been done before so there will be 0 or barely any articles. What I do recommend is knowing how you’ll save data and load it onto a player GUI efficiently as this will be the core of your game. You will probably want to convert the hierarchy of the various Ui elements to tables and then extract only important from them such as Size, Position, and many more.
YEah thats what I was thinking, doing a table! I wasnt looking for astraight up tutorial how to do this, I was just asking if theres a way to load data correspodonding to the website title typed.