How would i go about making a tool that isn't able to be unequipped?

I am trying to make a tool that is unable to be unequipped, but it’s able to be equipped. How would i do this?

Hide Roblox’ tools bar and backpack, equip tool upon acquiring it.

1 Like

Make a custom tool system. There are a lot of developers who almost explicitly create them explicitly to avoid the backspace behaviour of normal tools. You will have to code all of the tool’s behaviours yourself and weld them to the player when needed, but it’d allow you to void unequipping.

1 Like