Hello,
I am trying to figure out how to make the chat disabled while the loading screen is in affect. Also, I am trying to get the topbar to change a certain color, and after the loading screen is disabled, the topbar goes transparent.
This is what i'm trying to achieve
I have tried to do:
While true do
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat,false)
wait(10)
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat,true)
end
I need someone to provide a sample script of how to get the topbar to change color during the loading screen. I have no clue how.
Yes, I have looked at Youtube, developer hub, and other recourse. I can’t find what I need solved.
Thanks for the help!
Skylexion,
Developer