How do i make a text follow a player?

So i have a game where if the player moves the camera follows the player. I want to implement a coin system but want the text (coin number) to also follow the player.

1 Like

You can set text object position to PlayerName.X() - 100 or something similar and the Y position to PlayerName.Y() in the “X Position of an object” and “Y position of an object” actions.

I’ll try that.
Thanks for replying! :smiley: