I couldn't find the "Self" expression when I was trying to code my game.
The reason why I need this expression is because I need to find out the UID (Unique ID; basically the number indicating the instance that you see when you press debug layout) of an instance of a sprite in my game, and typing the name of the sprite wouldn't work since that would indicate all of the instances, and I need the UID, which isn't a common thing in all instances of a sprite.
the code im going to use it is like:-
X: 120*Self.UID
Y: 120*Self.UID
If the "Self" expression doesn't solve my problem then inform in the replies, Also tell the correct way of getting the UID so yea...