You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
Hello! I would like to recreate a skydive system in my Roblox game. Right now, everything in the game works, except there’s no skydive system. Players just fall to the target.
What is the issue? Include screenshots / videos if possible!
What can I use to script a skydiving system? I have thought about using BodyVelocity?
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Yes, I have tried looking for solutions. Here is an example of what the skydive system should look like: https://www.youtube.com/watch?v=lW3BgRRUEvI
(skip to 6:30)
Yeah, probaly used game.Workspace.Gravity to change the gravity lower and kept everything else anchored. Also to make parts(or chars) move not at normal gravity by adding a vector Velocity and setting it’s velocity to gravity*part:GetMass()*game.Workspace.Gravity*mutiplier