How do you get the length of a Tmap? It’s literally all I’m trying to get but it’s become a struggle. Num() doesn’t work, it creates issues and doesn’t get the number of elements in the dictionary.
I tried turning it into an array like so:
This was generally where I was going with this anyway since I want something with a set order to iterate though but there’s still no length option or anything comparable. And again, Num() doesn’t work. It even bugs out the debug message.
Any insights would be greatly appreciated.