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)
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)
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.
Nevermind! I already found it. Sorry for the spam post.