#Fists/Legs hitboxes

1 messages · Page 1 of 1 (latest)

raven raven
void ridge
#

possible? yes. how? by scripting it fingerguns

tepid sequoia
#

yeah no way this will work actually

#

cus then you need to put attachments

#

in the limbs

#

which im 100% sure it will be a pain in the ass to script

glacial sky
#

putting attachments in the limbs...? thats very achievable

raven raven
glacial sky
#

either create the attachments before starting the game and put them as a starterCharacter or create them with instance.new and adjust their cframe or position

tepid sequoia
#

mm i sure do wonder what kind of math you'd need to do

#

(really fucked vector math)

raven raven
quiet surge
#

Attachments get set to an offset of vector.zero from the parent parts center

#

If you want the attachment at the end of the arm, the cframe should look like

#

0, -2, 0

#

Or 0, 0, -2

#

Just play around with the numbers in the script until it gets positioned to your liking. But yeah,