You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I was working on my obby game and wanted the backpack to hide whenever I entered a zone or pressed Z to slide. I don’t know why but when I first spawn in, the backpack is hidden and I need to reset in order to show the backpack. -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I’ve tried deleting every single line that controlled if the backpack was shown, but that didn’t work.
--how is this not working?!
while wait(1) do
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
end