Set camera to me

Hi,
How can i keep the score actor in place on screen if I use the “set camera to me” fonction in a top down game?
Thank’s

I have also had this problem previously (How to keep score position fixed).
I have solved it copying the block of code used in the ready-made score bars:

Best regards
Teresa

do this

on start
forever
goto (placeholder)
change y by (placeholder)
change x by (placeholder)