I think it assumes im trying to call an array because of the [ ] but it can be fixed by making the engine check if the Player variable type is numeric or string before returning its value. (?)
Thanks for reporting this!
Can you try to do Players["" + Player].Attributes to see if this works, by “forcing” the expression inside the brackets to be understood as a string, instead of a number?