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

How can I make the one with the coin system appear after the loading is done?

Asked by 2 years ago

So Basically I have 2 guis 1 for the loading screen and one for a coin system

How can I make the one with the coin system appear after the loading is done? I thought that maybe I needed a RemoteEvent so I tried using one but with no success

0
Set the coin gui Enabled to false. Then if the loading screen is custom, you could use a wait for the time it takes to load. When the wait finishes you could just set the coin gui back to true and the loading screen to false. General_ChaosTv 2 — 2y

Answer this question