Exactly, I want to make an ui showing particular view like this.
What should I do to make multiple view of player shown at once or player’s view shown in part?
You’re gonna need a ViewportFrame with a WorldModel inside of it. You then have to clone the player’s character inside of said WorldModel, and play/stop the exact same animations of the player everytime one is played/stopped. Of course you’d need a camera for the ViewportFrame, you can just clone from the one in the workspace, set it to be Scriptable and set its CFrame to be in front of the cloned character’s head.
1 Like
I made that with viewframe but it shown so roughly.
Can I improve that like facecam by roblox with your method? They are very smooth ui as you know