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

How does one aquire such knowledge?

Asked by 8 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

You see how in Phantom Forces where theres no backpack or toolbar and you have weapons? How do you do that?

2 answers

Log in to vote
1
Answered by
Unlimitus 120
8 years ago

They have disabled the ROBLOX Backpack by using this line of code:

game.StarterGui:SetCoreGuiEnabled("Backpack", false)

Then they made their own backpack.

Hope this helps

Ad
Log in to vote
0
Answered by 8 years ago

They wrote the code

game.StarterGui:SetCoreGuiEnabled("Backpack", false)

Then made their own through a GUI. (Improving off of Unlimitus)

Answer this question