#need help making a crash system for my fighter jet pvp

17 messages · Page 1 of 1 (latest)

sinful ravine
#

i need it to slowly start turning towards the ground when i want it to.

opal mica
#

does it have physics or are you using set transform

sinful ravine
opal mica
#

do you already have a system that makes the jet blow up and you cant fly it anymore

sinful ravine
#

i can add the blow up part easy

opal mica
#

I tried to make a system where it looks at the ground, but I can only get it to instantly set the rotation of it to be looking at the ground

#

perhaps you can just make it disable being able to fly it completely?

#

hold on I think I got it

sinful ravine
#

i think i could override the trigger handles control and use slerp to make it fall

opal mica
#

yeah try that

north adder
#

if your using physics id imagine you'd just use angular velocity in the direction of down

sinful ravine
#

yeah i was gonna use an angular velocity with slerp

#

and make it slowly start falling

shrewd peak
#

For angular velocity I believe you would Vector Cross the Jets Forward with 0,-1,0 for the direction

sinful ravine
#

yeah

#

i was thinking that