Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Tail = char:FindFirstChild("Tail_F") or Instance.new("Hat")
- Tail.AttachmentPos = Vector3.new(0, 0.33, 0)
- Tail.Name = "Tail_F"
- local TailHandle = Tail:FindFirstChild("Handle") or Instance.new("Part", Tail)
- if TailHandle.Name ~= "Handle" then
- TailHandle.Size = Vector3.new(1,1,1)
- end
- TailHandle.BottomSurface = 0
- TailHandle.Name = "Handle"
- TailHandle.TopSurface = 0
- TailHandle.Locked = 1
- local Mesh = Tail:FindFirstChild("Mesh") or Instance.new("SpecialMesh", TailHandle)
- Mesh.TextureId = "http://www.roblox.com/asset/?id=188539332"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=188635159"
- Mesh.Scale = Vector3.new(1.5,1.5,1.5)
- Mesh.Offset = Vector3.new(1.8, -1.5, 0.75)
- Tail.Parent = Character
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement