Script-Log 1: Nascency of an Inventory

Sdílet
Vložit
  • čas přidán 1. 07. 2024
  • Hry

Komentáře • 2

  • @A_Very_Big_Wall
    @A_Very_Big_Wall Před 29 dny

    Epik

  • @Sabern1111
    @Sabern1111  Před 29 dny

    Here is that disable backpack script: local StarterGui = game:GetService("StarterGui")
    while wait() do
    local success, result = pcall(function()
    StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
    end)
    if success then break end
    end
    print("Backpack disabled.")