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

how to remove roblox inventory system?

Asked by 3 years ago

how can i remove or make unable to use the inventory system which is oppened with "?

1 answer

Log in to vote
0
Answered by 3 years ago

use this:

local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false) 

but you should also check here: https://developer.roblox.com/en-us/articles/Disabling-Parts-of-Game-Interface

0
thank you a lot zazazalalib 2 — 3y
Ad

Answer this question