Backpack is hidden for no reason

You can write your topic however you want, but you need to answer these questions:

  1. 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.

  2. 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

are there any tools in the backpack when you spawn in?

Oh sorry, it was a glitch that reset my wins to 0. I will only get the tool when I have 1 win.

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