Generic Luau error: Binary operator '^' not supported

Was finishing up my neural network library as I noticed this error in one of the scripts. The code runs fine so its more of a warning but I’m still concerned about it.
I don’t quite understand what it means and why it is occurring.

fa283675e921bdba7262ec963474310d

I can’t find any records of this happening to anyone else.
By the way, the number “7011” changes every time the game is ran.

Luau is just confused; this is a bug. You can do something like 10 ^ (0 - 8) to silence it, but I would just not worry about it and hope it gets fixed soon.

2 Likes