I wrote a line of code right but it said it was wrong

the line of code I wrote was

Cyan.y=234.356;

Cyan.x=156.182;

oxygen.x=372.395;

oxygen.y=282.418;

it was originally ‘Cyan_circle’ but it said it was wrong so I just changed everything that said ‘Cyan_circle’ Cyan and it didnt work and keeps saying its not defined and before I changed it into just ‘Cyan’ I have also tried ‘Cyan_circle2’ and ‘Cyan_circleM’

I also put it in the unload thingy so when it unloads it goes in the same position it started at

UPDATE :
I changed ‘Cyan’ into ‘cyan’ and it still doesn’t work :(

UPDATE 2:
It reset to ‘Cyan_circle’ for some reason and then later it went back

Have you tried something other than “Cyan” or “cyan”? These might be reserved words…

The “Cyan” in question is an object, correct? Have you check what it is Named?

Also, where is the line of code written? Is it on the object, or the frame?