#Loading screen (and everything else) not working

1 messages · Page 1 of 1 (latest)

gritty terrace
#

Super new to scripting and that stuff, but I was learning off brawldev and every time i've tried a tutorial or learning vid off anyone they never work. Does anyone see why?

gritty terrace
polar pulsar
gritty terrace
#

where at?

polar pulsar
#

Somewhere inside it

gritty terrace
#

got it

#

W

warm haloBOT
#

studio** You are now Level 1! **studio

gritty terrace
polar pulsar
#

Absolutely nothing huh

#

What happends rn?

gritty terrace
#

I also tried making a main menu off of Rkgamezs video

#

triple checked and everything but it never works

#

it just loads me in normally

polar pulsar
gritty terrace
#

would it be better if i screenshared to you?

#

im still new to controls and literally everything

gritty terrace
#

look at studio while my test game is open?

polar pulsar
#

U never enable it

#

It's disabled my default

#

/invisible

#

Is loading screen screengui only thing u disabling?

#

Or like make it invisible

gritty terrace
#

how is it invisible?

#

i followed brawl devs video to a T

#

unless something is on by default

polar pulsar
polar pulsar
gritty terrace
#

oh the transparency is on 1

#

because im about halfway done at the moment

polar pulsar
#

So just make the script change the transparency back

gritty terrace
#

oh lordy ill try

#

so what like make it change transparency to 0 when a player joins?

polar pulsar
#

Or when you want to show it

#

Just make it set transparency to 0

gritty terrace
#

W ill try what i can

#

thank you the help man

polar pulsar
#

Np

spice gulch
#

Parent = PlayerGui.ScreenGui

gritty terrace
#

im trying to find it

#

when i did this?

#

local loadingScreen = script:WaitForChild("LoadingScreen"):Clone()
loadingScreen.Parent = playerGUI

spice gulch
#

do this instead

#

loadingScreen.Parent = playerGUI:WaitForChild("ScreenGui")

gritty terrace
#

it didnt do anything

warm haloBOT
#

studio** You are now Level 2! **studio

spice gulch
gritty terrace
#

yea im not sure atp

#

i already got this from a tutorial so i may just try a new world or sum cuz it seems like Gods dogging on me

#

its like the third tutorial I tried thats been copid to perfection and still hasnt worked

spice gulch
warm haloBOT
#

studio** You are now Level 1! **studio

spice gulch
#

At first the clear error was the fsct ur parenting it to playergui foldrr and not screengui

#

But it seems like somehoe even when u parent it there its not working

#

Try changing the reference to match the actual name of the folder without capirals

gritty terrace
#

for playerGUI?

spice gulch
#

The folders name isnt PlayerGUI its PlayerGui

gritty terrace
#

shouldnt it be in explorer?

#

nothing pops up when i look it up

spice gulch
#

Also theres an infinite yield message

#

Does the gui ur tryna copy even exist

spice gulch
#

Ur not running the game there so its not in the explorer

polar pulsar
#

His code was fine

spice gulch