I have tried lots of different posistion, but it seems to only move the X-axis that shows in the “building room”. The x,y,z that has a low amount like 1,2,3 in the building room while the GUI should be moving 100,200, 300 pixels to keep on top of the target. Sorry if you can’t understand what I’m trying to say.
Could I be using the wrong posistion ? I tried local as well
The x and y positions you’re passing are being given as the left and top positions of the rect, so they don’t relate the the enemy’s position in the scene.
Understand! Still not sure how to get access to the correct x,y. Tried to read the manual but I seem to be missing something as I can’t understand where to get the correct value.