Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would i make a part that will give you particles?

Asked by 7 years ago
Edited by M39a9am3R 7 years ago

I have my particles labeled particle1 and particle2 (I will make more) I have tried this

script.Parent.Touched:connect(function(hit)
    if hit.Parent:FindFirstChild('Humanoid') then 
        Game.Workspace.Particle1:Clone().Parent = hit.Parent.HumanoidRootPart

    end
end)
0
Fixed code block M39a9am3R 3210 — 7y
0
Can you please explain your problem further? From what it appears, it should work correctly. M39a9am3R 3210 — 7y
0
I suggest you use workspace instead of Game.Workspace. Programical 653 — 7y

Answer this question