I want to know how to get a character model from people’s profile pics doing it’s pose animaiton because every user has one. Not to be confused with GetUserThumbnailAsync() as that loads a 2D image.
In a UI, create a ViewPortFrame. Add a dummy rig into the frame and position the camera/model as you like, then as part of your code for the UI, use Humanoid:ApplyDescription()
to apply the players avatar to the dummy.
Do you know how to get the character to load it’s pfp pose animaiton?
there isnt a way to load the pose but you can just load the players character with already pro’s plugin and then pose it yourself
use viewport frames they should work
In Roblox, obtaining a 3D character model of a player’s profile picture is not directly supported or available through the Roblox API. The Roblox API primarily provides access to avatar information, such as avatar assets, animations, and accessories, but it does not provide a direct way to retrieve a 3D character model from a profile picture. You would need to use a 3rd party program. What you’re looking at here is not the studio. This is the website using its own tools.
I see. Thank you for your response.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.