How to make an ACTUAL Loading Screen in Roblox Studio

How to make an ACTUAL Loading Screen in Roblox Studio

polarisprog

1 год назад

135,017 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

friendlyVillain
friendlyVillain - 28.10.2023 23:11

How do you make a moving loading screen, like space , moving and theres a rocket there and when you press play the rocket flies , how do i do that??

Ответить
_MoONimNi_
_MoONimNi_ - 23.10.2023 19:54

if somebody has image labels in his loading screen and it doesnt fade away, paste this code at the end and make sure that the trans is 0
for i, v in pairs(clonedLoadingScreen:GetDescendants()) do
if v:IsA("ImageLabel") then
tweenService:Create(v, TweenInfo.new(0.5), {ImageTransparency = 1}):Play()
end
end

Ответить
Go Ku
Go Ku - 23.10.2023 07:26

on mine it keeps stopping mid loading. any tips to help with that?

Ответить
zerox
zerox - 15.10.2023 22:04

mine takes super long to load. Anyone know know to fix?

Ответить
RightHD
RightHD - 14.10.2023 23:09

and it foesnt work today cause script updates😢😢

Ответить
RightHD
RightHD - 14.10.2023 23:08

this didnt work i spent 26 minutes😢

Ответить
Max Mannewitz
Max Mannewitz - 14.10.2023 09:17

So say I want to edit the loading screen how do I go back so I can see the loading screen and edit it

Ответить
Ur local roblox account
Ur local roblox account - 06.10.2023 14:38

The text just goes away after I type "0.1,0,0.1,0"

Ответить
Ur local roblox account
Ur local roblox account - 05.10.2023 17:55

Can we make it so that it will play a specific music while on the loading screen?

Ответить
primeandjuju
primeandjuju - 02.10.2023 04:17

can you put the whole script in desc so its much easier?

Ответить
AartBarmy
AartBarmy - 23.09.2023 18:50

Its super slow for me fix?

Ответить
EatBlox
EatBlox - 21.09.2023 20:46

If anybody wants to do this with ui gradient, after you type elseif v:IsA("UIGradient") then
type this: tweenService:Create(v, TweenInfo.new(0.5), {Enabled = false}). Do this at the bottom, if you want to use this with a stroke, do the following below.
do anothers elseif statement: elseif v:IsA("UIStroke") then
type this :tweenService:Create(v, TweenInfo.new(0.5), {Thickness = 0}).
Type another line to make it fully functional:
tweenService:Create(v, TweenInfo.new(0.5), {Transparency = 1})

Hope this helped, took me about 20 mins to figure it out!

Ответить
Mimi
Mimi - 19.09.2023 01:20

did everything and my script doesnt work not even the background i made and all that pops up.

Ответить
ÖMER ARDA AYDIN
ÖMER ARDA AYDIN - 17.09.2023 11:44

How can I exclude animations when getting assets?

Ответить