Remove Chat, Leaderboard, and settings button

Hey! I’m making a game and I need the chat, leaderboard, and settings button removed. I’m really not sure how to do this, if anyone knows how please reply.

(Blue is what I want removed)

1 Like

This topic has been covered multiple times in the past.

game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All, false)

Put this as a local script into StarterPlayer > StarterPlayerScripts.

1 Like

Nevermind! I already found it. Sorry for the spam post.

2 Likes