Hi there! I have been making a flare and when I play-test, the flare does not show it’s particles, could someone help?
local Flare = script.Parent
local Flare_Particle = Flare.Particle
Flare.Activated:Connect(function()
Flare.Parent = workspace — ‘drops’ the flare to the ground
Flare_Particle.Enabled = true
end)
wait(85)
workspace.Flare:Destroy()