--BROUGHT TO YOU BY RobloxScripter.com!--
game:GetService("Players").LocalPlayer.PlayerGui.TimeLeftQuestion.Question:GetPropertyChangedSignal("Text"):Connect(function()
local ohString1 = game:GetService("ReplicatedStorage").HintAnswer.Value
local ohNumber2 = 15 -- block height , max is 15
game:GetService("ReplicatedStorage").SubmittedAnswer:FireServer(ohString1, ohNumber2)
end)