Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a SAVE/LOAD for a building game?

Asked by 9 years ago

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

2 answers

Log in to vote
0
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
9 years ago

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.

Ad
Log in to vote
0
Answered by 9 years ago

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.

0
Sorry that I am too late, but do you still remember the name of that plugin by any chance? XxJJ_p14yzxX 0 — 3y

Answer this question