Advertisement
1x1x1x1IAMbck

tail?

May 5th, 2018
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. local Tail = char:FindFirstChild("Tail_F") or Instance.new("Hat")
  2. Tail.AttachmentPos = Vector3.new(0, 0.33, 0)
  3. Tail.Name = "Tail_F"
  4. local TailHandle = Tail:FindFirstChild("Handle") or Instance.new("Part", Tail)
  5. if TailHandle.Name ~= "Handle" then
  6. TailHandle.Size = Vector3.new(1,1,1)
  7. end
  8. TailHandle.BottomSurface = 0
  9. TailHandle.Name = "Handle"
  10. TailHandle.TopSurface = 0
  11. TailHandle.Locked = 1
  12. local Mesh = Tail:FindFirstChild("Mesh") or Instance.new("SpecialMesh", TailHandle)
  13. Mesh.TextureId = "http://www.roblox.com/asset/?id=188539332"
  14. Mesh.MeshId = "http://www.roblox.com/asset/?id=188635159"
  15. Mesh.Scale = Vector3.new(1.5,1.5,1.5)
  16. Mesh.Offset = Vector3.new(1.8, -1.5, 0.75)
  17. Tail.Parent = Character
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement