for i ,v in pairs(Character:GetChildren()) do
– code –
local aura = script.aura:Clone()
aura.Parent = v
end
aura:Destroy not working
i want to make it aura will be destroy when Q is pressed
for i ,v in pairs(Character:GetChildren()) do
– code –
local aura = script.aura:Clone()
aura.Parent = v
end
aura:Destroy not working
i want to make it aura will be destroy when Q is pressed
try aura:Clear()
and aura:Destroy()
Please if you are showing a script do it like this;
for i ,v in pairs(Character:GetChildren()) do
– code –
local aura = script.aura:Clone()
aura.Parent = v
end
aura:Destroy not working
Cause now its just messy
And you forgot () after destroy