How to Import Blank Character Mesh?

  1. What do you want to achieve? I want to make it so I can import a character (R15 or R6) via script

  2. What is the issue? I’ve tried uploading normal character meshes to Roblox then using Import Service to import them, but I got moderated (funny, I get moderated for importing something that Roblox made… and no, I didn’t get moderated for copying)

  3. What have you tried so far? I answered this in the above question, but here is a snippet of code:

local insertService = game:GetService("InsertService")
insertService:LoadAsset("id here")

but the model I uploaded of the character got me moderated :frowning:


Does anyone know what the asset ID’s are of the basic characters or how to load in basic character from a script?
I’m trying to make a plugin!


Thanks in advance,
LoveTheBears101

Use the Rig Builder plugin. Should be native to your Studio installation.

I know, but do you know how to import a blank character using a script?

The exact way you tried in the OP, through InsertService. If you can’t or don’t want to upload your own models, use the ones from the Roblox account.

https://www.roblox.com/library/1785197/MrGrey
https://www.roblox.com/library/516159357/R15MrGrey
https://www.roblox.com/library/1664543044/R15MrGreyNew

Thanks!

30 characters