I am making a bow in my game and was wondering how to make the projectile go in a curved direction like this:
If anyone knows please tell me!
Thanks,
doctorpepper126
Can you describe what you want in detail?
There are many ways to answer your question depending on exactly what it is.
I am making a bow that shoots little projectiles that fly towards where the mouse it. The thing I want is the projectile to fly towards it in a curve upwards like the picture
WoTrox
(WoTrox)
June 4, 2022, 7:39pm
#4
Heres a detailed guide on modelling projectile motions
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…
1 Like
imNiceBox
(imNiceBox)
June 4, 2022, 8:02pm
#5
You should try FastCast, it allows you to set the Vector direction and calculates the projectile track.
Hey everybody!
Click to view key information for existing users The module’s version is currently Ver 13.2.0 released on 12 November 2020** Changelogs can be viewed <a href="https://etithespirit.github.io/FastCastAPIDocs/changelog/">HERE</a>
Support will only be given for the current version. Certain public toolkits that include FastCast may be using an out of date version. Please check the version in the main module (a comment near the top) before asking for help.
In thi…
That’s cool! I already making gun system lol with this.