Feedback on loading screen

Hi! I’m the build guy, and I just made a loading screen. What do you think of it? I coded it all on my own. Feedback is appreciated!
https://www.roblox.com/games/6389627195/Very-Cool-Game

1 Like

Something I would fix is the positioning on the bar. Mine is in this game:

How do I do that, exactly? I can’t just fix things by being told to fix them.

I would personally disable the TopBar whilst loading and enable it once the player is loaded. You can do it locally with this block of code.

pcall(function()
		local starterGui = game:GetService('StarterGui')
		starterGui:SetCore("TopbarEnabled", Bool) -- Bool being true / false
end)

I thought it was disabled? I am confused.

I believe it is once you get to the selection screen however not on the loading screen.

That little top bar gap? It is off, and your code isn’t what does it. It’s a ScreenGui property.

The TopbarEnabled core aspect disabled / enabled the leaderboard and chat, I have used it many a time.

Example: Emerald Theatre Quiz Center - Roblox

That game is private… I can’t join it.

Leaderboard and chat are off (:

It’s look good
I was wondering do the loading bar is real, in the sense, there are really things loaded?
I mean is doing something like this (Personal example)

No, it’s not real, it’s just visual. It’s always the same.

Move the green part further to the left, and extend it further to the right.