WAS Loader - Assets Loader (DISCONTINUED)

WAS Loader! A Simple, ‘Modern’ And Full Customizable Load Screen


Hello! It’s me again, and today I’ve brought you a real loading screen

Most loading screens only wait a few seconds to “load”, but this loading screen actually loads assets

it can be customized the way you want, you can even enable the credits option

(This loading screen was inspired by BLS[Devforum Post Here])


Step 1 - Install

There Have 3 Steps: Install, Insert, Configure
Let’s start with the installation of the WAS Loader

First, Install RBXM File Or Get It From Marketplace

Get it on Roblox! Download File

Step 2 - Insert

Insert WAS-Loader On Your Game And Put In StarterGui
Screenshot_130


If You Got The File Then
Drop Into Roblox Studio
2024-01-01-22-41-26
after this, put on startergui

Step 3 - Configure

WAS Loader Is Fully Customizable!
At Settings, You Can Configure ALL Of The Loading screen.
Screenshot_131

and imma explain all of these

BG_Color3

Just the background color

Credits

it shows the credits before loading

Fade_Time

The Loading Bar That Appears after credits or when loading screen appears
fadetime


2024-01-02-10-43-30
0.5 value

FastLoad

Ok So This One Are Like That:

FastLoad OFF:

for i = 1,#assets do
	task.wait()
	local asset = assets[i]
	ContentProvider:PreloadAsync({asset})
	loadedbar.TextLabel.Text = i.."/"..#assets.." - Dont Worry If the Loader Is Stuck! You Can Skip Anytime."
end

without-fastload

FastLoad ON:

for i = 1,#assets do
	local asset = assets[i]
	ContentProvider:PreloadAsync({asset})
	loadedbar.TextLabel.Text = i.."/"..#assets.." - Dont Worry If the Loader Is Stuck! You Can Skip Anytime."
end

with-fastload

Flash In And Flash Out

these are the Flash(white frame that fade in and out after the credits or when it loads) IN and OUT Time
default values:
IN: 0.2 (Low Number Recommended)
OUT: 1.5 (High Number Recommended)

Flash_Color3

the flash color.

LogoID

this one should be Only the ID NUMBER, Not “rbxassetid://id”, ONLY ID NUMBERS

Tips

the tips that appears on loading screen after credits

inside the tips value have a folder with tips
read the “READ ME!” script to understand what it does


Happy New 2024 Guys!
cya :heart: :tada:

UPDATES LOG:
2024/01/07

  • discontinued cuz i dont have free time these days to update WAS loader
    • keep in mind, i will make WAS Loader: Reborn when possible

2024/01/02:

  • Fixed Three Bugs.
5 Likes

May you show a video of your resource?

2 Likes

wait a minute.
imma record and send soon, cuz i’am currently animating a gun

1 Like

here you go.
this one is a bit old that dont contains tips.

2 Likes

Looks good, I got 2 questions tho

1:

How do I edit the game? In your video the GUI isn’t visible on Studio, but in my case it’s covering the whole screen

2:

Does the GUI purposely error when you disable credits?

1 Like

in startergui, disable the “ShowDevelopmentGui”

probably a bug, i’am fixing it soon as possible !!

1 Like


found the bug.
the bug was on skip button? if it was, i already found and i fixed it.
i’am releasing it the new version

2 Likes

(Nvm i think this is still the old version :skull:)

nah, already fixed.
old version was made in 2023 bro :skull: :skull: :skull:

Oh, It’s still erroring for me then… Is the mediafire link updated?

for sure.
why?
you can click and see.
anyways the post was edited rn

It looks okay. If I was a new scripter, I would probably use it!

Also, I noticed that your computer took 48 SECONDS to start a playtest. I just want to know; are you okay mentally? Do you need somebody to talk to? This could be traumatizing for some people. :fearful:

3 Likes

One of my friends who is beginning to learn scripting takes around 2-6 minutes (no joke) to play test, and 20+ mintues to group test (I say 20+ because after 20 mins I left so idk)

3 Likes

XD!
my laptop are so low spec so it take some time to test the game.
For some reason it doesn’t bother me, I do games normally even with a laptop like this

1 Like

Hopefully it can be fixed! In the future, you’ll find yourself constantly ending playtests and starting them again quickly to fix bugs. If each test took 1-5 minutes to get to where I need to test, I would want to die.

Please inform him that he is loved, cared for, and has a lot to live for.

1 Like

It’s good now, I was indeed using the old version.

There’s still some minor things you might wanna look into

  • You might wanna make it so tips can’t repeat, as in, the same tip can’t play twice in a row

  • Skipping the load screen doesn’t destroy the GUI, therefore some elements stay on the screen
    Screenshot_4

1 Like

i started coding when i was 9 in my dads pc.
It took more than 5 minutes just to test the game lol

1 Like

oh sorry for that!
imma fix. AGAIN.

note: that cube icon was added to test a thing and i forgot to remove :clown_face:

2 Likes

One question: do your eyes hurt after coding?

Anyway, that’s a good developer-friendly, beginner-friendly loading screen you got there.

no, but i really code so bad that i cant even read my own code properly.

anyways @SharkRayMaster, you request is done.
and i fixed it that bug.

1 Like