Yes doesn’t work lol (character limit aa)
It’s not working could it be a game setting??
try putting your script inside StarterPack
Ok, let me explain the problem more the backpack icon isn’t there at the topbar but whenever I press ` it opens it up and that’s the only way it’s being used and that’s what I’m having trouble with because I use the same key to open the backpack of my custom backpack
I’m gonna recommend you 2 things before I run out of ideas:
- Try printing in the start of the script to see if anything in the script runs at all
- If it prints, try copy and pasting this to see if it works and then I might be able to help you find the issue
local StarterGui = game:GetService("StarterGui")
while task.wait() do
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
end
If this can’t explain enough then I can screen share on discord if you’d like that … rukia#1968
How would I print all that code?
Nevermind this just fixed it. Thank you!
You don’t print the code, you just print something inside the code you already have
It would look like this:
print("test")
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
After this runs, check to see if you find the word “test” in your output
It does run it just didn’t work with that certain script with the newest script you have provided (marked as solution) has worked
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.