BetterLoadingScreen has reached its end-of-life.
BLS was a fun endeavor for me, and I enjoyed every minute of creating it and supporting its users. In fact, this was my first-ever Community Resource. However, time must roll on, and that means that the service will no longer be supported. Both the Creator Store and Roblox demo place versions have also been taken down, meaning that new BLS copies are now permanently unavailable.
View the documentation here.
I want to make a custom loading screen, but I don’t know how!
Don’t fret! I have provided you with a premade loading screen that even supports TopbarPlus!
ContentService Documentation
Welcome! You’re probably here and going “What the heck is ContentService?” This asset has 2 names, which are:
- ContentService
- BetterLoadingScreen
ContentService provides a fast, intuitive way to implement a functional loading screen that doesn’t just use wait(). It uses ContentProvider to efficiently load your experience. It even supports loading TopbarPlus icons.
Automatic Installation
If you’d like to do an automatic installation, just get the model and put it in Workspace. The !README will put everything in the right place for you.
Setup
TopbarPlus users:
Go into ContentService and go to line 46. You will be instructed on how to pair this with your installed TopbarPlus.
Everything else:
-
To start off, let’s go into
fade. It should be aLocalScript:
Next, go to line 30 and change"WhateverYouWantHere"to Presents, Present, or whatever floats your boat. -
Go to
authorswhich should be the parent offade. You may change this to your game studio name, your name, or whatever floats your boat. -
Go into
LoadingBarand changeversionto whatever your game version is.
For manual installation:
- Drop
ContentServiceintoReplicatedFirst. DeleteCustom_LoadingScreen_v1.
Customization
ContentService can be customised to fit your liking. You may edit the font of each TextLabel, change the background colour, or even add gradients. You’re free to add or remove what you want, or you can keep the default UI.
Having trouble? Don’t hesitate to reply or shoot me a DM! I will be happy to help.



