Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

how do i know if my game is ready for a loading screen?

Asked by
Jumbuu 110
7 years ago

ive been having some scripting issues lately with some scripts not working so when do i know its ok to add a loadiing screen so scripts can load faster etc

2 answers

Log in to vote
1
Answered by
itsJooJoo 195
7 years ago

Put this code at the beginning of your script:

game:GetService("ReplicatedFirst"):RemoveDefaultLoadingScreen

So that'll load quickly and replace the regular loading screen with that. Also add as little wait()s as possible unless it's necessary or for stylistic effect.

Ad
Log in to vote
0
Answered by 7 years ago

Usually people make it pop up at the beginning, So that every things loads so my answer to your question is: You should start your GUI at the start of the game and make it long depending on how big your game is

Answer this question