How can you have a character holding the item without using the roblox backpack?

I just want to know this because the normal roblox backpack ui looks ugly in my opinion, and I’d rather have no UI. I’ve also seen item’s in games being held with 2 hands, and I know this isn’t possible using roblox backpack.

Hey! for what i understood about your post, it seems like you wanted to remove the UI from backpack?
image

Hi! Tools (items) held with two hands are possible using animations.

You were not really specific about what you wanted to achieve in your post title, so if you ever want to disable the Roblox Backpack UI, here’s a local script that will do it:

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
2 Likes