Advertisement
Flic

Hand

Mar 13th, 2021 (edited)
1,403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 62.91 KB | None | 0 0
  1. local unanchoredparts = {}
  2. local movers = {}
  3.  local tog = true
  4.  local move = false
  5. local Player = game:GetService("Players").LocalPlayer
  6. local Character = Player.Character
  7. local mov = {};
  8. local mov2 = {};
  9.  
  10. local Hats = {palm   = Character:WaitForChild("Nagamaki"),
  11.              point1   = Character:WaitForChild("Robloxclassicred"),
  12.              point2   = Character:WaitForChild("Pal Hair"),
  13.              middle1   = Character:WaitForChild("Pink Hair"),
  14.              middle2   = Character:WaitForChild("Hat1"),
  15.              ring1   = Character:WaitForChild("Kate Hair"),
  16.              ring2   = Character:WaitForChild("LavanderHair"),
  17.              pinki1   = Character:WaitForChild("Bedhead"),
  18.              pinki2   = Character:WaitForChild("BlockheadBaseballCap"),
  19.              thumb   = Character:WaitForChild("MessyHair"),
  20. }
  21.  
  22. for i,v in next, Hats do
  23. v.Handle.AccessoryWeld:Remove()
  24. for _,mesh in next, v:GetDescendants() do
  25. if mesh:IsA("Mesh") or mesh:IsA("SpecialMesh") then
  26. mesh:Remove()
  27. end
  28. end
  29. end
  30.  
  31. function ftp(str)
  32.     local pt = {};
  33.     if str ~= 'me' and str ~= 'random' then
  34.         for i, v in pairs(game.Players:GetPlayers()) do
  35.             if v.Name:lower():find(str:lower()) then
  36.                 table.insert(pt, v);
  37.             end
  38.         end
  39.     elseif str == 'me' then
  40.         table.insert(pt, plr);
  41.     elseif str == 'random' then
  42.         table.insert(pt, game.Players:GetPlayers()[math.random(1, #game.Players:GetPlayers())]);
  43.     end
  44.     return pt;
  45. end
  46.  
  47. local function align(i,v)
  48. local att0 = Instance.new("Attachment", i)
  49. att0.Position = Vector3.new(0,0,0)
  50. local att1 = Instance.new("Attachment", v)
  51. att1.Position = Vector3.new(0,0,0)
  52. local AP = Instance.new("AlignPosition", i)
  53. AP.Attachment0 = att0
  54. AP.Attachment1 = att1
  55. AP.RigidityEnabled = false
  56. AP.ReactionForceEnabled = false
  57. AP.ApplyAtCenterOfMass = true
  58. AP.MaxForce = 9999999
  59. AP.MaxVelocity = math.huge
  60. AP.Responsiveness = 65
  61. local AO = Instance.new("AlignOrientation", i)
  62. AO.Attachment0 = att0
  63. AO.Attachment1 = att1
  64. AO.ReactionTorqueEnabled = false
  65. AO.PrimaryAxisOnly = false
  66. AO.MaxTorque = 9999999
  67. AO.MaxAngularVelocity = math.huge
  68. AO.Responsiveness = 50
  69. end
  70.  
  71. align(Hats.palm.Handle, Character["HumanoidRootPart"])
  72. align(Hats.point1.Handle, Character["HumanoidRootPart"])
  73. align(Hats.point2.Handle, Character["HumanoidRootPart"])
  74. align(Hats.middle1.Handle, Character["HumanoidRootPart"])
  75. align(Hats.middle2.Handle, Character["HumanoidRootPart"])
  76. align(Hats.ring1.Handle, Character["HumanoidRootPart"])
  77. align(Hats.ring2.Handle, Character["HumanoidRootPart"])
  78. align(Hats.pinki1.Handle, Character["HumanoidRootPart"])
  79. align(Hats.pinki2.Handle, Character["HumanoidRootPart"])
  80. align(Hats.thumb.Handle, Character["HumanoidRootPart"])
  81.  
  82. Hats.palm.Handle.Attachment.Rotation = Vector3.new(50,0,0)
  83. Hats.point1.Handle.Attachment.Rotation = Vector3.new(-20,0,0)
  84. Hats.point2.Handle.Attachment.Rotation = Vector3.new(5,0,0)
  85. Hats.middle1.Handle.Attachment.Rotation = Vector3.new(-20,0,0)
  86. Hats.middle2.Handle.Attachment.Rotation = Vector3.new(5,0,0)
  87. Hats.ring1.Handle.Attachment.Rotation = Vector3.new(-20,0,0)
  88. Hats.ring2.Handle.Attachment.Rotation = Vector3.new(5,0,0)
  89. Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(-20,0,0)
  90. Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(5,0,0)
  91. Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,30,0)
  92.  
  93. Character:WaitForChild("HumanoidRootPart"):FindFirstChild("Attachment").Name = "Attachment1"
  94. Character:WaitForChild("HumanoidRootPart"):FindFirstChild("Attachment").Name = "Attachment2"
  95. Character:WaitForChild("HumanoidRootPart"):FindFirstChild("Attachment").Name = "Attachment3"
  96. Character:WaitForChild("HumanoidRootPart"):FindFirstChild("Attachment").Name = "Attachment4"
  97. Character:WaitForChild("HumanoidRootPart"):FindFirstChild("Attachment").Name = "Attachment5"
  98. Character:WaitForChild("HumanoidRootPart"):FindFirstChild("Attachment").Name = "Attachment6"
  99. Character:WaitForChild("HumanoidRootPart"):FindFirstChild("Attachment").Name = "Attachment7"
  100. Character:WaitForChild("HumanoidRootPart"):FindFirstChild("Attachment").Name = "Attachment8"
  101. Character:WaitForChild("HumanoidRootPart"):FindFirstChild("Attachment").Name = "Attachment9"
  102. Character:WaitForChild("HumanoidRootPart"):FindFirstChild("Attachment").Name = "Attachment10"
  103.  
  104. Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,5,5)
  105. Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-2,6.2,3.12)
  106. Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-2,6.4,1.4)
  107. Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.6,6.2,3.12)
  108. Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-0.6,6.4,1.4)
  109. Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0.7,6.2,3.12)
  110. Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0.7,6.4,1.4)
  111. Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2,6.2,3.12)
  112. Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(2,6.4,1.4)
  113. Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(3,4.5,4.7)
  114.  
  115.  
  116. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  117.  if KeyPressed == "z" then
  118.      if toggle == false then
  119.  
  120.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(-5,3,0)
  121.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-7,4,1)
  122.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-7,3.5,2)
  123.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-5.7,4,1)
  124.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-5.7,3.5,2)
  125.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(-4.4,5.5,0)
  126.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(-4.4,6.8,0)
  127.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(-3,4,1)
  128.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(-3,3.5,2)
  129.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(-2.1,2.6,0)
  130.  
  131.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  132.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  133.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(-270,0,0)
  134.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  135.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(-270,0,0)
  136.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  137.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  138.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  139.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(-270,0,0)
  140.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,90,-40)
  141.  
  142.            toggle = true
  143.  else
  144.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(-5,3,0)
  145.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-7,4,1)
  146.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-7,3.5,2)
  147.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-5.7,4,1)
  148.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-5.7,3.5,2)
  149.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(-4.4,5.2,0)
  150.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(-5.06,7,0)
  151.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(-2.9,5.3,0)
  152.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(-2.6,7,0)
  153.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(-3.23,2,1)
  154.  
  155.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  156.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  157.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(-270,0,0)
  158.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  159.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(-270,0,0)
  160.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(90,0,-20)
  161.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(90,0,-20)
  162.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(90,0,10)
  163.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(90,0,10)
  164.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,200,0)
  165.  
  166.             toggle = false
  167.         end
  168.     end
  169. end)
  170.  
  171. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  172.  if KeyPressed == "q" then
  173.      if toggle == false then
  174.  
  175.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,5,5)
  176.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-2,6.2,3.12)
  177.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-2,6.4,1.4)
  178.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.6,6.2,3.12)
  179.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-0.6,6.4,1.4)
  180.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0.7,6.2,3.12)
  181.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0.7,6.4,1.4)
  182.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2,6.2,3.12)
  183.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(2,6.4,1.4)
  184.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(3,4.5,4.7)
  185.  
  186.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(50,0,0)
  187.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(-20,0,0)
  188.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(5,0,0)
  189.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(-20,0,0)
  190.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(5,0,0)
  191.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(-20,0,0)
  192.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(5,0,0)
  193.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(-20,0,0)
  194.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(5,0,0)
  195.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,30,0)
  196.  
  197.            toggle = true
  198.  else
  199.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,3.6,0)
  200.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-2,4.6,-1)
  201.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-2,4.1,-2)
  202.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.7,4.6,-1)
  203.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-0.7,4.1,-2)
  204.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0.6,4.6,-1)
  205.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0.6,4.1,-2)
  206.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2,6,0)
  207.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(2,6.4,0)
  208.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(3.3,2.6,0)
  209.  
  210.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  211.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  212.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(-270,0,0)
  213.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  214.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(-270,0,0)
  215.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  216.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(-270,0,0)
  217.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  218.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  219.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  220.  
  221.             toggle = false
  222.         end
  223.     end
  224. end)
  225.  
  226. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  227.  if KeyPressed == "x" then
  228.      if toggle == false then
  229.  
  230.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,4,0)
  231.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(2,4,-1)
  232.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(1,4,-1)
  233.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-2,7.5,-0.38)
  234.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-2,6.3,-0.15)
  235.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0,7.5,-1.03)
  236.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0,6.1,-0.38)
  237.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2,4.5,-2)
  238.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(2,5,-1)
  239.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(2,3,-1)
  240.  
  241.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  242.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  243.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  244.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(-80,0,0)
  245.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(-80,0,0)
  246.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(-65,0,0)
  247.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(-65,0,0)
  248.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  249.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  250.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  251.  
  252.            toggle = true
  253.  else
  254.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,4,0)
  255.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(6,4,-1)
  256.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(5,4,-1)
  257.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-2,7.5,-0.38)
  258.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-2,6.3,-0.15)
  259.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0,7.5,-1.03)
  260.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0,6.1,-0.38)
  261.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2,4.5,-2)
  262.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(2,5,-1)
  263.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(2,3,-1)
  264.  
  265.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  266.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  267.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  268.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(-80,0,0)
  269.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(-80,0,0)
  270.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(-65,0,0)
  271.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(-65,0,0)
  272.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  273.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  274.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  275.  
  276.             toggle = false
  277.         end
  278.     end
  279. end)
  280.  
  281. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  282.  if KeyPressed == "e" then
  283.      if toggle == false then
  284.  
  285.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,-20,0)
  286.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-3.5,7,0)
  287.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-3,5,0)
  288.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-3,6,0)
  289.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-1,6,0)
  290.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(3.5,7,0)
  291.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(3,5,0)
  292.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(3,6,0)
  293.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(1,6,0)
  294.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(0,-20,0)
  295.  
  296.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  297.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  298.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  299.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  300.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  301.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  302.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  303.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  304.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  305.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  306.  
  307.            toggle = true
  308.  else
  309.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,-20,0)
  310.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-5.5,7,0)
  311.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-5,5,0)
  312.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-5,6,0)
  313.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-3,6,0)
  314.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(5.5,7,0)
  315.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(5,5,0)
  316.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(5,6,0)
  317.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(3,6,0)
  318.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(0,-20,0)
  319.  
  320.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  321.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  322.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  323.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  324.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  325.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  326.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  327.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  328.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  329.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  330.  
  331.             toggle = false
  332.         end
  333.     end
  334. end)
  335.  
  336. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  337.  if KeyPressed == "c" then
  338.      if toggle == false then
  339.  
  340.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,5,3)
  341.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-1.05,8,3)
  342.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-0.64,9.1,3)
  343.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(0.1,7,3)
  344.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(0.77,8.6,3)
  345.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(1.5,7,3)
  346.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(1.9,8,3)
  347.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2.7,6.4,3)
  348.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(3.22,7.5,3)
  349.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(2.6,3.4,3)
  350.  
  351.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,20)
  352.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(90,0,20)
  353.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(90,0,20)
  354.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(90,0,23)
  355.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(90,0,23)
  356.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(90,0,22)
  357.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(90,0,22)
  358.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(90,0,25)
  359.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(90,0,25)
  360.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,90,-10)
  361.  
  362.            toggle = true
  363.  else
  364.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,5,3)
  365.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-2.05,7,3)
  366.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-2.19,8.4,3)
  367.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.65,7,3)
  368.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-0.7,8.5,3)
  369.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0.65,7,3)
  370.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0.7,8.5,3)
  371.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2.1,7,3)
  372.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(2.22,8.4,3)
  373.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(3,4.4,3)
  374.  
  375.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  376.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(90,0,-5)
  377.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(90,0,-5)
  378.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(90,0,-2)
  379.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(90,0,-2)
  380.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(90,0,2)
  381.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(90,0,2)
  382.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(90,0,5)
  383.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(90,0,5)
  384.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,90,-30)
  385.  
  386.             toggle = false
  387.         end
  388.     end
  389. end)
  390.  
  391. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  392.  if KeyPressed == "v" then
  393.      if toggle == false then
  394.  
  395.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,-2,-7)
  396.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(0,-1.4,-1.5)
  397.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(0,-1.4,-3.5)
  398.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.5,0,-5)
  399.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-1,-1,-5)
  400.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(-0.5,0,-7)
  401.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(-1,-1,-7)
  402.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(-0.5,0,-9)
  403.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(-1,-1,-9)
  404.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(1,-1,-8.6)
  405.  
  406.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(90,90,0)
  407.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(0,0,90)
  408.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,0,90)
  409.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  410.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  411.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  412.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  413.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  414.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  415.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,50,40)
  416.  
  417.            toggle = true
  418.  else
  419.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,-2,-3)
  420.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(0,-1.4,-1.5)
  421.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(0,-1.4,-3.5)
  422.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.5,0,-1)
  423.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-1,-1,-1)
  424.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(-0.5,0,-3)
  425.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(-1,-1,-3)
  426.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(-0.5,0,-5)
  427.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(-1,-1,-5)
  428.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(1,-1,-4.6)
  429.  
  430.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(90,90,0)
  431.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(0,0,90)
  432.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,0,90)
  433.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  434.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  435.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  436.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  437.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  438.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  439.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,50,40)
  440.  
  441.             toggle = false
  442.         end
  443.     end
  444. end)
  445.  
  446. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  447.  if KeyPressed == "f" then
  448.      if toggle == false then
  449.  
  450.                  Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(-0.424, -1.207, -1.814)
  451.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(1.477, 1.894, -1.814)
  452.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-2.291, 1.394, -1.814)
  453.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-3.299, 1.677, -1.814)
  454.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-1.197, -0.244, -0.921)
  455.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(-0.72, -0.377, 0.165)
  456.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(-1.546, -1.488, -0.921)
  457.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(-1.068, -1.616, 0.165)
  458.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(-1.931, -2.86, -0.921)
  459.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(-1.612, -2.95, 0.165)
  460.  
  461.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0, 180, -74.33)
  462.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(74.33, -90, 180)
  463.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(15.67, 90, 0)
  464.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(15.67, 90, 0)
  465.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(0, 0, 15.67)
  466.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(15.67, 90, 0)
  467.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(0, 0, 15.67)
  468.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(15.67, 90, 0)
  469.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0, 0, 15.67)
  470.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(15.67, 90, 0)
  471.  
  472.            toggle = true
  473.  else
  474.  
  475.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0, -15, 0)
  476.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-1.3, 7, 0)
  477.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(1.3, 7, 0)
  478.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(0, 3.3, 0)
  479.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-1, 3.3, 0)
  480.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(1, 3.3, 0)
  481.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(-3, 3.3, 0)
  482.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(3, 3.3, 0)
  483.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(0, -15, 0)
  484.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(0, -15, 0)
  485.  
  486.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  487.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(90, 0, 0)
  488.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(90, 0, 0)
  489.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(0, 90, 0)
  490.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(0, 90, 0)
  491.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(0, 90, 0)
  492.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(0, 90, 0)
  493.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(0, 90, 0)
  494.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  495.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  496.  
  497.             toggle = false
  498.         end
  499.     end
  500. end)
  501.  
  502. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  503.  if KeyPressed == "r" then
  504.      if toggle == false then
  505.  
  506.                  Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,-15,0)
  507.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-1.7,6,0)
  508.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(1.7,6,0)
  509.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(1.8,2.76,0)
  510.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(3.33,2.05,0)
  511.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(-1.8,2.76,0)
  512.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(-3.33,2.05,0)
  513.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(0,3,0)
  514.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(0,3,0)
  515.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(0,-15,0)
  516.  
  517.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  518.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  519.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  520.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(15,90,0)
  521.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(35,90,0)
  522.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(-15,90,0)
  523.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(-35,90,0)
  524.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  525.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  526.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  527.  
  528.            toggle = true
  529.  else
  530.  
  531.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,-15,0)
  532.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-1.7,6,0)
  533.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(1.7,6,0)
  534.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(1.8,3.23,0)
  535.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(3.33,3.94,0)
  536.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(-1.8,3.23,0)
  537.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(-3.33,3.94,0)
  538.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(0,3,0)
  539.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(0,3,0)
  540.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(0,-15,0)
  541.  
  542.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  543.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  544.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  545.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(-15,90,0)
  546.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(-35,90,0)
  547.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(15,90,0)
  548.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(35,90,0)
  549.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  550.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  551.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  552.  
  553.             toggle = false
  554.         end
  555.     end
  556. end)
  557.  
  558. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  559.  if KeyPressed == "g" then
  560.      if toggle == false then
  561.  
  562.                  Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,-15,0)
  563.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(0,5,0)
  564.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(0,6,0)
  565.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-1.8,-15,0)
  566.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-1,4.5,0)
  567.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(1,4.5,0)
  568.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0,8,0)
  569.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(0,-15,0)
  570.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(0,3.6,0)
  571.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(0,8,0)
  572.  
  573.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  574.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  575.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  576.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  577.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(0,90,180)
  578.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(0,90,180)
  579.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  580.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  581.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  582.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  583.  
  584.            toggle = true
  585.  else
  586.  
  587.                              Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,-15,0)
  588.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(0,5,0)
  589.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(0,6,0)
  590.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-1.8,-15,0)
  591.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-1,7,0)
  592.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(1,7,0)
  593.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0,8,0)
  594.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(0,-15,0)
  595.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(0,3.6,0)
  596.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(0,8,0)
  597.  
  598.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  599.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  600.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  601.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  602.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(0,90,180)
  603.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(0,90,180)
  604.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  605.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  606.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  607.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  608.  
  609.             toggle = false
  610.         end
  611.     end
  612. end)
  613.  
  614. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  615.  if KeyPressed == "y" then
  616.      if toggle == false then
  617.  
  618.                  Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,7,0)
  619.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-2,5.5,-1)
  620.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(2,4,-1)
  621.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.6,5.5,-1)
  622.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-0.6,5,-0.5)
  623.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0.7,5.5,-1)
  624.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0.7,5,-0.5)
  625.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2,5.5,-1)
  626.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(-2,5,-0.5)
  627.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(3,6.7,0.5)
  628.  
  629.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  630.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(-90,0,0)
  631.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(-90,0,0)
  632.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(-90,0,0)
  633.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(180,0,0)
  634.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(-90,0,0)
  635.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(180,0,0)
  636.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(-90,0,0)
  637.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(180,0,0)
  638.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(90,30,0)
  639.  
  640.            toggle = true
  641.  else
  642.  
  643.                  Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,4,5)
  644.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-2,5,4)
  645.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(2,5,2)
  646.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.6,5,4)
  647.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-0.6,4.5,3)
  648.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0.7,5,4)
  649.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0.7,4.5,3)
  650.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2,5,4)
  651.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(-2,4.5,3)
  652.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(3,3.5,4.7)
  653.  
  654.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(180,0,0)
  655.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  656.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  657.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  658.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  659.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  660.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  661.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(-180,0,0)
  662.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  663.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0,30,0)
  664.  
  665.             toggle = false
  666.         end
  667.     end
  668. end)
  669.  
  670. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  671.  if KeyPressed == "t" then
  672.      if toggle == false then
  673.  
  674.                  Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,0.5,-5)
  675.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-2,-0.5,-6)
  676.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-2,-1.5,-5.5)
  677.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.5,-0.5,-6)
  678.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-0.5,-1.5,-5.5)
  679.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0.8,-0.5,-6)
  680.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0.791,-1.5,-5.5)
  681.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2,-0.5,-6)
  682.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(2,-1.5,-5.5)
  683.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(2.684,-0.704,-4.323)
  684.  
  685.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  686.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  687.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  688.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  689.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  690.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  691.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  692.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  693.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  694.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(-57.51,-47.54,-138.88)
  695.  
  696.            toggle = true
  697.  else
  698.  
  699.                              Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,0.5,-3)
  700.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-2,-0.5,-4)
  701.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-2,-1.5,-3.5)
  702.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.5,-0.5,-4)
  703.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-0.5,-1.5,-3.5)
  704.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0.8,-0.5,-4)
  705.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0.791,-1.5,-3.5)
  706.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2,-0.5,-4)
  707.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(2,-1.5,-3.5)
  708.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(2.684,-0.704,-2.323)
  709.  
  710.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(90,180,0)
  711.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  712.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  713.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  714.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  715.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  716.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  717.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  718.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  719.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(-57.51,-47.54,-138.88)
  720.  
  721.             toggle = false
  722.         end
  723.     end
  724. end)
  725.  
  726. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  727.  if KeyPressed == "b" then
  728.      if toggle == false then
  729.  
  730.                  Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,7,1)
  731.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(0.5,9,-1)
  732.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(1,6.35,-0.5)
  733.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(0.5,6.35,-1)
  734.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(1,9,-0.5)
  735.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0.5,5,-1)
  736.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(1,5,-0.5)
  737.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(0.5,7.7,-1)
  738.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(1,7.7,-0.5)
  739.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(-1,10,1)
  740.  
  741.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(180,180,90)
  742.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(90,180,90)
  743.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  744.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(90,180,90)
  745.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  746.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(90,180,90)
  747.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  748.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(90,180,90)
  749.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  750.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  751.  
  752.            toggle = true
  753.  else
  754.  
  755.                  Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,7,1)
  756.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(0.5,9,-1)
  757.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(1,6.35,-0.5)
  758.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(0.5,6.35,-1)
  759.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(1,9,-0.5)
  760.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0.5,5,-1)
  761.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(1,5,-0.5)
  762.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(0.5,7.7,-1)
  763.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(1,7.7,-0.5)
  764.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(-1,4,1)
  765.  
  766.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(180,180,90)
  767.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(90,180,90)
  768.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  769.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(90,180,90)
  770.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  771.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(90,180,90)
  772.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  773.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(90,180,90)
  774.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  775.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(90,0,0)
  776.  
  777.             toggle = false
  778.         end
  779.     end
  780. end)
  781.  
  782. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  783.  if KeyPressed == "h" then
  784.      if toggle == false then
  785.  
  786.                 Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(3, 5, 0)
  787.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(0.996, 6.25, -2.165)
  788.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(0.996, 7.103, -3.894)
  789.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(2.352, 6.25, -2.165)
  790.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(2.354, 7.103, -3.894)
  791.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(3.687, 6.25, -2.165)
  792.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(3.685, 7.103, -3.894)
  793.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(4.998, 6.25, -2.165)
  794.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(5.001, 7.103, -3.894)
  795.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(0.322, 4.332, -0.369)
  796.  
  797.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(-60, 0, -180)
  798.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(30, 0, -180)
  799.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(22.06, 0, 180)
  800.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(30, 0, 180)
  801.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(22.06, 0, 180)
  802.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(30, 0, 180)
  803.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(22.06, 0, 180)
  804.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(30, 0, 180)
  805.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(22.06, 0, 180)
  806.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(-2.46, 18.96, 155.99)
  807.  
  808.            toggle = true
  809.  else
  810.  
  811.                  Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,-15,0)
  812.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-0,5.028,0)
  813.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-1.498,4.53,0)
  814.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-1.99,8.028,-0)
  815.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(1.981,5.045,0)
  816.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(-0.011,8.011,-0)
  817.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(-1.496, 6.533, -0)
  818.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(1.491, 8.499, 0)
  819.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(1.49, 6.527, 0)
  820.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(0.335, 6.536, -0)
  821.  
  822.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(180,180,90)
  823.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(-89.76,0,-180)
  824.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,90,0)
  825.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(-89.76,-0.03,-179.97)
  826.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(89.84,180,180)
  827.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(-89.82,180,-180)
  828.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(0, 90, 0)
  829.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(0, 90, 0)
  830.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0, 90, 0)
  831.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0, 90, 0)
  832.  
  833.             toggle = false
  834.         end
  835.     end
  836. end)
  837.  
  838. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  839.  if KeyPressed == "j" then
  840.      if toggle == false then
  841.  
  842.                Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(-0, 4, -0)
  843.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-2.078, 6.135, 0)
  844.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-2.212, 7.623, -0)
  845.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.806, 5, -1.5)
  846.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-0.807, 4, -2)
  847.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0.666, 5, -1.5)
  848.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0.667, 4, -2)
  849.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2.046, 6.078, -0)
  850.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(2.189, 7.566, 0)
  851.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(3, 3.429, -0.278)
  852.  
  853.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0, 0, 0)
  854.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(-84.49, -90, 0)
  855.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(-84.48, -90, 0)
  856.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(0, 0, 90)
  857.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(90, 0, 0)
  858.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(0, 0, 90)
  859.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(90, 0, 0)
  860.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(84.48, -90, 0)
  861.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(84.48, -90, 0)
  862.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(13.42, -74.41, 149.27)
  863.  
  864.            toggle = true
  865.  else
  866.                  Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0,4,0)
  867.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-2.003, 6.416, -0.098)
  868.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-2.003, 8.404, -0.242)
  869.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.376, 6.204, -0.423)
  870.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-0.376, 8.013, -1.255)
  871.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(0.891, 5.872, -0.56)
  872.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0.891, 7.315, -1.926)
  873.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(1.993, 4.997, -1.325)
  874.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(1.993, 4.497, -2.07)
  875.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(1.993, 3.001, -0.992)
  876.  
  877.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  878.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(-85.87, 0, 0)
  879.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(-85.87, 0, 0)
  880.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(-65.3, 0, 0)
  881.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(-65.3, 0, 0)
  882.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(-46.55, 0, 0)
  883.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(-46.55, 0, 0)
  884.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(0, 0, 180)
  885.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(90, 0, 0)
  886.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0, 0, -180)
  887.  
  888.             toggle = false
  889.         end
  890.     end
  891. end)
  892.  
  893. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  894.  if KeyPressed == "u" then
  895.      if toggle == false then
  896.  
  897.                Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0, -15, 0)
  898.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(-0.025, -1.098, -1.443)
  899.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-0.025, -1.098, -3.377)
  900.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-0.025, -1.098, -5.304)
  901.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(-0.025, -1.098, -7.241)
  902.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(-0.025, -1.098, -9.129)
  903.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(-0.025, -1.098, -11.015)
  904.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(-0.025, -1.098, -12.95)
  905.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(-0.025, -1.098, -14.875)
  906.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(0, -1.381, -0.295)
  907.  
  908.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0, 180, 0)
  909.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  910.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  911.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  912.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  913.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  914.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  915.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  916.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(0,0,0)
  917.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(0, 90, 0)
  918.  
  919.            toggle = true
  920.  else
  921.  
  922.                  Character:WaitForChild("HumanoidRootPart").Attachment1.Position = Vector3.new(0, -15, 0)
  923.                 Character:WaitForChild("HumanoidRootPart").Attachment2.Position = Vector3.new(0.945, 8.181, -0)
  924.                 Character:WaitForChild("HumanoidRootPart").Attachment3.Position = Vector3.new(-0.41, 7.539, 0)
  925.                 Character:WaitForChild("HumanoidRootPart").Attachment4.Position = Vector3.new(-1.261, 6, 0)
  926.                 Character:WaitForChild("HumanoidRootPart").Attachment5.Position = Vector3.new(1.261, 6, 0)
  927.                 Character:WaitForChild("HumanoidRootPart").Attachment6.Position = Vector3.new(-0.8, 4, 0)
  928.                 Character:WaitForChild("HumanoidRootPart").Attachment7.Position = Vector3.new(0.8, 4, 0)
  929.                 Character:WaitForChild("HumanoidRootPart").Attachment8.Position = Vector3.new(2.14, 3.53, 0)
  930.                 Character:WaitForChild("HumanoidRootPart").Attachment9.Position = Vector3.new(-2.14, 3.53, 0)
  931.             Character:WaitForChild("HumanoidRootPart").Attachment10.Position = Vector3.new(-1.231, 8.362, 0)
  932.  
  933.             Hats.palm.Handle.Attachment.Rotation = Vector3.new(0, 180, 0)
  934.                 Hats.point1.Handle.Attachment.Rotation = Vector3.new(-45, 90, 0)
  935.                 Hats.point2.Handle.Attachment.Rotation = Vector3.new(45, 90, 0)
  936.                 Hats.middle1.Handle.Attachment.Rotation = Vector3.new(0, 0, 0)
  937.                 Hats.middle2.Handle.Attachment.Rotation = Vector3.new(0, 0, 0)
  938.                 Hats.ring1.Handle.Attachment.Rotation = Vector3.new(-15, 90, 0)
  939.                 Hats.ring2.Handle.Attachment.Rotation = Vector3.new(15, 90, 0)
  940.                 Hats.pinki1.Handle.Attachment.Rotation = Vector3.new(25, 90, 0)
  941.                 Hats.pinki2.Handle.Attachment.Rotation = Vector3.new(-25, 90, 0)
  942.             Hats.thumb.Handle.Attachment.Rotation = Vector3.new(45, 90, 0)
  943.  
  944.             toggle = false
  945.         end
  946.     end
  947. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement