So, I’ve been wondering on how I would make this player launching.
Is there any way I can start making that?
You can start with projectile motion and trying out the CFrame method to move the player. If that does not work to your liking then you can try a physics method like setting AssemblyLinearVelocity.
This guide was originally written for scriptinghelpers . The original can be found here .
As a somewhat active member of the Scripting Helpers discord one of the most common questions I see is how to have a projectile travel an arc. Most people want to know how to do this for things like basketballs or cannon balls and so forth. Since this is such a popular question I thought it would be worth writing a blog post on it and talking about a few other things we can extend from our findings.
Deri…
1 Like