#HELP

1 messages · Page 1 of 1 (latest)

barren estuary
#

Asym character models can't load...crying Hint(Round system) works but skin doesnt works...models are in serverstorage.

#

and this is a ServerScriptService Intromission script that i made it...

olive tundra
#

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

barren estuary
#

Then how should I make it?

olive tundra
#

well like I stated above, I recommend humanoid descriptions

barren estuary
#

In models?

olive tundra
#

are the models different than the regular character models?

#

different rigs

barren estuary
#

lemme show

#

its r6 model

#

and have HumanoidDescription...

olive tundra
#

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

barren estuary
#

Thanks!! I'll take that into consideration!

cloud graniteBOT
#

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

olive tundra
#

mhm! call the function from the humanoid you're trying to change the appearance of. it's ApplyDescription

barren estuary
#

I'm pretty new to scripting

olive tundra
#

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