I was making a quiz gui for a school project with my friend but we aren't that good as coding, as a result we have used some help from chatGPT to create the script but it didnt do anything, we have been looking for a way to fix it for days. Here's the details: I created a ScreenGui named "QuizGui" inside StarterGui, inside it i have a Frame named "QuizFrame", inside the Frame there are 4 text buttons named OptionA, OptionB, OptionC, OptionD and two text labels CorrectOrWrong and QuestionText. After following the steps given by chatGPT, I have created a Script named "QuizScript" and the code is inside the text file. we will be grateful for your support!!<3
#Help fixing a quiz GUI<3
11 messages · Page 1 of 1 (latest)
sorry for replying so late
the problem is that when i test the game, the Gui didnt change and it didnt show a question or options. It also didnt respond to a click too
Maybe it's because the script changes everything inside of StarterGui instead of the Player's GUI?
i will check it out
i have tried different fixes but seems like my knowledge about coding is still limited:(
it didnt fix the issue
i did try to modify the code and it now looks like this:
But it didnt modify the StarterGui or PlayerGui