#Inventory
1 messages · Page 1 of 1 (latest)
S....
C....
R.....
I........
P.......
T......
Your inventory looks to be custom. I'm not sure what your code says but you should (pseudocode here):
On "Play" button click:
Move custom inventory to user GUI
custom inventory.enable = true
Normally, to hide it, you can just use .enabled or .visible, or you can remove it from the UserGUI parent and put it elsewhere.