How do I make a visual aiming system?

image

How would I make a line / beam that shows the estimated trajectory of where a projectile would go? Thanks - lux

1 Like

You have the formula and just input points where you would want connections


the red dots would be the connections and you would just bridge them together with a part or something

Well yeah no cap lol but like whats is the formula :joy:

For a curve like this you’ll need to make it via a Bezier curve (speaking of which I have a pinned topic on it on my profile).

Hi, I know a fair bit about bezier curves but how would I make a projectile move in this motion SMOOTHLY, like a player?

If you want it to move smoothly you’ll need to use ROBLOXs physics. Suphi Kaner on YouTube has a good video on arcs using physics. You could mess around with collision groups if you don’t want its course to be altered, here

check this out Modeling a projectile's motion

2 Likes