Loading screen for fully loading assets

I’ve seen games like Ultimate Driving or Greenville where when I go to the dealership, there is a loading screen to fully load the dealership stuff. How would I be able to make a loading screen to wait for things to load?

ContentProvider (roblox.com)
Is probably what you should use if you want to wait for certain things to load before removing the loading screen.

1 Like

I suggest taking a look at this certain post that deals with your problem.
For the ui, you can tween/disable once its loaded up.
Just tried to elaborate the above topic for you.

2 Likes

Yes, this should work just change the HERE-THE-PATH in the script for the group where you have your things to load. For the UI bar, watch the post shared by @thatdevmikey i already explained how to do it in.