How to transfer charakters to Roblox studio and make them NPC ?
game:GetService("InsertService"):LoadAsset(assetId).Parent = game.Workspace
Put the id of the character instead of “assetId”
I agree with @Qinrir, you should search this up before making a topic, its just easier and you do not have to make a billion topics
and not make us think your trolling and some kids who got me banned twice also get you banned aka suspended.
Piggy’s character has id 998 and this cannot be transferred to Roblox studio. And when I transfer individual parts of Piggy, I don’t know how to combine it into one whole.
Can you tell step by step how to do it ?
Maybe you can insert all the parts, then group it like a regular character
If it doesnt work, would a toolbox piggy work?
I currently have a Studio plugin installed that allows me to insert bundles by entering their ID. It’s called “Bundle/Character Inserter”.
My apologies, since I don’t know of any other way to insert a bundle. If you don’t feel safe installing this plugin, it’s alright. Sometimes we need to be skeptical about what we use. Personally, I like it and I’ve been using it for quite a long time.
Use Humanoid:ApplyDescription()
for this task.