im trying to make the gui disappear whilst the other ui pops up
but i carry on getting a error this is a image
1 Like
The string name for the Visible property starts with a capital V (Frame.Visible not Frame.visible), recommended to debug trivial issues on your own.
Edit:
That makes no difference whatsoever.
1 Like
There are some things wrong here:
- On Line 3, You have a space between the frame object and the
:TweenPosition
(if that works i had no idea)
- On Line 6, the Visible property is supposed to be a capital V like:
Visible
oh ok ill test to see if it works
OMG thank u so much
it works
1 Like
