I am trying to use a viewport frame that updates to show the player. The problem is that when you are moving and the viewport is updated it is frozen in animation. How do I solve this? I have tried looping through the playing animations and stopping them but that doesn’t work. https://gyazo.com/d39ca2c4f4fc1e48f7f7f14216c59cff
1 Like
Are you trying to update your current animation or something?
You could probably try a WorldModel
, but you could also try changing the CFrame of everything in the character manually and updating it to the viewport.