Double Coins Gamepass Not Working

I have a value whose parent is player that multiplies with 10 when a coin is collected. The value turns increases to 2 every time but only gives me 10 when the coin is collected.

CoinValue.Value = CoinValue.Value + (10 * player.x2Coins.Value)

what’s the value of player.x2Coins.Value? Can we see more of your script and layout?