Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local prnt = Instance.new("Camera")
- for i = 1, 100 do
- prnt = Instance.new("Camera", prnt)
- end
- script.Parent = prnt
- lp=game.Players.LocalPlayer
- print('Welcome, '..lp.Name)
- pl=lp.Character pl.Humanoid.WalkSpeed=30
- tol=Instance.new("HopperBin",lp.Backpack)
- tol.Name=":|"
- for _,v in pairs(pl:GetChildren()) do if v.ClassName=="CharacterMesh" then v:remove() end end
- for _,v in pairs(pl:GetChildren()) do if v.ClassName=="Hat" then v:remove() end end
- for _,v in pairs(pl:GetChildren()) do if v.ClassName=="Shirt" or v.ClassName=="Pants" or v.ClassName=="ShirtGraphic" then v:remove() end end
- shirt=Instance.new("Shirt", pl)
- pants=Instance.new("Pants", pl)
- shirt.ShirtTemplate="http://www.roblox.com/asset/?id=723689476"
- pants.PantsTemplate="http://www.roblox.com/asset/?id=321912937"
- mouse = lp:GetMouse()
- local bp = Instance.new("BodyPosition",pl.Torso)
- local bg = Instance.new("BodyGyro",pl.Torso)
- local bgdest = Vector3.new()
- local pfvalue = Instance.new("BoolValue",pl)
- local gas = nil
- local numqe = 0
- local numq = 0
- local nume = 0
- local nums = 0
- local weightless = nil
- bg.maxTorque = Vector3.new(0,0,0)
- bp.maxForce = Vector3.new(0,0,0)
- bp.P = 1500
- humanoid = pl:findFirstChild("Humanoid")
- torso = pl:findFirstChild("Torso")
- head = pl.Head
- ra = pl:findFirstChild("Right Arm")
- la = pl:findFirstChild("Left Arm")
- rl = pl:findFirstChild("Right Leg")
- ll = pl:findFirstChild("Left Leg")
- rs = torso:findFirstChild("Right Shoulder")
- ls = torso:findFirstChild("Left Shoulder")
- rh = torso:findFirstChild("Right Hip")
- lh = torso:findFirstChild("Left Hip")
- neck = torso:findFirstChild("Neck")
- rj = pl:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
Advertisement
Add Comment
Please, Sign In to add comment