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)
U can use Humanoid:AddAccesory(accesory ID) to add accessories to players
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
yeah thats what came to my mind too
Are you creating the armor with a script or do you have like a StarterCharacter model?
i use default r15 characters with locked proportions and i will most likely make the armor and then attach it using scripts
Ok, so it uses the players regular avatar?
yeah im not working on the armor yet tho, i will probably start tomorrow or in the next couple of days
Alright, I understand now! Tell me if you need an help with the scripting