How would i properly attach armor to an r15 character?

im going to be adding accessories (armor, nv goggles etc.) to my project soon, but i am unsure on how to properly attach them to the characters without it looking/acting weird. my game is using r15 characters so it makes it even more difficult (atleast i think so)

1 Like

U can use Humanoid:AddAccesory(accesory ID) to add accessories to players

1 Like

You could weld them to the different parts of the character (UpperTorso, LowerTorso, etc.) then change the C0 and C1 of the weld to offset it. I also suggest this plugin for creating rigs and welding things together :3

1 Like

yeah thats what came to my mind too

1 Like

Are you creating the armor with a script or do you have like a StarterCharacter model?

1 Like

i use default r15 characters with locked proportions and i will most likely make the armor and then attach it using scripts

1 Like

Ok, so it uses the players regular avatar?

1 Like

yeah im not working on the armor yet tho, i will probably start tomorrow or in the next couple of days

1 Like

Alright, I understand now! Tell me if you need an help with the scripting

2 Likes