Advertisement
NightGolden

Untitled

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