With everything I have posted, like the link to the Github project with all the uses clauses intact and all the objects initialized correctly to the best of my knowledge, both in the scene and the code, does anyone have any other ideas on what is wrong with my code?
I am assuming I did something wrong, but I just can't figure it out because I made sure to look at examples in the tutorials to see that, for example, it is correct to use the variable name (AvatarTransform.something in this case) in the way I did if you want to use it as an input to a vector, or that it is correct in Pascal to use parenthesis exactly like (this) in order to make it obvious that you have to do the things in parenthesis first, so I am not sure what else is wrong.