I want to know how i can make the roblox topbar not appear whilst the player is still on the loading screen.
Right now my loading screen doesnt cover the whole screen which just looks bad.
I want to know how i can make the roblox topbar not appear whilst the player is still on the loading screen.
Right now my loading screen doesnt cover the whole screen which just looks bad.
I need this so people cant use the chat whilst on the loading screen because then it overlaps it.
Using the StarterGUI service and this script:
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
Or this code:
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCore("TopbarEnabled", false)
You can remove everything except for the ROBLOX menu logo.
I’m not 100% sure, but I’ve just had a look through the docs, and cannot find a way to remove that. There may be, but not what I’ve just found now.
Please note, that this topic should’ve been todo with Scripting. If I have helped you, please remember to make this as the correct solution. If your query still hasn’t been solved, please do reply and I’ll assist you as much as I can.
thanks for your reply I’ll make this the solution as I only wanted to disable the chat and players.
Awesome, glad I helped! Have a wonderful day/night. ![]()