I’m trying to make arrow go to mouse pointer location but with parabola, so it doesn’t have to aim up to make it hit. but I don’t know what to use to make parabola math, what should I use?
CoderHusk
(CoderHusk)
October 3, 2021, 2:39am
#2
Use this thing I made a while ago in desmos Graphing Calculator
I suggest reading up on Egomoose’s article about implementing projectile motion in roblox.
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.
Deriv…