How to make a plane crash or car crash?

i want to make a plane crash with an explosion effect that crash in the ocean. it can be split in half. how can it be like this? and please :smiley: car-crash-crash

I want to make a car crash that is realistic and explodes.

sorry im new on roblox studio topicscrash-landing-plane-crash

3 Likes

To effectively simulate a car crash, you could use the Velocity (speed) property of instances (though it is deprecated and i am unaware of any solutions)

You could make a system where if a carโ€™s velocity is above a certain number, and then it is suddenly way lower, you could create explosions around the carโ€™s front and unanchor all the parts. Like this:

if Car.PrimaryPart.Velocity > 50 then
--wait until car is slowed down then boom boom effects
end
1 Like

If it is possible? Sure! Roblox is a big platform, and has lots of possibilities and features.
If it is easy? Probarly NOT. If you want to make it realistic it will take lot of time to split up the mesh parts good, make good particle effects, have aerodynamica working good and fixing tons of bugs.

But if you put in a lot of time and effort, you might be able to make a very good result!

1 Like