Hi, I would like to create an NPC from a character that is in the avatar shop. This one in particular
I tried using game:GetObjects() but it doesn’t work. I really don’t know how.
I would like it to have its Motor6d properly configured.
Hi, I would like to create an NPC from a character that is in the avatar shop. This one in particular
I tried using game:GetObjects() but it doesn’t work. I really don’t know how.
I would like it to have its Motor6d properly configured.
Maybe this?
The only way I know of creating a Humanoid Character is with the humanoid Description. You can create a Humanoid rig model from a HumanoidDescription through Players:CreateHumanoidModelFromDescription
I know this is probably not what you want, but its all I can give right now. Here is a link that might help you!
HumanoidDescription (roblox.com)
Also, game:GetObjects()
cannot be used in scripts.