for i,v in workspace:GetDescendants() do if v:IsA"Accoutrement" and v.Name:lower():match"tail" then v:SetAttribute("SwayOffset",CFrame.Angles(math.rad(0),math.rad(30),math.rad(15)) v:AddTag"Swayer" end end