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?
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