Hello! I am having an Issue in my game. I have a shop setup for players to buy weapons and stuff, and I have an inventory system GUI. Is there anyway I can make it so that when the player purchases a weapon from the shop it goes straight to their inventory rather than their Hotbar??
Every tool that’s in the inventory will also be visible in the Hotbar.
The inventory in my game has it where u put stuff from the inventory into the hotbar so it goes stragiht to the inventory when you pick something up.
Where are the tools that are in your Inventory stored at?
If you’re using a remote to store them into the inventory, instead of cloning the bought tool into your backpack, you can fire an event and store it right into your inventory after being bought.
Unless you have a different way of storing them that I’m unaware of.
im not exactily sure fully how the inventory system works because I found a devforum post on how to import an inventory system because I am new to developing, but the items that are in my Inventry are from items that you pick up off the floor.
i can try to make the event that puts it in the inventory though
ill look up a tutorial on it
Hope you find what you need, good luck with it. If you require any help, you can ask.