How could I modify the already existing hotbar ui

  1. I want to be able to modify the existing hotbar ui, I don’t want to create a custom one, I just want to know how to modify the already existing one

  2. I can’t find where the hotbar GUI is located in the CoreGUI, All other tutorials have not been about how to modify the backpack/hotbar ui

  3. I’ve attempted to replace it however the backpack gui does not chage

All I’m trying to achieve is to find a way to modify the default backpack gui and hotbar slot

  1. You can’t change it you need to make a custom one

  2. It should be located somewhere in RobloxGui maybe

  3. Also you can disable it

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

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.