How do I make a script/Gui that allows a player to select something they've built, save it to their person (also typing a name for it) then load it from a drop down menu (EVEN IF THEY LEFT AND JOINED A NEW SERVER o-o).
Afterwards being able to drag it using arrows instead of free drag?
Thanks! C:
Zoey
You'll need to use the SaveInstance method and the LoadInstance method to save a physical object to a Player. For the drop down menu, get used to GUI's. First, start out simple and make an open/close button that just toggles the Visible property of the GUI. Then, once you've mastered that, you can move onto using TweenSize to make a smooth drop-down menu, then either TweenSize the buttons, or just toggle the Visible property.
This answer doesn't need any scripting, but if you want to do it quicker, then I'm pretty sure I saw a plugin that is for Save/Load.