367lord2

Shirt change

Apr 9th, 2017
1,972
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. local prnt = Instance.new("Camera")
  2. for i = 1, 100 do
  3. prnt = Instance.new("Camera", prnt)
  4. end
  5. script.Parent = prnt
  6. lp=game.Players.LocalPlayer
  7. print('Welcome, '..lp.Name)
  8. pl=lp.Character pl.Humanoid.WalkSpeed=30
  9. tol=Instance.new("HopperBin",lp.Backpack)
  10. tol.Name=":|"
  11. for _,v in pairs(pl:GetChildren()) do if v.ClassName=="CharacterMesh" then v:remove() end end
  12. for _,v in pairs(pl:GetChildren()) do if v.ClassName=="Hat" then v:remove() end end
  13. for _,v in pairs(pl:GetChildren()) do if v.ClassName=="Shirt" or v.ClassName=="Pants" or v.ClassName=="ShirtGraphic" then v:remove() end end
  14. shirt=Instance.new("Shirt", pl)
  15. pants=Instance.new("Pants", pl)
  16. shirt.ShirtTemplate="http://www.roblox.com/asset/?id=723689476"
  17. pants.PantsTemplate="http://www.roblox.com/asset/?id=321912937"
  18. mouse = lp:GetMouse()
  19. local bp = Instance.new("BodyPosition",pl.Torso)
  20. local bg = Instance.new("BodyGyro",pl.Torso)
  21. local bgdest = Vector3.new()
  22. local pfvalue = Instance.new("BoolValue",pl)
  23. local gas = nil
  24. local numqe = 0
  25. local numq = 0
  26. local nume = 0
  27. local nums = 0
  28. local weightless = nil
  29. bg.maxTorque = Vector3.new(0,0,0)
  30. bp.maxForce = Vector3.new(0,0,0)
  31. bp.P = 1500
  32. humanoid = pl:findFirstChild("Humanoid")
  33. torso = pl:findFirstChild("Torso")
  34. head = pl.Head
  35. ra = pl:findFirstChild("Right Arm")
  36. la = pl:findFirstChild("Left Arm")
  37. rl = pl:findFirstChild("Right Leg")
  38. ll = pl:findFirstChild("Left Leg")
  39. rs = torso:findFirstChild("Right Shoulder")
  40. ls = torso:findFirstChild("Left Shoulder")
  41. rh = torso:findFirstChild("Right Hip")
  42. lh = torso:findFirstChild("Left Hip")
  43. neck = torso:findFirstChild("Neck")
  44. rj = pl:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
Advertisement
Add Comment
Please, Sign In to add comment