Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local char = p.Character
  3. local mouse = p:GetMouse()
  4. local larm = char["Left Arm"]
  5. local rarm = char["Right Arm"]
  6. local lleg = char["Left Leg"]
  7. local rleg = char["Right Leg"]
  8. local hed = char.Head
  9. local torso = char.Torso
  10. local hum = char.Humanoid
  11. local cam = game.Workspace.CurrentCamera
  12. local root = char.HumanoidRootPart
  13. local deb = false
  14. local shot = 0
  15. local debris=game:service"Debris"
  16. local l = game:GetService("Lighting")
  17. local rs = game:GetService("RunService").RenderStepped
  18. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  19. math.randomseed(os.time())
  20. for i,v in pairs(char:children()) do
  21. if v:IsA("Hat") then
  22. v:Destroy()
  23. end
  24. end
  25. for i,v in pairs (hed:GetChildren()) do
  26. if v:IsA("Sound") then
  27. v:Destroy()
  28. end
  29. end
  30. ----------------------------------------------------
  31. ypcall(function()
  32. char.Shirt:Destroy()
  33. char.Pants:Destroy()
  34. shirt = Instance.new("Shirt", char)
  35. shirt.Name = "Shirt"
  36. pants = Instance.new("Pants", char)
  37. pants.Name = "Pants"
  38. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=418376720"
  39. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=417511796"
  40. end)
  41. ----------------------------------------------------
  42. hed.face.Texture = "rbxassetid://416805592"
  43. char["Body Colors"].HeadColor = BrickColor.new("Institutional white")
  44. char["Body Colors"].TorsoColor = BrickColor.new("Institutional white")
  45. char["Body Colors"].LeftArmColor = BrickColor.new("Institutional white")
  46. char["Body Colors"].RightArmColor = BrickColor.new("Institutional white")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement