#weird knockback delay
1 messages · Page 1 of 1 (latest)
Are you applying force after the animation?
bc there is a delay between server and client
only way to fix is to fake it in local and replicate on server
right
if its for npc's only you cna set their networkownership to the plyr
but if you are hitting a player it wont work
try using cframe lerp if velocity lags
Yes