Hey there, how would I start to make a booth editing system. I already have the booth but how would I make it so you can change the design. I just need to know the concept. Thanks!
Are you wanting to know how to make a booth editing system like Rate My Avatar?
No like the one in please donate. I got the text sorted out just the changing of model
The way that I would do it would be to have a folder with all the different booth designs in ReplicatedStorage. Make a script in the booth and create a table of all the possible booths. Say you have a booth selection GUI or something, you will connect that to an event with the button that has the booth you want to change it to. After that, destroy the current booth model and grab the selected booth from RS and set the position equal to the pos of the destroyed booth.
This may or may not work, but I’m pretty sure it will. Let me know if you have any questions!
Will definetly try out. if it works I will make as solved
Ah,It wont work because there is a part containing all the info which I cant delete.Thanks for your help though! I think I have a way of doing it!
You’re welcome! I hope your other idea works! Happy scripting!