Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Objects Skipped: 3
- LocalScript: 1
- Sparkles: 1
- Trail: 1
- --]]
- local pet = Instance.new("Part")
- local bodyposition = Instance.new("BodyPosition")
- local bodygyro = Instance.new("BodyGyro")
- local mesh = Instance.new("SpecialMesh")
- local fire = Instance.new("Fire")
- local decal = Instance.new("Decal")
- pet.Size = Vector3.new(6.08, 2.767, 3.382)
- pet.BrickColor = BrickColor.new("Burnt Sienna")
- pet.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- pet.Name = "pet"
- pet.Parent = workspace
- pet.CFrame = CFrame.new(0.014, 0.181, 0.005)
- bodyposition.MaxForce = Vector3.new(40000000, 40000000, 40000000)
- bodyposition.Position = Vector3.new(0, 0, 0)
- bodyposition.Parent = pet
- bodygyro.MaxTorque = Vector3.new(40000000, 40000000, 40000000)
- bodygyro.Parent = pet
- mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
- mesh.Parent = pet
- fire.Color = Color3.new(1, 0, 0)
- fire.Heat = 25
- fire.Size = 17
- fire.Parent = pet
- decal.Texture = "http://www.roblox.com/asset/?id=916639940"
- decal.Parent = pet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement