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
I want to make a car crash that is realistic and explodes.
sorry im new on roblox studio topics
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
I want to make a car crash that is realistic and explodes.
sorry im new on roblox studio topics
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
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!