#How the heck can I hide the topbar using SetCore()? SOLVED, (impossible)
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I have geniuenly tried everything, pcall, waiting for the game to load, everything. How the hell can I do it?
This is what I have:
local SGUI = game:GetService("StarterGui")
repeat
local suc = pcall(SGUI.SetCore, SGUI, "TopbarEnabled", true)
task.wait()
until (suc)
i dont think its possible to disable the top bar
there's always the lil home button in every roblox game ever
if u want your gui to ignore the top bar then u can turn on ignoreguiinset
You just can't that's it
Thanks guys