when i have equipped one of gears and script runs equipped gear will stay in my backpack...
If you have a tool equipped, it won't destroy it.
First you have to run UnequipTools
on the Humanoid to unequip all tools.
After that you run ClearAllChildren
on the backpack to clear the backpack.
Humanoid:UnequipTools() Backpack:ClearAllChildren()
I think I know what you are trying to say and you can use :UnequipTools()
or :ClearAllChildren()
. Next time you try to ask for help make sure you provide code! We can't help or understand 100% of everything without code, but anyway I hope this helped you.