#Aura help

17 messages · Page 1 of 1 (latest)

rapid oyster
#

you could do something like Particle.Enabled = true

#

particle being the path in the workspace

#

or you could have it always enabled but clone it then make its parent the player

rough prism
tacit crestBOT
#

studio** You are now Level 1! **studio

rough prism
rapid oyster
#

is this a local script and when are you wanting it to be activated

rough prism
#

For example for my friend the red aura i want him only to have it but i dont know how am i gonna make it that if he joins its automatically activated for him

#

isnt there some way it kinda works like a title script?

rapid oyster
#

is the particle in every part of the body or just humanoidrootpart

rough prism
#

i have multiple

#

some are root some are full body

#

but lets say root only

rapid oyster
#

game.Players.PlayerAdded:Connect(function(plr) if plr.Name == "Put username here" then local particle = script["put particle name here"]:Clone() particle.Parent = plr.Character:FindFirstChild("HumanoidRootPart") end end)

#

put the particle in the script

#

also redo the paste because i made a mistake