Unequip Tool when CoreGuiType.Backpack is false on phones/tablets?

Hey!
Brief question.

If I disabled the Backpack Enum.CoreGuiType.Backpack = false
On PC/keyboard, players are still able to Unequip the Tool by using Backspace key and send it to Backpack folder inside their player instance.
image

How could a phone/tablet do the same? a code to type on chat? like… /unequip ?..

I dont think there is a chat command by default but you can easily program it, seeing your experience.

I think you can listen to player.Chatted, check if the message is ur command, if it is then call humanoid:UnequipTools()

Other than that I dont really know. I can give you an example if you want.

1 Like

Yup, maybe adding a GUI button similar to the one that backpack uses. Or chat command or something. But theres is no default command or something for phone/tablet users to unequip a tool when backpack coregui is disabled?

Sorry for the late reply, I had to go somewhere. And no, as far as I know there’s no command.