What would be a good way of making a cannon shell fire and drop off at certain time

EgoMoose did a fantastic guide on projectile motion a while ago. If you can understand basic calculus then that would be the best resource:

You use velocity, a property of any basepart to move instances:
https://developer.roblox.com/en-us/api-reference/property/BasePart/Velocity

1 Like