Projectile path for throwing objects?

Hello everyone.

Does anyone here know how to preview projectile paths for throwing objects?
For example, if I hold down mouse click, it acts as aiming, but I want the object’s path to be displayed while aiming.

-coolguyweir

I recommend using FastCast:

and reading this tutorial by EgoMoose:

1 Like

Depends, if the object travels in a straight line it’s pretty easy to calculate, but if they are affected by gravity it’s definitely going to be a more complex calculation with the object’s velocity and workspace.Gravity.

2 Likes