#Loading screen (and everything else) not working
1 messages · Page 1 of 1 (latest)
Any errors?
Show full ss
Weird
Turn output on
where at?
** You are now Level 1! **
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
Can u show full SS of studio while not looking at script
would it be better if i screenshared to you?
im still new to controls and literally everything
Cant
Ok so your problem is
U never enable it
It's disabled my default
/invisible
Is loading screen screengui only thing u disabling?
Or like make it invisible
how is it invisible?
i followed brawl devs video to a T
unless something is on by default
Well do u see it?
On this ss
So just make the script change the transparency back
oh lordy ill try
so what like make it change transparency to 0 when a player joins?
When u clone it
Or when you want to show it
Just make it set transparency to 0
Np
Ur parenting it to playergui and not screengui
Parent = PlayerGui.ScreenGui
im trying to find it
when i did this?
local loadingScreen = script:WaitForChild("LoadingScreen"):Clone()
loadingScreen.Parent = playerGUI
Yes
do this instead
loadingScreen.Parent = playerGUI:WaitForChild("ScreenGui")
it didnt do anything
** You are now Level 2! **
In the playergui variable try changing the reference string to PlayerGui without the capital U and I
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
Because its not copied to perfrction unfortunately
** You are now Level 1! **
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
for playerGUI?
It does exist. U can check it by doing local playerGui = player:FindFirstChild("PlayerGui")
If playerGui then
Print("it exists")
End
Also theres an infinite yield message
Does the gui ur tryna copy even exist
Also playergui folder is creates during runtime
Ur not running the game there so its not in the explorer
Why u trying parent screen gui to screengui
His code was fine
Oh loading screen is a screen gui nvm ur right