Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Loading Pet Script... By dyarian")
- -- THIS IS A PET SCRIPT BY DYARIAN, FOR ROBLOX --
- me = game.Players.refrop --If you can't figure out what this means, You should just go on about your day...
- local petname = "Tribbles 2.0" -- You can put ANYTHING here.
- local petcolor = "Lime green" -- Change to any color available on ROBLOX.
- local o = me.Character -- DO NOT EDIT, Unless you know what you are doing.
- fly = o -- DO NOT EDIT.
- part = Instance.new("Part") -- DO NOT EDIT.
- model = Instance.new("Model") -- DO NOT EDIT.
- model.Name = petname -- DO NOT EDIT.
- model.Parent = o -- DO NOT EDIT.
- h = Instance.new("Humanoid") -- DO NOT EDIT..
- h.MaxHealth = 0 -- If it is changed to anything other than '0', the pet will break.
- h.Parent = model -- Really no reason to edit this.
- part.Name = "Head" -- Got bored so I named it... Feel free to rename it... But Check the (Vector3.new(fly.Head.Position.X,Y,Z) If you rename it.
- train.Anchored = false
- local TrainMesh = Instance.new("SpecialMesh",train)
- TrainMesh.MeshType = Enum.MeshType.FileMesh
- TrainMesh.Scale = Vector3.new(0.500,0.500,0.450)
- TrainMesh.MeshId = "rbxassetid://557067172"
- TrainMesh.TextureId = "rbxassetid://557067180"
- while true do
- part.Position = Vector3.new(fly.Head.Position.X + 1.6,fly.Head.Position.Y + 3.7,fly.Head.Position.Z + 2) -- I wouldn't mess with this unless you are epic at scripting.
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement