ItsFentix

Bunny Ears

Dec 17th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. chr = plr.Character
  3. chr.Head.face.Texture = "rbxassetid://851605535"
  4. chr.Shirt.ShirtTemplate = "rbxassetid://424568309"
  5. chr.Pants.PantsTemplate = "rbxassetid://743269480"
  6. local plr = game:service'Players'.LocalPlayer
  7. local char = plr.Character
  8. for i,v in pairs(char:GetChildren()) do if v:IsA("Accessory") then v:Remove() end end
  9. for i,v in pairs(char:GetChildren()) do if v:IsA("Hat") then v:Remove() end end
  10. local Part = Instance.new("Part",chr)
  11. Part.BrickColor = BrickColor.new("Royal blue")
  12. Part.Size = Vector3.new(1,1,1)
  13. Part.CanCollide = false
  14. Part.Material = "Neon"
  15. local M = Instance.new("SpecialMesh",Part)
  16. M.MeshId = "rbxassetid://0"
  17. M.Scale = Vector3.new(1.2,1.2,1.2)
  18. M.TextureId = "rbxassetid://0"
  19. local Part2 = Instance.new("Weld",Part)
  20. Part2.Part0 = chr.Head
  21. Part2.Part1 = Part
  22. Part2.C0 = CFrame.new(0,0.2,0)*CFrame.Angles(0,0,0)
  23. local Part1 = Instance.new("Part",chr)
  24. Part1.BrickColor = BrickColor.new("Really black")
  25. Part1.Size = Vector3.new(1,1,1)
  26. Part1.CanCollide = false
  27. Part1.Material = "Neon"
  28. local M1 = Instance.new("SpecialMesh",Part1)
  29. M1.MeshId = "rbxassetid://430440803"
  30. M1.Scale = Vector3.new(0.0067,0.0067,0.0067)
  31. local Part21 = Instance.new("Weld",Part1)
  32. Part21.Part0 = chr.Head
  33. Part21.Part1 = Part1
  34. Part21.C0 = CFrame.new(0,-1.2,0)*CFrame.Angles(0,1.55,0)
  35. local Bon = chr["Body Colors"]
  36. Bon.HeadColor = BrickColor.new("White")
  37. Bon.LeftArmColor = BrickColor.new("White")
  38. Bon.LeftLegColor = BrickColor.new("White")
  39. Bon.RightArmColor = BrickColor.new("White")
  40. Bon.RightLegColor = BrickColor.new("White")
  41. Bon.TorsoColor = BrickColor.new("White")
Advertisement
Add Comment
Please, Sign In to add comment