#need some serious help with equipping armor!
1 messages · Page 1 of 1 (latest)
maybe the armor itself isint oriented properly
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...
look at 18:40
what he does with his gun
its probably the same thing with your chestplate
orientation thing
idk
try it
theres a way easier way to do this than to manually write orientations
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
Alright
So I’ve figured out how to make it correct, thank you guys