Hi there!
I am trying to remove player Inventory GUI
I want to remove it so player cant unequip tool, what i will put inside his character
Yeah thats pretty much all i tried to find it but everything i found is: “How to make custom tool gui”
Hi there!
I am trying to remove player Inventory GUI
I want to remove it so player cant unequip tool, what i will put inside his character
Yeah thats pretty much all i tried to find it but everything i found is: “How to make custom tool gui”
use the SetCoreGuiEnabled function
local CoreGui = game:GetService("StarterGui")
CoreGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false) -- remove's the backpack gui, cause it's a part of the CoreGUI pack(roblox menu, chat, leaderstat etc...)
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.