Hello, this is simple, you realize when you get a tool, its at bottom of screen in gray little box? all i want is to make ALL of that disappear, the name or image and grey box, thx. BTW i got this idea from games like Notoriety, they have it so you just have weapons you can even change them, but no box at bottom of screen.
here is old image of notoriety, look at bottom of screen, NO BOXES(squares), and the gun works normally :/
Notoriety uses a custom backpack. They disable the backpack and make there own. Then the gun equipping is run via a local script contacting the server though a remote. They don't render the custom backpack with a gui. The code to disable the backpack is:
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
As for the rest of the scripts tutorials can be found on YouTube. Have fun