Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Owner = game.Players.worm2464
- local M = Instance.new("Model")
- M.Name = "Pet"
- M.Parent = game.Workspace
- local P = Instance.new("Part")
- P.Parent = M
- P.Name = "Head"
- P.Reflectance = 0.4
- P.Shape = "Ball"
- P.Size = Vector3.new(4, 4, 4)
- P.TopSurface = "Smooth"
- P.BottomSurface = "Smooth"
- P.BrickColor = BrickColor.Random()
- local H = Instance.new("Humanoid")
- H.Parent = M
- H.Health = 0
- H.MaxHealth = 0
- local BP = Instance.new("BodyPosition")
- BP.maxForce = Vector3.new(4e+003, 0, 4e+003)
- BP.Parent = P
- local Own = Instance.new("ObjectValue")
- Own.Parent = BP
- Own.Name = "Owner"
- Own.Value = Owner
- while true do
- wait(0.2)
- game.Workspace.Pet.Head.BodyPosition.position.Value = game.Workspace.troy242621.Torso.position
- end
- S.Parent = BP
- Clone(S).Parent = BP
- Remove(S)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement