ParticleSystem
#2
Instead of enabled (which is not a part of it) try this:

if part.Parent:isA("NPC") or part.Parent:isA("Character") then
particleSystem.Parent = tool
else
particleSystem.Parent = nil
end


Something like that.
Reply


Messages In This Thread
ParticleSystem - by Sazaho - 08-25-2011, 04:50 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)