i need to get this vfx working, but im not sure if i should use runservice for this since i do need to replicate this later onto the server. i thought of welds, but thats only got parts. align position takes 2 attachments, which i do have but i have some emitters outside it too, so idk how i should do this without making it lag alot
#How do i work with vfx like this?
1 messages · Page 1 of 1 (latest)
you can probably use runservice
It is my personal opinion that vfx operation should be done on clients
for me, i use remotefunctions/events to make all clients clone the event
then it won’t lag that much
yea ron is right you should do all ur vfx operations on the client. Ideally when u swap between client and server in studio ur server should be completely empty. This is useful because it saves valuable bandwidth so instead of the server having to tell each client what keyframe to render next every single frame the clients do it themselves.
Oooh i get it. That makes sense.
Yeah alr so just runservice with cframe matching then
Thanks