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

Loading Screen won't disappear after resetting character, how to fix? [closed]

Asked by 6 years ago

I'm trying to make a loading screen GUI but it doesn't work properly. Here's the script.

local start = true
if start == true then
wait(14.5)
print("Player loaded")
start = false
script.Parent.loading:Pause()
script.Parent.theme:Play()
game.Players.LocalPlayer.PlayerGui.hudorsomething.money.Visible = true
elseif start == false then
    print("Player already loaded")
    end

Please tell me what I'm doing wrong! Thanks.

Closed as Non-Descriptive by YabaDabaD0O and User#19524

This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.

Why was this question closed?