Question by
uveritegames · Mar 09, 2016 at 12:23 AM ·
guibuttonnot working
GUI.Button is not doing anything
So I have been trying to fix this for a little while now and nothing is helping. I have a script... if(GUI.Button(Rect(5, 5, 100, 100),"this is a button")) { print("It works"); } But it never seems to do anything. The button appears and is clickable but nothing happens when I do click it. Other print statements work and I have true other actions in the code but clicking the button does nothing. PLEASE HALP!
Comment