#i dont know How to load an Ingame avatar to a rig like this

1 messages · Page 1 of 1 (latest)

arctic slate
#

ok so im making a menu like fortnite/cod (micheal zombies is my main inspo) basically where your avatar is not your roblox one its gonna be customizable and i want so that customizable avatar to show up in the menu you and youll be able to play with 4 others (if invited kinda a lobby system[not added lobby system yet need help with that too ToT]) so i wanted their avatars to show on the back ones (not yet added) so i was thinking something like your startercharacter is blank and the rig copies the starting avatar and i use clones to make the other 4 like detecting other players and cloning the rig to the positions and coping the other people in your lobby's avatars too (preferably synced) sorry for the paragraph its just really i want to do this concept and cant find a tutorial online

sly basin
#

so you want to load an avatar of a player that is in another server/none?

#

it should work

#

if thats what you mean

#

otherwise you can get the info about a player's avatar using Players:GetCharacterAppearanceInfoAsync and apply what you want to a rig or modify the dictionary and use Players:CreateHumanoidModelFromDescription to get the final model

arctic slate
#

so to get the players visual appearence not based on their id i use the Players:GetCharacterAppearanceInfoAsync
and to paste it onto the rig as seen in the image i use
Players:CreateHumanoidModelFromDescription
if im understanding you correctly (sorry im still learning lua and i just got my pc up and running again after a few weeks of it being dead so im rusty so i have no idea how to execute tht in code im sorry ToT)

sly basin
#

you need the userid

torn nest
#

i actually made a script that loads the player's character to a blank starter character

#

if that's what you want

arctic slate
#

no im aiming for something where they dont use the avatar you see on the website im aiming for something kinda like arcane odyssey im thinking what if i give every player a starter character thats blank then when they customize that startercharacter on the menu will update you get what i mean?

torn nest
#

same stuff, i'm sure its messing with the humanoid description

#

good luck

arctic slate
#

thx im gonna need it since im kinda new to lua still ToT

pale hawkBOT
#

studio** You are now Level 1! **studio

arctic slate
# torn nest oh

hey idk if your chill with this but if i were to use ids how would i make it so the front most one is the players avatar and everyone sees there own avatar there