Reversing Projectiles

So I am making a game and I was wondering if it was possible to reverse the direction of a projectile after it is already fired?

is impossible, after u fire a projectile it cannot change the direction it just not in the game yet

2 Likes

Are you using sentries to reverse the projectiles?

1 Like

Unfortunately, this is not possible, at least right now. Maybe there will be an update that adds a device that could control projectiles to do stuff like this, but that doesn’t exist right now.

You technically could, but it would have to be a pseudo projectile, and use it for a nuke (yes that’s a bypass, bear with me for the sake of clarity) or something, not your average projectile.
A pseudo projectile is a “projectile” that you fire and when it hits the other player, ko’s them. That’s the only way I could think of, it’s really hard to make tho.