Advertisement
Purpify

Free Animations Script - Purpify

Mar 22nd, 2021
3,767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.78 KB | None | 0 0
  1. local AnimationChanger = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local TopBar = Instance.new("Frame")
  4. local Close = Instance.new("TextButton")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local NormalTab = Instance.new("Frame")
  8. local A_Astronaut = Instance.new("TextButton")
  9. local A_Bubbly = Instance.new("TextButton")
  10. local A_Cartoony = Instance.new("TextButton")
  11. local A_Elder = Instance.new("TextButton")
  12. local A_Knight = Instance.new("TextButton")
  13. local A_Levitation = Instance.new("TextButton")
  14. local A_Mage = Instance.new("TextButton")
  15. local A_Ninja = Instance.new("TextButton")
  16. local A_Pirate = Instance.new("TextButton")
  17. local A_Robot = Instance.new("TextButton")
  18. local A_Stylish = Instance.new("TextButton")
  19. local A_SuperHero = Instance.new("TextButton")
  20. local A_Toy = Instance.new("TextButton")
  21. local A_Vampire = Instance.new("TextButton")
  22. local A_Werewolf = Instance.new("TextButton")
  23. local A_Zombie = Instance.new("TextButton")
  24. local Category = Instance.new("TextLabel")
  25. local SpecialTab = Instance.new("Frame")
  26. local A_Patrol = Instance.new("TextButton")
  27. local A_Confident = Instance.new("TextButton")
  28. local A_Popstar = Instance.new("TextButton")
  29. local A_Cowboy = Instance.new("TextButton")
  30. local A_Ghost = Instance.new("TextButton")
  31. local A_Sneaky = Instance.new("TextButton")
  32. local A_Princess = Instance.new("TextButton")
  33. local Category_2 = Instance.new("TextLabel")
  34. local OtherTab = Instance.new("Frame")
  35. local Category_3 = Instance.new("TextLabel")
  36. local A_None = Instance.new("TextButton")
  37. local A_Anthro = Instance.new("TextButton")
  38. local Animate = game.Players.LocalPlayer.Character.Animate
  39.  
  40. AnimationChanger.Name = "AnimationChanger"
  41. AnimationChanger.Parent = game:WaitForChild("CoreGui")
  42. AnimationChanger.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  43.  
  44. Main.Name = "Main"
  45. Main.Parent = AnimationChanger
  46. Main.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  47. Main.BorderSizePixel = 0
  48. Main.Position = UDim2.new(0.421999991, 0, -1, 0)
  49. Main.Size = UDim2.new(0, 300, 0, 250)
  50. Main.Active = true
  51. Main.Draggable = true
  52.  
  53. TopBar.Name = "TopBar"
  54. TopBar.Parent = Main
  55. TopBar.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  56. TopBar.BorderSizePixel = 0
  57. TopBar.Size = UDim2.new(0, 300, 0, 30)
  58.  
  59. Close.Name = "Close"
  60. Close.Parent = TopBar
  61. Close.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  62. Close.BorderSizePixel = 0
  63. Close.Position = UDim2.new(0.899999976, 0, 0, 0)
  64. Close.Size = UDim2.new(0, 30, 0, 30)
  65. Close.Font = Enum.Font.SciFi
  66. Close.Text = "x"
  67. Close.TextColor3 = Color3.new(1, 0, 0.0156863)
  68. Close.TextSize = 20
  69. Close.MouseButton1Click:Connect(function()
  70. wait(0.3)
  71. Main:TweenPosition(UDim2.new(0.421999991, 0, -1.28400004, 0))
  72. wait(3)
  73. AnimationChanger:Destroy()
  74. end)
  75.  
  76. TextLabel.Parent = TopBar
  77. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  78. TextLabel.BackgroundTransparency = 1
  79. TextLabel.BorderSizePixel = 0
  80. TextLabel.Position = UDim2.new(0, 0, 0.600000024, 0)
  81. TextLabel.Size = UDim2.new(0, 270, 0, 10)
  82. TextLabel.Font = Enum.Font.SourceSans
  83. TextLabel.Text = "Made by Nyser#4623"
  84. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  85. TextLabel.TextSize = 15
  86.  
  87. TextLabel_2.Parent = TopBar
  88. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  89. TextLabel_2.BackgroundTransparency = 1
  90. TextLabel_2.BorderSizePixel = 0
  91. TextLabel_2.Position = UDim2.new(0, 0, -0.0266667679, 0)
  92. TextLabel_2.Size = UDim2.new(0, 270, 0, 20)
  93. TextLabel_2.Font = Enum.Font.SourceSans
  94. TextLabel_2.Text = "Animation Changer"
  95. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  96. TextLabel_2.TextSize = 20
  97.  
  98. NormalTab.Name = "NormalTab"
  99. NormalTab.Parent = Main
  100. NormalTab.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  101. NormalTab.BackgroundTransparency = 1
  102. NormalTab.BorderSizePixel = 0
  103. NormalTab.Position = UDim2.new(0.5, 0, 0.119999997, 0)
  104. NormalTab.Size = UDim2.new(0, 150, 0, 500)
  105.  
  106. A_Astronaut.Name = "A_Astronaut"
  107. A_Astronaut.Parent = NormalTab
  108. A_Astronaut.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  109. A_Astronaut.BorderSizePixel = 0
  110. A_Astronaut.Position = UDim2.new(0, 0, 0.815764725, 0)
  111. A_Astronaut.Size = UDim2.new(0, 150, 0, 30)
  112. A_Astronaut.Font = Enum.Font.SciFi
  113. A_Astronaut.Text = "Astronaut"
  114. A_Astronaut.TextColor3 = Color3.new(1, 1, 1)
  115. A_Astronaut.TextSize = 20
  116. A_Astronaut.MouseButton1Click:Connect(function()
  117. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=891621366"
  118. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=891633237"
  119. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=891667138"
  120. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=891636393"
  121. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=891627522"
  122. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=891609353"
  123. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=891617961"
  124. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  125. end)
  126.  
  127. A_Bubbly.Name = "A_Bubbly"
  128. A_Bubbly.Parent = NormalTab
  129. A_Bubbly.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  130. A_Bubbly.BorderSizePixel = 0
  131. A_Bubbly.Position = UDim2.new(0, 0, 0.349019617, 0)
  132. A_Bubbly.Size = UDim2.new(0, 150, 0, 30)
  133. A_Bubbly.Font = Enum.Font.SciFi
  134. A_Bubbly.Text = "Bubbly"
  135. A_Bubbly.TextColor3 = Color3.new(1, 1, 1)
  136. A_Bubbly.TextSize = 20
  137. A_Bubbly.MouseButton1Click:Connect(function()
  138. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=910004836"
  139. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=910009958"
  140. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=910034870"
  141. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=910025107"
  142. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=910016857"
  143. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=910001910"
  144. Animate.swimidle.SwimIdle.AnimationId = "http://www.roblox.com/asset/?id=910030921"
  145. Animate.swim.Swim.AnimationId = "http://www.roblox.com/asset/?id=910028158"
  146. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  147. end)
  148.  
  149. A_Cartoony.Name = "A_Cartoony"
  150. A_Cartoony.Parent = NormalTab
  151. A_Cartoony.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  152. A_Cartoony.BorderSizePixel = 0
  153. A_Cartoony.Position = UDim2.new(0, 0, 0.407272667, 0)
  154. A_Cartoony.Size = UDim2.new(0, 150, 0, 30)
  155. A_Cartoony.Font = Enum.Font.SciFi
  156. A_Cartoony.Text = "Cartoony"
  157. A_Cartoony.TextColor3 = Color3.new(1, 1, 1)
  158. A_Cartoony.TextSize = 20
  159. A_Cartoony.MouseButton1Click:Connect(function()
  160. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=742637544"
  161. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=742638445"
  162. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=742640026"
  163. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=742638842"
  164. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=742637942"
  165. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=742636889"
  166. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=742637151"
  167. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  168. end)
  169.  
  170. A_Elder.Name = "A_Elder"
  171. A_Elder.Parent = NormalTab
  172. A_Elder.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  173. A_Elder.BorderSizePixel = 0
  174. A_Elder.Position = UDim2.new(6.51925802e-09, 0, 0.636310041, 0)
  175. A_Elder.Size = UDim2.new(0, 150, 0, 30)
  176. A_Elder.Font = Enum.Font.SciFi
  177. A_Elder.Text = "Elder"
  178. A_Elder.TextColor3 = Color3.new(1, 1, 1)
  179. A_Elder.TextSize = 20
  180. A_Elder.MouseButton1Click:Connect(function()
  181. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=845397899"
  182. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=845400520"
  183. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=845403856"
  184. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=845386501"
  185. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=845398858"
  186. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=845392038"
  187. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=845396048"
  188. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  189. end)
  190.  
  191. A_Knight.Name = "A_Knight"
  192. A_Knight.Parent = NormalTab
  193. A_Knight.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  194. A_Knight.BorderSizePixel = 0
  195. A_Knight.Position = UDim2.new(0, 0, 0.52352941, 0)
  196. A_Knight.Size = UDim2.new(0, 150, 0, 30)
  197. A_Knight.Font = Enum.Font.SciFi
  198. A_Knight.Text = "Knight"
  199. A_Knight.TextColor3 = Color3.new(1, 1, 1)
  200. A_Knight.TextSize = 20
  201. A_Knight.MouseButton1Click:Connect(function()
  202. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=657595757"
  203. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=657568135"
  204. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=657552124"
  205. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=657564596"
  206. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=658409194"
  207. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=658360781"
  208. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=657600338"
  209. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  210. end)
  211.  
  212. A_Levitation.Name = "A_Levitation"
  213. A_Levitation.Parent = NormalTab
  214. A_Levitation.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  215. A_Levitation.BorderSizePixel = 0
  216. A_Levitation.Position = UDim2.new(0, 0, 0.115472436, 0)
  217. A_Levitation.Size = UDim2.new(0, 150, 0, 30)
  218. A_Levitation.Font = Enum.Font.SciFi
  219. A_Levitation.Text = "Levitation"
  220. A_Levitation.TextColor3 = Color3.new(1, 1, 1)
  221. A_Levitation.TextSize = 20
  222. A_Levitation.MouseButton1Click:Connect(function()
  223. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616006778"
  224. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616008087"
  225. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616013216"
  226. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616010382"
  227. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616008936"
  228. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616003713"
  229. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616005863"
  230. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  231. end)
  232.  
  233. A_Mage.Name = "A_Mage"
  234. A_Mage.Parent = NormalTab
  235. A_Mage.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  236. A_Mage.BorderSizePixel = 0
  237. A_Mage.Position = UDim2.new(0, 0, 0.696203232, 0)
  238. A_Mage.Size = UDim2.new(0, 150, 0, 30)
  239. A_Mage.Font = Enum.Font.SciFi
  240. A_Mage.Text = "Mage"
  241. A_Mage.TextColor3 = Color3.new(1, 1, 1)
  242. A_Mage.TextSize = 20
  243. A_Mage.MouseButton1Click:Connect(function()
  244. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=707742142"
  245. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=707855907"
  246. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=707897309"
  247. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=707861613"
  248. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=707853694"
  249. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=707826056"
  250. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=707829716"
  251. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  252. end)
  253.  
  254. A_Ninja.Name = "A_Ninja"
  255. A_Ninja.Parent = NormalTab
  256. A_Ninja.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  257. A_Ninja.BorderSizePixel = 0
  258. A_Ninja.Position = UDim2.new(0, 0, 0.0597896464, 0)
  259. A_Ninja.Size = UDim2.new(0, 150, 0, 30)
  260. A_Ninja.Font = Enum.Font.SciFi
  261. A_Ninja.Text = "Ninja"
  262. A_Ninja.TextColor3 = Color3.new(1, 1, 1)
  263. A_Ninja.TextSize = 20
  264. A_Ninja.MouseButton1Click:Connect(function()
  265. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=656117400"
  266. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=656118341"
  267. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=656121766"
  268. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=656118852"
  269. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=656117878"
  270. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=656114359"
  271. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=656115606"
  272. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  273. end)
  274.  
  275. A_Pirate.Name = "A_Pirate"
  276. A_Pirate.Parent = NormalTab
  277. A_Pirate.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  278. A_Pirate.BorderSizePixel = 0
  279. A_Pirate.Position = UDim2.new(-0.000333309174, 0, 0.874588311, 0)
  280. A_Pirate.Size = UDim2.new(0, 150, 0, 30)
  281. A_Pirate.Font = Enum.Font.SciFi
  282. A_Pirate.Text = "Pirate"
  283. A_Pirate.TextColor3 = Color3.new(1, 1, 1)
  284. A_Pirate.TextSize = 20
  285. A_Pirate.MouseButton1Click:Connect(function()
  286. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=750781874"
  287. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=750782770"
  288. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=750785693"
  289. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=750783738"
  290. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=750782230"
  291. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=750779899"
  292. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=750780242"
  293. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  294. end)
  295.  
  296. A_Robot.Name = "A_Robot"
  297. A_Robot.Parent = NormalTab
  298. A_Robot.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  299. A_Robot.BorderSizePixel = 0
  300. A_Robot.Position = UDim2.new(0, 0, 0.291479498, 0)
  301. A_Robot.Size = UDim2.new(0, 150, 0, 30)
  302. A_Robot.Font = Enum.Font.SciFi
  303. A_Robot.Text = "Robot"
  304. A_Robot.TextColor3 = Color3.new(1, 1, 1)
  305. A_Robot.TextSize = 20
  306. A_Robot.MouseButton1Click:Connect(function()
  307. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616088211"
  308. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616089559"
  309. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616095330"
  310. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616091570"
  311. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616090535"
  312. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616086039"
  313. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616087089"
  314. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  315. end)
  316.  
  317. A_Stylish.Name = "A_Stylish"
  318. A_Stylish.Parent = NormalTab
  319. A_Stylish.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  320. A_Stylish.BorderSizePixel = 0
  321. A_Stylish.Position = UDim2.new(0, 0, 0.232816339, 0)
  322. A_Stylish.Size = UDim2.new(0, 150, 0, 30)
  323. A_Stylish.Font = Enum.Font.SciFi
  324. A_Stylish.Text = "Stylish"
  325. A_Stylish.TextColor3 = Color3.new(1, 1, 1)
  326. A_Stylish.TextSize = 20
  327. A_Stylish.MouseButton1Click:Connect(function()
  328. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616136790"
  329. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616138447"
  330. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616146177"
  331. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616140816"
  332. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616139451"
  333. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616133594"
  334. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616134815"
  335. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  336. end)
  337.  
  338. A_SuperHero.Name = "A_SuperHero"
  339. A_SuperHero.Parent = NormalTab
  340. A_SuperHero.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  341. A_SuperHero.BorderSizePixel = 0
  342. A_SuperHero.Position = UDim2.new(0, 0, 0.464919746, 0)
  343. A_SuperHero.Size = UDim2.new(0, 150, 0, 30)
  344. A_SuperHero.Font = Enum.Font.SciFi
  345. A_SuperHero.Text = "SuperHero"
  346. A_SuperHero.TextColor3 = Color3.new(1, 1, 1)
  347. A_SuperHero.TextSize = 20
  348. A_SuperHero.MouseButton1Click:Connect(function()
  349. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616111295"
  350. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616113536"
  351. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616122287"
  352. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616117076"
  353. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616115533"
  354. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616104706"
  355. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616108001"
  356. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  357. end)
  358.  
  359. A_Toy.Name = "A_Toy"
  360. A_Toy.Parent = NormalTab
  361. A_Toy.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  362. A_Toy.BorderSizePixel = 0
  363. A_Toy.Position = UDim2.new(6.51925802e-09, 0, 0.756028414, 0)
  364. A_Toy.Size = UDim2.new(0, 150, 0, 30)
  365. A_Toy.Font = Enum.Font.SciFi
  366. A_Toy.Text = "Toy"
  367. A_Toy.TextColor3 = Color3.new(1, 1, 1)
  368. A_Toy.TextSize = 20
  369. A_Toy.MouseButton1Click:Connect(function()
  370. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=782841498"
  371. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=782845736"
  372. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=782843345"
  373. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=782842708"
  374. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=782847020"
  375. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=782843869"
  376. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=782846423"
  377. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  378. end)
  379.  
  380. A_Vampire.Name = "A_Vampire"
  381. A_Vampire.Parent = NormalTab
  382. A_Vampire.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  383. A_Vampire.BorderSizePixel = 0
  384. A_Vampire.Position = UDim2.new(0, 0, 0.934021354, 0)
  385. A_Vampire.Size = UDim2.new(0, 150, 0, 30)
  386. A_Vampire.Font = Enum.Font.SciFi
  387. A_Vampire.Text = "Vampire"
  388. A_Vampire.TextColor3 = Color3.new(1, 1, 1)
  389. A_Vampire.TextSize = 20
  390. A_Vampire.MouseButton1Click:Connect(function()
  391. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1083445855"
  392. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1083450166"
  393. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1083473930"
  394. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1083462077"
  395. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083455352"
  396. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1083439238"
  397. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1083443587"
  398. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  399. end)
  400.  
  401. A_Werewolf.Name = "A_Werewolf"
  402. A_Werewolf.Parent = NormalTab
  403. A_Werewolf.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  404. A_Werewolf.BorderSizePixel = 0
  405. A_Werewolf.Position = UDim2.new(-0.000333368778, 0, 0.174509808, 0)
  406. A_Werewolf.Size = UDim2.new(0, 150, 0, 30)
  407. A_Werewolf.Font = Enum.Font.SciFi
  408. A_Werewolf.Text = "Werewolf"
  409. A_Werewolf.TextColor3 = Color3.new(1, 1, 1)
  410. A_Werewolf.TextSize = 20
  411. A_Werewolf.MouseButton1Click:Connect(function()
  412. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1083195517"
  413. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1083214717"
  414. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1083178339"
  415. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1083216690"
  416. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083218792"
  417. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1083182000"
  418. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1083189019"
  419. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  420. end)
  421.  
  422. A_Zombie.Name = "A_Zombie"
  423. A_Zombie.Parent = NormalTab
  424. A_Zombie.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  425. A_Zombie.BorderSizePixel = 0
  426. A_Zombie.Position = UDim2.new(-1.1920929e-07, 0, 0.582352936, 0)
  427. A_Zombie.Size = UDim2.new(0, 150, 0, 30)
  428. A_Zombie.Font = Enum.Font.SciFi
  429. A_Zombie.Text = "Zombie"
  430. A_Zombie.TextColor3 = Color3.new(1, 1, 1)
  431. A_Zombie.TextSize = 20
  432. A_Zombie.MouseButton1Click:Connect(function()
  433. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616158929"
  434. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616160636"
  435. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616168032"
  436. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
  437. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616161997"
  438. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616156119"
  439. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616157476"
  440. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  441. end)
  442.  
  443. Category.Name = "Category"
  444. Category.Parent = NormalTab
  445. Category.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  446. Category.BorderSizePixel = 0
  447. Category.Size = UDim2.new(0, 150, 0, 30)
  448. Category.Text = "Normal"
  449. Category.TextColor3 = Color3.new(0, 0.835294, 1)
  450. Category.TextSize = 14
  451.  
  452. SpecialTab.Name = "SpecialTab"
  453. SpecialTab.Parent = Main
  454. SpecialTab.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  455. SpecialTab.BackgroundTransparency = 1
  456. SpecialTab.BorderSizePixel = 0
  457. SpecialTab.Position = UDim2.new(0, 0, 0.119999997, 0)
  458. SpecialTab.Size = UDim2.new(0, 150, 0, 230)
  459.  
  460. A_Patrol.Name = "A_Patrol"
  461. A_Patrol.Parent = SpecialTab
  462. A_Patrol.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  463. A_Patrol.BorderSizePixel = 0
  464. A_Patrol.Position = UDim2.new(0, 0, 0.259960413, 0)
  465. A_Patrol.Size = UDim2.new(0, 150, 0, 30)
  466. A_Patrol.Font = Enum.Font.SciFi
  467. A_Patrol.Text = "Patrol"
  468. A_Patrol.TextColor3 = Color3.new(1, 1, 1)
  469. A_Patrol.TextSize = 20
  470. A_Patrol.MouseButton1Click:Connect(function()
  471. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1149612882"
  472. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1150842221"
  473. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1151231493"
  474. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1150967949"
  475. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1148811837"
  476. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1148811837"
  477. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1148863382"
  478. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  479. end)
  480.  
  481. A_Confident.Name = "A_Confident"
  482. A_Confident.Parent = SpecialTab
  483. A_Confident.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  484. A_Confident.BorderSizePixel = 0
  485. A_Confident.Position = UDim2.new(0, 0, 0.389248967, 0)
  486. A_Confident.Size = UDim2.new(0, 150, 0, 30)
  487. A_Confident.Font = Enum.Font.SciFi
  488. A_Confident.Text = "Confident"
  489. A_Confident.TextColor3 = Color3.new(1, 1, 1)
  490. A_Confident.TextSize = 20
  491. A_Confident.MouseButton1Click:Connect(function()
  492. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1069977950"
  493. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1069987858"
  494. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1070017263"
  495. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1070001516"
  496. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1069984524"
  497. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1069946257"
  498. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1069973677"
  499. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  500. end)
  501.  
  502. A_Popstar.Name = "A_Popstar"
  503. A_Popstar.Parent = SpecialTab
  504. A_Popstar.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  505. A_Popstar.BorderSizePixel = 0
  506. A_Popstar.Position = UDim2.new(0, 0, 0.130671918, 0)
  507. A_Popstar.Size = UDim2.new(0, 150, 0, 30)
  508. A_Popstar.Font = Enum.Font.SciFi
  509. A_Popstar.Text = "Popstar"
  510. A_Popstar.TextColor3 = Color3.new(1, 1, 1)
  511. A_Popstar.TextSize = 20
  512. A_Popstar.MouseButton1Click:Connect(function()
  513. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1212900985"
  514. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1150842221"
  515. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1212980338"
  516. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1212980348"
  517. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1212954642"
  518. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1213044953"
  519. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1212900995"
  520. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  521. end)
  522.  
  523. A_Cowboy.Name = "A_Cowboy"
  524. A_Cowboy.Parent = SpecialTab
  525. A_Cowboy.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  526. A_Cowboy.BorderSizePixel = 0
  527. A_Cowboy.Position = UDim2.new(0, 0, 0.772964239, 0)
  528. A_Cowboy.Size = UDim2.new(0, 150, 0, 30)
  529. A_Cowboy.Font = Enum.Font.SciFi
  530. A_Cowboy.Text = "Cowboy"
  531. A_Cowboy.TextColor3 = Color3.new(1, 1, 1)
  532. A_Cowboy.TextSize = 20
  533. A_Cowboy.MouseButton1Click:Connect(function()
  534. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1014390418"
  535. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1014398616"
  536. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1014421541"
  537. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1014401683"
  538. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1014394726"
  539. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1014380606"
  540. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1014384571"
  541. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  542. end)
  543.  
  544. A_Ghost.Name = "A_Ghost"
  545. A_Ghost.Parent = SpecialTab
  546. A_Ghost.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  547. A_Ghost.BorderSizePixel = 0
  548. A_Ghost.Position = UDim2.new(0, 0, 0.900632322, 0)
  549. A_Ghost.Size = UDim2.new(0, 150, 0, 30)
  550. A_Ghost.Font = Enum.Font.SciFi
  551. A_Ghost.Text = "Ghost"
  552. A_Ghost.TextColor3 = Color3.new(1, 1, 1)
  553. A_Ghost.TextSize = 20
  554. A_Ghost.MouseButton1Click:Connect(function()
  555. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616006778"
  556. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616008087"
  557. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616013216"
  558. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616013216"
  559. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616008936"
  560. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616005863"
  561. Animate.swimidle.SwimIdle.AnimationId = "http://www.roblox.com/asset/?id=616012453"
  562. Animate.swim.Swim.AnimationId = "http://www.roblox.com/asset/?id=616011509"
  563. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  564. end)
  565.  
  566. A_Sneaky.Name = "A_Sneaky"
  567. A_Sneaky.Parent = SpecialTab
  568. A_Sneaky.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  569. A_Sneaky.BorderSizePixel = 0
  570. A_Sneaky.Position = UDim2.new(0, 0, 0.517628431, 0)
  571. A_Sneaky.Size = UDim2.new(0, 150, 0, 30)
  572. A_Sneaky.Font = Enum.Font.SciFi
  573. A_Sneaky.Text = "Sneaky"
  574. A_Sneaky.TextColor3 = Color3.new(1, 1, 1)
  575. A_Sneaky.TextSize = 20
  576. A_Sneaky.MouseButton1Click:Connect(function()
  577. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1132473842"
  578. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1132477671"
  579. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1132510133"
  580. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1132494274"
  581. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1132489853"
  582. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1132461372"
  583. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1132469004"
  584. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  585. end)
  586.  
  587. A_Princess.Name = "A_Princess"
  588. A_Princess.Parent = SpecialTab
  589. A_Princess.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  590. A_Princess.BorderSizePixel = 0
  591. A_Princess.Position = UDim2.new(0, 0, 0.645296335, 0)
  592. A_Princess.Size = UDim2.new(0, 150, 0, 30)
  593. A_Princess.Font = Enum.Font.SciFi
  594. A_Princess.Text = "Princess"
  595. A_Princess.TextColor3 = Color3.new(1, 1, 1)
  596. A_Princess.TextSize = 20
  597. A_Princess.MouseButton1Click:Connect(function()
  598. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=941003647"
  599. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=941013098"
  600. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=941028902"
  601. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=941015281"
  602. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=941008832"
  603. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=940996062"
  604. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=941000007"
  605. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  606. end)
  607.  
  608. Category_2.Name = "Category"
  609. Category_2.Parent = SpecialTab
  610. Category_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  611. Category_2.BorderSizePixel = 0
  612. Category_2.Size = UDim2.new(0, 150, 0, 30)
  613. Category_2.Text = "Special"
  614. Category_2.TextColor3 = Color3.new(0, 0.835294, 1)
  615. Category_2.TextSize = 14
  616.  
  617. OtherTab.Name = "OtherTab"
  618. OtherTab.Parent = Main
  619. OtherTab.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  620. OtherTab.BackgroundTransparency = 1
  621. OtherTab.BorderSizePixel = 0
  622. OtherTab.Position = UDim2.new(0, 0, 1.06800008, 0)
  623. OtherTab.Size = UDim2.new(0, 150, 0, 220)
  624.  
  625. Category_3.Name = "Category"
  626. Category_3.Parent = OtherTab
  627. Category_3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  628. Category_3.BorderSizePixel = 0
  629. Category_3.Size = UDim2.new(0, 150, 0, 30)
  630. Category_3.Text = "Other"
  631. Category_3.TextColor3 = Color3.new(0, 0.835294, 1)
  632. Category_3.TextSize = 14
  633.  
  634. A_None.Name = "A_None"
  635. A_None.Parent = OtherTab
  636. A_None.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  637. A_None.BorderSizePixel = 0
  638. A_None.Position = UDim2.new(0, 0, 0.134545445, 0)
  639. A_None.Size = UDim2.new(0, 150, 0, 30)
  640. A_None.Font = Enum.Font.SciFi
  641. A_None.Text = "None"
  642. A_None.TextColor3 = Color3.new(1, 1, 1)
  643. A_None.TextSize = 20
  644. A_None.MouseButton1Click:Connect(function()
  645. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=0"
  646. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=0"
  647. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=0"
  648. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=0"
  649. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=0"
  650. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=0"
  651. Animate.swimidle.SwimIdle.AnimationId = "http://www.roblox.com/asset/?id=0"
  652. Animate.swim.Swim.AnimationId = "http://www.roblox.com/asset/?id=0"
  653. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  654. end)
  655.  
  656. A_Anthro.Name = "A_Anthro"
  657. A_Anthro.Parent = OtherTab
  658. A_Anthro.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  659. A_Anthro.BorderSizePixel = 0
  660. A_Anthro.Position = UDim2.new(0, 0, 0.269090891, 0)
  661. A_Anthro.Size = UDim2.new(0, 150, 0, 30)
  662. A_Anthro.Font = Enum.Font.SciFi
  663. A_Anthro.Text = "Anthro (Default)"
  664. A_Anthro.TextColor3 = Color3.new(1, 1, 1)
  665. A_Anthro.TextSize = 20
  666. A_Anthro.MouseButton1Click:Connect(function()
  667. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=2510196951"
  668. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=2510197257"
  669. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=2510202577"
  670. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=2510198475"
  671. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=2510197830"
  672. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=2510192778"
  673. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=2510195892"
  674. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  675. end)
  676.  
  677. wait(1)
  678. Main:TweenPosition(UDim2.new(0.421999991, 0, 0.28400004, 0))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement