VFX Wont Appear On Model Fast Enough

Not sure if this topic is valid but anyway when I pull my mesh vfx model from replicated storage that has vfx on it already lifetime set to about .3 the vfx wont appear on the model when i put it in the workspace

for example i want to take the model from replicated storage and already instantly see the vfx on the model but instead it take like 1.5 seconds for the vfx to show up like its on a delay

even when i put the vfx on .1 lifetime it still takes a second for the vfx to show up

I can show videos if needed just wondering if anyone had experience with this happening before

1 Like

Since you’re using particles, it could be that the Rate is not high enough, or if you want to speed it up, you can use :Emit() to emit multiple at once as soon as you spawn in the VFX.
Or, it’s possibly just that the mesh/textures need time to load. To solve this you can Preload them: