Yeah, we are aware. The line of code with this error is wrapped in a spawn, so it doesn’t actually cause an issue. I meant to put it inside a flag check, but I put it in the wrong place. Sorry for the output spam.
spawn(function()
wait()
calculateAccountText()
accountType.Text = accountTypeText -- Error here.
end)
Thanks for the report though.