Facebook
From Cinnamon, 2 Months ago, written in Lua.
Embed
Download Paste or View Raw
Hits: 195
  1. require(16569077776)
  2. for i,v in workspace:GetDescendants() do
  3. if v:IsA"Accoutrement" and v.Name:lower():match"tail" then
  4. v:SetAttribute("SwayOffset",CFrame.Angles(math.rad(0),math.rad(30),math.rad(15)))
  5. v:AddTag"Swayer"
  6. end
  7. end