Thank you for using our website
Your script:
--https://rbscripts.com
while task.wait() do
for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v:IsA("ParticleEmitter") and not v.Enabled then
game:GetService("ReplicatedStorage").JobExtraFolder.ChangeEffect:InvokeServer(v)
end
end
end