I was making a gui system when I realized the text buttons weren’t working at all, I tried all kinds of methods and the buttons just couldn’t respond to player input. This question seems easy to answer first, but these are some things I implemented:
Since my game is a first person game, the Ui has a modal button, the ZIndex is 0 and it covers the whole screen
I use the event MouseButton1Up to detect for input
The Buttons do not react to ANY user input.
Help is greatly appreciated, thanks.
Properties of the main frame (don’t mind the visible property, I just have it start like that, it goes visible when needed):
I am making a system where when a player gets near a part, it gives them a prompt where if they press “N” it opens the UI. That part works, from then on the player is supposed to interact with the Ui, but I cant get that part to work.