Flusap
(Flusap)
March 23, 2020, 3:28pm
#1
Hey guys I was wondering if there was a way to tweak the core backpack so that I could spruce up the guis a little bit.
I tried using game:GetService(“StarterGui”):SetCoreGuiEnabled(Enum.CoreGuiType.Backpack,false)
and then just duplicating the backpack script and adjusting it, but when I do that, the duplicate doesn’t show up either.
So if you guys have any ideas that would be awesome, sorry I’m a bit of a noob with this stuff
If you duplicate the backpack script, then that script will also listen for the disabling of the backpack. What you can do instead is not duplicate it, but modify the original to adjust it.
Hey, you can of course modify core guis with your own. The entire subject can get a bit lengthy, so I linked a good tutorial that should help you out.
Cheers
1 Like
NilFloat
(NilFloat)
March 23, 2020, 3:54pm
#4
Make sure to call your code in a local script else it’s not going to work.
1 Like
Flusap
(Flusap)
March 23, 2020, 4:01pm
#5
Thanks but how would I access the backpack script? I took the code off of somewhere online but I don’t know how to actually reach mine in game/studio