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
authors
which should be the parent offade
. You may change this to your game studio name, your name, or whatever floats your boat. -
Go into
LoadingBar
and changeversion
to whatever your game version is.
For manual installation:
- Drop
ContentService
intoReplicatedFirst
. 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.