Explosion not going to the exact part of the projectile

I don’t know what I’m supposed to do or how to fix this. The method for the explosion going to the projectile is “SetPrimaryPartCFrame” to the projectile. (am i supposed to tween something?)

https://gyazo.com/891bb33c59561a3e8a3011c1fcdb9ba7

Hello,

This is a late reply, however, try setting the parts CFrame / Position to the projectile on the client. That may help as on the server, projectiles tend to cause delay.

Hope this helps!

Sorry about the longer wait time on my behalf. If you don’t mind me asking, how would I go about doing that? I’m pretty new to scripting so I’m still getting the hang of things.

In simpler terms, they’re telling you that you should Tween (by the way SetPrimaryPartCFrame is deprecated) the projectile in a Local Script.