yodelworld
(yodelworld)
August 10, 2023, 4:02am
#1
I am using the provided Loading Screen Code Sample from the Creator Documentation Resource Samples.
I placed the “LoadingScreen” parent folder within ReplicatedFirst folder as recommended.
How can I use my own Background image on the loading screen?
I added an ImageLabel, but my image is only showing on the top left corner, very tiny.
please see screenshot below:
Instead, I would like to make sure the image is shown 100% Full Screen over the current pink template color.
How can I do that?
Current Explorer and property settings:
Thank you so much for any little help!
2 Likes
Exozorcus
(Exozorcus)
August 10, 2023, 4:05am
#2
just size your image label up to the size of the frame
1 Like
Use scale for the image label instead (just set size to {1, 0}, {1, 0})
1 Like
yodelworld
(yodelworld)
August 10, 2023, 10:39pm
#4
thank you soooo much everyone - that worked.
for anyone else, see screenshot below / property panel of the Image Label:
1 Like
yodelworld
(yodelworld)
August 10, 2023, 10:59pm
#5
But one more question.
When I work with a ScreenGUI I can pre-visualize and somehow design my layout.
The loading Screen Code Sample provided doesn’t have a ScreenGUI.
How can I visualize and design the Layout of my Loading Screen without “Play” mode?
Thank you so much for any tips and tricks!
1 Like
Try placing the entire frame in starterGui when working on it, then moving it over when u want to test
Also if you got your answer please mark it as the answer
Make sure you change the size of the frame too! It’s possible that the frame is set to something smaller than {1, 0, 1, 0}