How do you insert Rthro characters into Studio?
Insert an R15 rig, make sure Humanoid.AutomaticScalingEnabled is true, then make sure there is a NumberValue called BodyTypeScale in there if it’s not already there, and set the value of that NumberValue to 1.
Looking to figure this out too since roblox kinda removed the ability to find the id of a package.
But how does that help you import the packages?
If you meant to ask “How do you import packages into Studio”, you can request the asset IDs for a package like this:
AssetService:GetAssetIdsForPackage(packageAssetId)
You presumably find the packageAssetId from a bundle in the dictionary returned by:
AssetService:GetBundleDetailsAsync(bundleId)
But that method is not enabled yet. You can find out the packageId through web API / inspect element on the page though.
This code might be useful too:
https://www.robloxdev.com/code-sample/R15-Package-Importer
Oh thank you. What keyword should I looking for though in the HTML elements?
if you go on the catalog and right click a package and copy the link it will copy the link with the assetid before the redirect to the bundle id
If you don’t want to setup a R15 rig to work with Antrho, pretty sure if you toss it on your character and load into Studio as a test play you can copy your character.
I know but I don’t want to buy the package lol
Oh thanks, it worked!
I meant if you buy one of the free packages. And then you just gotta switch over the aesthetics.
The same thing happened to me
The reason I am bumping this topic is incase someone looking at it does not know how, just use this plugin on the avatar of your choice: