Tool Storage Gui

How do I go about making an item/tool permanent storage similar to the one in this game? (game: A bizarre day)


(How this item/tool storage works is you hold out the item you want to store and click one of the slots. Then the item/tool will be stored permanently in the game. When you want your item/tool back you have to click the slot again.)

I’m familiar with basic scripting and GUI making but I’m not sure how to make the game save the items/tools saved in the slots.

I’ve tried searching for similar solutions on the dev forums but haven’t found anything useful.

2 Likes

you just need to make a data store where u are saving what tools do you have in which slot and then make a script that gives u a tool that u have clicked on

Thanks, I’ll look into data stores.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.