Netpex
(Net)
October 5, 2021, 4:40am
#1
1. I want to achieve an arch/throw
2.
(Green goal)
(Red trying to avoid)
3. I’ve tried tweening but the result is a straight unnatural line, I’ve also tried body movers but have no experience with them.
I tried looking at other posts, couldn’t find what I was looking for, If you know of a post that is similar to what I’m looking for that’s just as helpful!
Funnily enough, I had made something very similar to this just a couple of days ago.
I’d suggest looking into Egomooses tutorial on projectile motion.
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…
cureog
(cureog)
October 5, 2021, 10:04am
#3
it uses bezier curve and u just lerp along da curve. ig