Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to: make invisible tool backpack?

Asked by 5 years ago
Edited 5 years ago

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 :/

Image

1 answer

Log in to vote
1
Answered by 5 years ago

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

0
wait, i just tried putting this into local script and normal script both into workspace, and tool in starterpack, but i starter game and clicked [~`] on keyboard and backpack showed up >:( and holding the tool it was in grey box at bottom of screen! CommanderCaubunsia 126 — 5y
0
OH i get it, ok thanks, it worked, now i just need to make some kind of non tool gun, ok got it :D CommanderCaubunsia 126 — 5y
Ad

Answer this question