How to permanently remove a GUI for a player (remove them forever)

hello, again
i just want to know how to remove a GUI after a player dies or resets
right now i makeing load and main menu so this had a issue after player died or reset

1 Like

You can disable the core GUI. I don’t think you can delete it though.

game.starterplayer:SetCoreGuiEnabled("backpack',false)

I wrote this on mobile so it may suck.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.