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

Any way to disable the startgui/backpack?

Asked by 8 years ago

Hi I wanted to know if you could disable the startergui and/or the backpack, but you are still able to equip an item. Can you help?

0
My bad I meant starterpack docrobloxman52 407 — 8y

1 answer

Log in to vote
2
Answered by 8 years ago

Inside a localscript in the backpack or in the starterGUi If you want to know more about the starterGui you can go on Roblox wiki here

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false) --Set All CoreGui to false

If you want to set a coreGui false but not all you can go here for see wich coreGui you can disabled And if you want to know wich CoreGui is enable, you can try this code:

game.StarterGui:GetCoreGuiEnabled("PlayerList") -- false if you do the other code else true
Ad

Answer this question