I dont know if i'm just being stupid but whenever i use this or any disabler of roblox core gui it wont work Specifications: is normal script (I think thats local) and it is located in workspace
local StarterGui = game:GetService('StarterGui') StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack)
if anyone could help me?
thanks for any help.
Yeah , first you should write it on a local script. Also the code should be right these :
local StarterGui = game:GetService('StarterGui')
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)