TextButton inside a SurfaceGui is non-functional during Testing Phase, anybody know why? Or is it just natural?
How exactly is it not functional?
The button is not clickable. (weeeeeeeeeeeeeeeeeee)
So you have function connected to this text button and it dont work?
1 Like
Textbuttons canβt be directly placed inside SurfaceGuis.
Put the SurfaceGui in a ScreenGui in the StarterGui, then in the properties of the SurfaceGui find the adornee property and make it the part you want the SurfaceGui on.
1 Like