Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Furry script, now with more cringe!")
- wait(0)
- plr = game.Players.LocalPlayer
- char = plr.Character
- --Hat Remove
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'Accessory' then
- child:Destroy()
- end
- end
- --Tail
- debounce = false
- h = Instance.new("Hat")
- p = Instance.new("Part")
- h.Name = "Tail"
- p.Parent = h
- p.Position = char:findFirstChild("Head").Position
- p.Name = "Handle"
- p.formFactor = 0
- p.Size = Vector3.new(2, 1, 2)
- p.BottomSurface = 0
- p.TopSurface = 0
- p.Locked = true
- Hat = Instance.new("SpecialMesh", p)
- Hat.MeshId = "http://www.roblox.com/asset/?id=188635159"
- Hat.TextureId = "http://www.roblox.com/asset/?id=15224980"
- h.Parent = char
- h.AttachmentForward = Vector3.new (0, 0, -1)
- h.AttachmentPos = Vector3.new(-1, 1.8, -0.8)
- h.AttachmentRight = Vector3.new (1, 0, 0)
- h.AttachmentUp = Vector3.new (0, 1, 0)
- wait(0.5)
- debounce = true
- --Ears
- debounce = false
- h = Instance.new("Hat")
- p = Instance.new("Part")
- h.Name = "Tail"
- p.Parent = h
- p.Position = char:findFirstChild("Head").Position
- p.Name = "Handle"
- p.formFactor = 0
- p.Size = Vector3.new(2, 1, 2)
- p.BottomSurface = 0
- p.TopSurface = 0
- p.Locked = true
- Hat = Instance.new("SpecialMesh", p)
- Hat.MeshId = "http://www.roblox.com/asset/?id=152606713"
- Hat.TextureId = "http://www.roblox.com/asset/?id=624604971"
- h.Parent = char
- h.AttachmentForward = Vector3.new (0, 0, -1)
- h.AttachmentPos = Vector3.new(0, -0.8, -0.15)
- h.AttachmentRight = Vector3.new (1, 0, 0)
- h.AttachmentUp = Vector3.new (0, 1, 0)
- wait(0.5)
- debounce = true
- --Face
- Face = char.Head.face
- Face.Texture = "http://www.roblox.com/asset/?id=114820106"
- --Song
- sound = Instance.new("Sound", char.Torso)
- sound.SoundId = "http://www.roblox.com/asset/?id=616077866"
- sound.Volume = 0.5
- sound.Looped = true
- sound : play()
- --Unicorn
- Tool = Instance.new("Tool", char)
- Tool.Name = "Unicorn LOL"
- Handle = Instance.new("Part", Tool)
- Handle.BottomSurface = "Smooth"
- Handle.TopSurface = "Smooth"
- Handle.Name = "Handle"
- Mesh = Instance.new("SpecialMesh", Handle)
- Mesh.MeshId = "http://www.roblox.com/asset/?id=84003494"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=83992632"
- while true do
- char.Torso.Touched:connect(function(p)
- if p.Parent then
- if p.Parent:IsA("Model") then
- if game.Players:FindFirstChild(p.Parent.Name) then
- if p.Parent.Name ~= game.Players.LocalPlayer.Name then
- game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
- end
- end
- end
- end
- end)
- wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement