local ChoiceA = AskAudience:WaitforChild("ChoiceA")
And this error occurs in the output box.
13:41:14.680 - WaitforChild is not a valid member of Folder
WaitForChild(“ChoiceA”)
Capitalize the F
So it would turn out:
local ChoiceA = AskAudience:WaitForChild("ChoiceA”)