#Why is my GUI not working?

22 messages · Page 1 of 1 (latest)

karmic glacier
#

For starters,

#
while wait(0.1) do

end
#

You could do that

#

Q1. Erm does the frame start off as visible?

#

Q2. Is the Frame's screengui enabled?

#

Q3. What's the Frame's parent?

#

@crisp mason

karmic glacier
#

I'm going to make the same exact thing and see what's wrong then I'll msg back

#

Any errors btw?

#

You said its a local script?

#

And where is it located

#

oh thats why

#

Go ahead and put the local script under screengui

#

Also whenever you put a local script in ReplicatedStorage, everything you reference usually must have :WaitForChild()

#
while wait(0.1) do

end
``` will work now also
#

It seems you referenced playergui

#

When you make a gui it's client sided

#

So since you put local script under screen gui you would say ```lua
local screengui = script.parent

#
local Frame = screengui.Frame
``` and so forth
#

Me waiting for you to say thank you or something, while staring at the screen