That Coins variable is defined in your GameModeCoins class, so you can only access it from there, you can’t access it from AI.
If you have a Coins variable defined inside your AI class, drag from As AI in the Cast To AI node and then search for Coins.
Thank you, i made it work.