Make a backpack hold one item

So I am trying to make a backpack hold one item, but I can’t find any scripts on it. Basically what I am trying to do is a player can hold one item in their backpack. If they grab another item, the first item drops out of their backpack and gets replaced with the new item. Does anyone know any scripts to do this?

Do you know how to script, if you do i can tell you what you need to do.

1 Like

Yes, I do know how to script. I am a new scripter so could you keep it a bit simple for me?

So, How it works is the player has a Backpack folder in the player, And when they click on an item from the Backpack, It gets paretned to their character, If a tool’s parent is a character, The character will hold it, You could disable backpack and make a simple gui.

1 Like