Particles taking a second to connect to the bullet

Hi. I am making a star wars type blaster. It’s going well but when I shoot the bullet the particles on it take a half second to load. Is there any way where it can load as soon as the blaster is shot?


If the Mp4 isn’t working here’s the wmv.
robloxapp-20220918-1530378.wmv (2.1 MB)

1 Like

Can you show the code that makes the particles and part?

Hi. Sorry for the late reply. I didn’t see your message. Here is the code. The bullet is already made but is in server storage.

local bullet = game.ServerStorage.Lazer:Clone()
	bullet.Size = Vector3.new(0.08, 0.08, 1.916)
	bullet.Parent = workspace