Making a menu gui appear after loading screen

You can use a BindableEvent and fire it near the end of the loading screen script.

1 Like

thats what im doing and helping him with

2 Likes

Why not use Event:Wait() instead.

1 Like

because idk? i just used connect because im used to that

1 Like

It works thanks! Also i tried using the wait for child in the form of a varible but it didnt work so this worked thanks!

1 Like

Also ill ask my friend to test it to see if it actually works and loads correctly

1 Like

also dont forget to put one of the post as solutions so this post would be helpful for people in future after testing it!

1 Like

:Wait would be more performant since once the event is fired it will no longer fire the event while :Connect will always fire.

3 Likes

note that! i will do that in future anyways thanks for telling me!

3 Likes