Hello all,
I am currently remaking a fireball move that I made using LinearVelocities a while back, and things have been going okay. I was about to start revamping the move until I thought: “How exactly am I gonna go about doing this?”
My first thought was to use Fastcast, which worked fine as long as you did all of your visuals for the projectile (Moving it about and such) on the client, however I don’t know the best way to do this
I tried to make my own projectile module that did all of the visuals on the client. This worked fine, but I didn’t really know how to add extra functionality
I also searched around the devforum for ways to make an optimised projectile system, but most of these articles told me things I had already tried.
What is the best way to make a smooth projectile system that does all of this hit detection on the server and all of the visuals on the client? I’d really appreciate if anyone were to steer me in the right direction or help me. Thank you for reading this long post lol.