A script I have is supposed to create a particle effect at a player location and subsequently emits them instantaneously. The issue is that this only works if I'm getting the VFX object from workspace. If I put it in replicated storage and try to get it, the effect takes a moment to appear, which causes the particles to already be halfway done. Is there any way I can fix this? (besides keeping the VFX object in the workspace)