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
#i dont know How to load an Ingame avatar to a rig like this
1 messages · Page 1 of 1 (latest)
so you want to load an avatar of a player that is in another server/none?
i found this post https://devforum.roblox.com/t/get-player-character-from-idusername/952339
people say to use Players:CreateHumanoidModelFromUserId(UserId)
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
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)
you need the userid
get humanoid description from user id
i actually made a script that loads the player's character to a blank starter character
if that's what you want
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?
oh
same stuff, i'm sure its messing with the humanoid description
good luck
thx im gonna need it since im kinda new to lua still ToT
** You are now Level 1! **
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
Just use local scripts