#server vs. local
1 messages · Page 1 of 1 (latest)
pretty sure anyone can see your client sided animations
since the default animate script is local
would i have to script things like vfx and hitboxes separately on the server side
VFX should be on the client and the hitbox yes server
ok 👍🏿
vfx yes
hitboxes can be done on client
for example
the client attacks and you see if it hits anything
then double check with server
to prevent hacking
saying that you probably dont know why that works like that
read animate script
animations replicate
from local to server