#why this does not works please ?
1 messages · Page 1 of 1 (latest)
Because you're editing the StarterGui. Either find it relative or use PlayerGui from Players.LocalPlayer in the Players service
he is using relative tho
gui is set to starter sure but its not used
Oh lol good catch
I mean
Is this supposed to make it no longer visible?
button.MouseButton1Click: Connect(function(Click)
Click = frame blah blah
Idk thats my guess
Why is the button not inside the frame? That seems a little weird to me. Should still work outside but I mean if its designed just for the frame to hide... idk.
I would change it to Frame.Visible = False
You're using a not to get the opposite of Frame.Visible. I don't think that works in this context. So change it to just false