Help removing playerlist without disabling backpack

so my problem is making this interface for a shop that has arrows where you can go left or right also it’s not my game i just made the gui and I’m coding it

My problem is that the player list overlaps my Exit button for the shop i have tried hiding it but it did not do anything even when a player pushes tab it still overlaps my exit button is there i away i can completely remove the right side player list well still keeping tools and the other elements

1 Like

game:GetService(“StarterGui”):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)

1 Like

i tried it this does not work i’ll show an image

see it still show’s up i mean like Remove it fully

Oh, that’s more than just the playerlist. I believe you need to disable Enum.CoreGuiType.Backpack to remove the … as well.

Thank You i’ll try but it may be tricky you mean like custom backpack/inventory type thing