-
What do you want to achieve? I want to make it so I can import a character (R15 or R6) via script
-
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)
-
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
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