Closed VoiditeDev closed 1 year ago
oh nevermind, I was using an older version of satchel soo that’s why it wasn’t working
https://devforum.roblox.com/t/satchel-open-source-backpack-system/2451549/113
And it looks like it resolved itself... I'll be closing this issue now. If you have this error again, don't hesitate to create another issue.
Description
This bug states that
TopbarEnabled
doesn't work when you try to put it to `What was expected?
I expect that it should use
TopbarEnabled
to make it work fineWhat actually happened?
It failed to use
TopbarEnabled
and ended up putting an errorSteps to reproduce
Relevant log output
Other details
This is the code
A fix is to place
StarterGui:GetCore("TopbarEnabled")
in apcall()
Severity
Low
Platforms affected
No response
Code of Conduct