Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr=owner
- char = plr.Character
- Character = char
- lefta=Character["Left Arm"]
- leftl=Character["Left Leg"]
- righta=Character["Right Arm"]
- rightl=Character["Right Leg"]
- rootpart=Character["HumanoidRootPart"]
- hed=Character["Head"]
- torso=Character["Torso"]
- print("Basically just a rework of my old pet noob script. Also I wanted broken animations, don't question why")
- pet = Instance.new("Model",char)
- pet.Name = "PetModel"
- pethed = Instance.new("Part",pet)
- pethed.Size = Vector3.new(1, 0.5, 0.5)
- pethed.BrickColor = BrickColor.new("Bright yellow")
- pethed.CanCollide = true
- pethed.Transparency = 0
- pethed.TopSurface = "Smooth"
- pethed.BottomSurface = "Smooth"
- mpethed = Instance.new("SpecialMesh",pethed)
- mpethed.Scale = Vector3.new(1.25, 1.25, 1.25)
- wpethed = Instance.new("Weld",pethed)
- wpethed.Part0 = pethed
- wpethed.Part1 = hed
- wpethed.C0 = CFrame.new(-3, 2.25, 0)
- fpethed = Instance.new("Decal",pethed)
- fpethed.Texture = "http://www.roblox.com/asset/?id=2310033261"
- pettorso = Instance.new("Part",pet)
- pettorso.Size = Vector3.new(1, 1, 0.5)
- pettorso.BrickColor = BrickColor.new("Cyan")
- pettorso.CanCollide = true
- pettorso.Transparency = 0
- pettorso.TopSurface = "Smooth"
- pettorso.BottomSurface = "Smooth"
- wpettorso = Instance.new("Weld",pettorso)
- wpettorso.Part0 = pettorso
- wpettorso.Part1 = torso
- wpettorso.C0 = CFrame.new(-3, 1.5, 0)
- petleftl = Instance.new("Part",pet)
- petleftl.Size = Vector3.new(0.5, 1, 0.5)
- petleftl.BrickColor = BrickColor.new("Br. yellowish green")
- petleftl.CanCollide = false
- petleftl.Transparency = 0
- petleftl.TopSurface = "Smooth"
- petleftl.BottomSurface = "Smooth"
- wpetleftl = Instance.new("Weld",petleftl)
- wpetleftl.Part0 = petleftl
- wpetleftl.Part1 = leftl
- wpetleftl.C0 = CFrame.new(-3.25, 0.5, 0)
- petrightl = Instance.new("Part",pet)
- petrightl.Size = Vector3.new(0.5, 1, 0.5)
- petrightl.BrickColor = BrickColor.new("Br. yellowish green")
- petrightl.CanCollide = false
- petrightl.Transparency = 0
- petrightl.TopSurface = "Smooth"
- petrightl.BottomSurface = "Smooth"
- wpetrightl = Instance.new("Weld",petrightl)
- wpetrightl.Part0 = petrightl
- wpetrightl.Part1 = rightl
- wpetrightl.C0 = CFrame.new(-2.75, 0.5, 0)
- petlefta = Instance.new("Part",pet)
- petlefta.Size = Vector3.new(0.5, 1, 0.5)
- petlefta.BrickColor = BrickColor.new("Bright yellow")
- petlefta.CanCollide = true
- petlefta.Transparency = 0
- petlefta.TopSurface = "Smooth"
- petlefta.BottomSurface = "Smooth"
- wpetlefta = Instance.new("Weld",petlefta)
- wpetlefta.Part0 = petlefta
- wpetlefta.Part1 = lefta
- wpetlefta.C0 = CFrame.new(-3.75, 1.5, 0)
- petrighta = Instance.new("Part",pet)
- petrighta.Size = Vector3.new(0.5, 1, 0.5)
- petrighta.BrickColor = BrickColor.new("Bright yellow")
- petrighta.CanCollide = true
- petrighta.Transparency = 0
- petrighta.TopSurface = "Smooth"
- petrighta.BottomSurface = "Smooth"
- wpetrighta = Instance.new("Weld",petrighta)
- wpetrighta.Part0 = petrighta
- wpetrighta.Part1 = righta
- wpetrighta.C0 = CFrame.new(-2.25, 1.5, 0)
- pethat = Instance.new("Part")
- pethat.Parent = pethed
- pethat.Name = "BlueTopHat"
- pethat.Size = Vector3.new(0.1, 0.1, 0.1)
- pethat.CFrame = pethed.CFrame
- pethat:BreakJoints()
- pethat.CanCollide = false
- pethat.BrickColor = BrickColor.new("Medium Stone")
- pethat.TopSurface = "Smooth"
- pethat.BottomSurface = "Smooth"
- wpethat = Instance.new("Weld")
- wpethat.Name = "Weld"
- wpethat.Part0 = pethed
- wpethat.Part1 = pethat
- wpethat.Parent = pethat
- wpethat.C0 = CFrame.new(0, 0.385, 0)*CFrame.fromEulerAnglesXYZ(0.1, 0, 0)
- mpethat = Instance.new("SpecialMesh")
- mpethat.Parent = pethat
- mpethat.MeshId = "http://www.roblox.com/asset/?id=1028713"
- mpethat.TextureId = "http://www.roblox.com/asset/?id=984833776"
- mpethat.Scale = Vector3.new(0.5, 0.5, 0.5)
- mouse.Button1Down:connect(function()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement