Hey, I know it is possible to hide the top bar with:
local starterGui = game:GetService('StarterGui')
starterGui:SetCore("TopbarEnabled", false)
But I don’t want to disable the chat and inventory systeem. Is there any option where I can maybe change the top bar transparency to 1? I hope anyone can help me.