-
Crash when certain wheel touches an object
I'm trying to make a track section where only the back wheel can touch the plank, and if the front wheel touches it then the player crashes. (if that makes any sense, of course.)
I've tried using a hit trigger and on hit function making the player crash, but I can't get it to work.
Any help with this would be highly appreciated 
Thanks,
Chris.
-
Senior Member
Re: Crash when certain wheel touches an object
Get a hit trigger, and a bike detach event. Once you have done that go to the hit trigger and click "On Hit" connect that to the bike detach event.
Go back to hit trigger and then click set hitting objects 1 click the object you don't want to touch. Then set hitting objects 2, click the wheel you DON'T want to touch.
after that go to the bike detatch event and select every bike part. Then you're done.
-
Re: Crash when certain wheel touches an object
Ah I never thought about doing that
Tyvm, that's been a big help to me
-
Senior Member
Re: Crash when certain wheel touches an object
There are different ways of doing it which makes the bike explode or simply fault but I think this one looks the best.
-
Re: Crash when certain wheel touches an object
Yeah I agree, this is exactly how I wanted it to look