How to disable CoreGuis during Runtime

Hello, I am creating a loading screen for my game which hides the Guis during it.

The issue is that the PlayerGui doesn’t actually let me change the state during runtime, it only errors saying ‘SetCoreGuiEnabled is not a valid member of PlayerGui “Players.EpicStar80.PlayerGui”’ Even though while writing the script it appears in the dropdown list.

All solutions ive found just disable it before the game starts, and ive seen games hide the leaderboard and chat during the game, so i know it is possible.

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

1 Like

OOPS. Found out that starterGui DOES disable it during runtime, i just made a typo before. My Bad!

1 Like

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