#need some serious help with equipping armor!

1 messages · Page 1 of 1 (latest)

gleaming talon
#

armor module

#

setup on player

#

tag handling

trail pilot
#

maybe the armor itself isint oriented properly

placid pivot
# gleaming talon no matter how much i try to adjust CFrame's rotation after being on the player, ...

Learn how to script Raycasting in your Roblox games! Raycasting is an easy concept to understand, but a very difficult concept to implement, making it one of the most popular scripting concepts on Roblox. Follow along this long, detailed tutorial discussing what raycasting is, how to create visuals for your raycasts, learn RayResults, Raycast Pa...

▶ Play video
placid pivot
#

what he does with his gun

#

its probably the same thing with your chestplate

#

orientation thing

#

idk

#

try it

stable dragon
#

what you need to do is

#

place a dummy

#

then position the armor as you want on the dummy

#

then get the cframe of the armor relative to the dummy

#

then add that relative cframe to the cframe of the player character

#

you can use :ToObjectSpace

#

this can work for any other things you want to attach to your character

gleaming talon
#

So I’ve figured out how to make it correct, thank you guys