I am trying to create a GUI which displays the player and his movement. How would I do this?

Zhè shì xiě gěi rènhé huā shíjiān yuèdú htis de rén de

People include movement and animations by updating the viewport every RenderStepped or Heartbeat (Run Service).

3 Likes

Clone the character, place it into the viewport and adjust the Viewport’s Camera.

3 Likes

An alternative method could be to clone the character once, but update all the BaseParts’ positions to the actual character’s BaseParts’ positions.

2 Likes