#HELP
1 messages · Page 1 of 1 (latest)
are you using roblox avatars as a base for skins? if so, i recommend using humanoidDescription
though from looking at your code, you're trying to clone each individual part? that's not a good way to do it- just clone the entire character and set the player as the character
when you clone parts individually like that, crucial aspects of the character (such as joints) are destroyed automatically or keep their properties but aren't in use
Then how should I make it?
well like I stated above, I recommend humanoid descriptions
In models?
thats good, all you really need is the humanoid description
when you load a character in you can load in the humanoid description on it to apply it’s appearance
Thanks!! I'll take that into consideration!
** You are now Level 1! **
mhm! call the function from the humanoid you're trying to change the appearance of. it's ApplyDescription
I'm pretty new to scripting
that's okay, there's a lot of functions to play around with regarding roblox's built in defaults- check out a few methods regarding players and characters if you find yourself struggling with something similar
Hint(Round system) works but skin doesnt works...models are in serverstorage.