#need help making a crash system for my fighter jet pvp
17 messages · Page 1 of 1 (latest)
does it have physics or are you using set transform
physics
do you already have a system that makes the jet blow up and you cant fly it anymore
i have a system to make it fly and thats it kinda
i can add the blow up part easy
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
i think i could override the trigger handles control and use slerp to make it fall
yeah try that
if your using physics id imagine you'd just use angular velocity in the direction of down
yeah i was gonna use an angular velocity with slerp
and make it slowly start falling
For angular velocity I believe you would Vector Cross the Jets Forward with 0,-1,0 for the direction