Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 84.79 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Intro = Instance.new("ScreenGui")
  4. local IntroImage = Instance.new("ImageLabel")
  5. local _1 = Instance.new("TextLabel")
  6. local _2 = Instance.new("TextLabel")
  7. local _3 = Instance.new("TextLabel")
  8. local _4 = Instance.new("TextLabel")
  9. local _5 = Instance.new("TextLabel")
  10. local _6 = Instance.new("TextLabel")
  11. local _7 = Instance.new("TextLabel")
  12.  
  13. -- Properties
  14.  
  15. Intro.Name = "Intro"
  16. Intro.Parent = game.CoreGui
  17.  
  18. IntroImage.Name = "IntroImage"
  19. IntroImage.Parent = Intro
  20. IntroImage.BackgroundColor3 = Color3.new(1, 1, 1)
  21. IntroImage.BackgroundTransparency = 1
  22. IntroImage.BorderColor3 = Color3.new(1, 1, 1)
  23. IntroImage.BorderSizePixel = 0
  24. IntroImage.Position = UDim2.new(0.319838077, 0, 0.180379748, 0)
  25. IntroImage.Size = UDim2.new(0, 356, 0, 347)
  26. IntroImage.Image = "rbxassetid://1130382821"
  27.  
  28. _1.Name = "1"
  29. _1.Parent = IntroImage
  30. _1.BackgroundColor3 = Color3.new(1, 1, 1)
  31. _1.BackgroundTransparency = 1
  32. _1.BorderSizePixel = 0
  33. _1.Position = UDim2.new(0.109550565, 0, 0.423631132, 0)
  34. _1.Size = UDim2.new(0, 40, 0, 53)
  35. _1.Font = Enum.Font.ArialBold
  36. _1.FontSize = Enum.FontSize.Size14
  37. _1.Text = "C"
  38. _1.TextColor3 = Color3.new(117, 117, 117)
  39. _1.TextScaled = true
  40. _1.TextSize = 14
  41. _1.TextWrapped = true
  42.  
  43. _2.Name = "2"
  44. _2.Parent = IntroImage
  45. _2.BackgroundColor3 = Color3.new(1, 1, 1)
  46. _2.BackgroundTransparency = 1
  47. _2.BorderSizePixel = 0
  48. _2.Position = UDim2.new(0.221910119, 0, 0.423631132, 0)
  49. _2.Size = UDim2.new(0, 40, 0, 53)
  50. _2.Font = Enum.Font.ArialBold
  51. _2.FontSize = Enum.FontSize.Size14
  52. _2.Text = "h"
  53. _2.TextColor3 = Color3.new(117, 117, 117)
  54. _2.TextScaled = true
  55. _2.TextSize = 14
  56. _2.TextWrapped = true
  57.  
  58. _3.Name = "3"
  59. _3.Parent = IntroImage
  60. _3.BackgroundColor3 = Color3.new(1, 1, 1)
  61. _3.BackgroundTransparency = 1
  62. _3.BorderSizePixel = 0
  63. _3.Position = UDim2.new(0.334269673, 0, 0.423631132, 0)
  64. _3.Size = UDim2.new(0, 40, 0, 53)
  65. _3.Font = Enum.Font.ArialBold
  66. _3.FontSize = Enum.FontSize.Size14
  67. _3.Text = "a"
  68. _3.TextColor3 = Color3.new(117, 117, 117)
  69. _3.TextScaled = true
  70. _3.TextSize = 14
  71. _3.TextWrapped = true
  72.  
  73. _4.Name = "4"
  74. _4.Parent = IntroImage
  75. _4.BackgroundColor3 = Color3.new(1, 1, 1)
  76. _4.BackgroundTransparency = 1
  77. _4.BorderSizePixel = 0
  78. _4.Position = UDim2.new(0.446629226, 0, 0.423631132, 0)
  79. _4.Size = UDim2.new(0, 40, 0, 53)
  80. _4.Font = Enum.Font.ArialBold
  81. _4.FontSize = Enum.FontSize.Size14
  82. _4.Text = "r"
  83. _4.TextColor3 = Color3.new(117, 117, 117)
  84. _4.TextScaled = true
  85. _4.TextSize = 14
  86. _4.TextWrapped = true
  87.  
  88. _5.Name = "5"
  89. _5.Parent = IntroImage
  90. _5.BackgroundColor3 = Color3.new(1, 1, 1)
  91. _5.BackgroundTransparency = 1
  92. _5.BorderSizePixel = 0
  93. _5.Position = UDim2.new(0.55898881, 0, 0.423631132, 0)
  94. _5.Size = UDim2.new(0, 40, 0, 53)
  95. _5.Font = Enum.Font.ArialBold
  96. _5.FontSize = Enum.FontSize.Size14
  97. _5.Text = "W"
  98. _5.TextColor3 = Color3.new(117, 117, 117)
  99. _5.TextScaled = true
  100. _5.TextSize = 14
  101. _5.TextWrapped = true
  102.  
  103. _6.Name = "6"
  104. _6.Parent = IntroImage
  105. _6.BackgroundColor3 = Color3.new(1, 1, 1)
  106. _6.BackgroundTransparency = 1
  107. _6.BorderSizePixel = 0
  108. _6.Position = UDim2.new(0.671348333, 0, 0.423631132, 0)
  109. _6.Size = UDim2.new(0, 40, 0, 53)
  110. _6.Font = Enum.Font.ArialBold
  111. _6.FontSize = Enum.FontSize.Size14
  112. _6.Text = "a"
  113. _6.TextColor3 = Color3.new(117, 117, 117)
  114. _6.TextScaled = true
  115. _6.TextSize = 14
  116. _6.TextWrapped = true
  117.  
  118. _7.Name = "7"
  119. _7.Parent = IntroImage
  120. _7.BackgroundColor3 = Color3.new(1, 1, 1)
  121. _7.BackgroundTransparency = 1
  122. _7.BorderSizePixel = 0
  123. _7.Position = UDim2.new(0.775280893, 0, 0.423631132, 0)
  124. _7.Size = UDim2.new(0, 40, 0, 53)
  125. _7.Font = Enum.Font.ArialBold
  126. _7.FontSize = Enum.FontSize.Size14
  127. _7.Text = "r"
  128. _7.TextColor3 = Color3.new(117, 117, 117)
  129. _7.TextScaled = true
  130. _7.TextSize = 14
  131. _7.TextWrapped = true
  132.  
  133.  
  134.  
  135. _1.TextTransparency = 0.1
  136. wait()
  137. _2.TextTransparency = 0.1
  138. wait()
  139. _3.TextTransparency = 0.1
  140. wait()
  141. _4.TextTransparency = 0.1
  142. wait()
  143. _5.TextTransparency = 0.1
  144. wait()
  145. _6.TextTransparency = 0.1
  146. wait()
  147. _7.TextTransparency = 0.1
  148. wait()
  149. IntroImage.ImageTransparency = 0.1
  150. wait()
  151. _1.TextTransparency = 0.2
  152. wait()
  153. _2.TextTransparency = 0.2
  154. wait()
  155. _3.TextTransparency = 0.2
  156. wait()
  157. _4.TextTransparency = 0.2
  158. wait()
  159. _5.TextTransparency = 0.2
  160. wait()
  161. _6.TextTransparency = 0.2
  162. wait()
  163. _7.TextTransparency = 0.2
  164. wait()
  165. IntroImage.ImageTransparency = 0.2
  166. wait()
  167. _1.TextTransparency = 0.3
  168. wait()
  169. _2.TextTransparency = 0.3
  170. wait()
  171. _3.TextTransparency = 0.3
  172. wait()
  173. _4.TextTransparency = 0.3
  174. wait()
  175. _5.TextTransparency = 0.3
  176. wait()
  177. _6.TextTransparency = 0.3
  178. wait()
  179. _7.TextTransparency = 0.3
  180. wait()
  181. IntroImage.ImageTransparency = 0.3
  182. wait()
  183. _1.TextTransparency = 0.4
  184. wait()
  185. _2.TextTransparency = 0.4
  186. wait()
  187. _3.TextTransparency = 0.4
  188. wait()
  189. _4.TextTransparency = 0.4
  190. wait()
  191. _5.TextTransparency = 0.4
  192. wait()
  193. _6.TextTransparency = 0.4
  194. wait()
  195. _7.TextTransparency = 0.4
  196. wait()
  197. IntroImage.ImageTransparency = 0.4
  198. wait()
  199. _1.TextTransparency = 0.5
  200. wait()
  201. _2.TextTransparency = 0.5
  202. wait()
  203. _3.TextTransparency = 0.5
  204. wait()
  205. _4.TextTransparency = 0.5
  206. wait()
  207. _5.TextTransparency = 0.5
  208. wait()
  209. _6.TextTransparency = 0.5
  210. wait()
  211. _7.TextTransparency = 0.5
  212. wait()
  213. IntroImage.ImageTransparency = 0.5
  214. wait()
  215. _1.TextTransparency = 0.6
  216. wait()
  217. _2.TextTransparency = 0.6
  218. wait()
  219. _3.TextTransparency = 0.6
  220. wait()
  221. _4.TextTransparency = 0.6
  222. wait()
  223. _5.TextTransparency = 0.6
  224. wait()
  225. _6.TextTransparency = 0.6
  226. wait()
  227. _7.TextTransparency = 0.6
  228. wait()
  229. IntroImage.ImageTransparency = 0.6
  230. wait()
  231. _1.TextTransparency = 0.7
  232. wait()
  233. _2.TextTransparency = 0.7
  234. wait()
  235. _3.TextTransparency = 0.7
  236. wait()
  237. _4.TextTransparency = 0.7
  238. wait()
  239. _5.TextTransparency = 0.7
  240. wait()
  241. _6.TextTransparency = 0.7
  242. wait()
  243. _7.TextTransparency = 0.7
  244. wait()
  245. IntroImage.ImageTransparency = 0.7
  246. wait()
  247. _1.TextTransparency = 0.8
  248. wait()
  249. _2.TextTransparency = 0.8
  250. wait()
  251. _3.TextTransparency = 0.8
  252. wait()
  253. _4.TextTransparency = 0.8
  254. wait()
  255. _5.TextTransparency = 0.8
  256. wait()
  257. _6.TextTransparency = 0.8
  258. wait()
  259. _7.TextTransparency = 0.8
  260. wait()
  261. IntroImage.ImageTransparency = 0.8
  262. wait()
  263. _1.TextTransparency = 0.9
  264. wait()
  265. _2.TextTransparency = 0.9
  266. wait()
  267. _3.TextTransparency = 0.9
  268. wait()
  269. _4.TextTransparency = 0.9
  270. wait()
  271. _5.TextTransparency = 0.9
  272. wait()
  273. _6.TextTransparency = 0.9
  274. wait()
  275. _7.TextTransparency = 0.9
  276. wait()
  277. IntroImage.ImageTransparency = 0.9
  278. wait()
  279. _1.TextTransparency = 1
  280. wait()
  281. _2.TextTransparency = 1
  282. wait()
  283. _3.TextTransparency = 1
  284. wait()
  285. _4.TextTransparency = 1
  286. wait()
  287. _5.TextTransparency = 1
  288. wait()
  289. _6.TextTransparency = 1
  290. wait()
  291. _7.TextTransparency = 1
  292. wait()
  293. IntroImage.ImageTransparency = 1
  294. wait()
  295. Intro:Destroy()
  296. wait()
  297. -- Objects
  298.  
  299. local ProjectCharWar = Instance.new("ScreenGui")
  300. local Frame = Instance.new("Frame")
  301. local Teleports = Instance.new("TextButton")
  302. local Items = Instance.new("TextButton")
  303. local BattleFeatures = Instance.new("TextButton")
  304. local NormalFeatures = Instance.new("TextButton")
  305. local TeleportsFrame = Instance.new("ScrollingFrame")
  306. local Celadon = Instance.new("TextButton")
  307. local Cerulean = Instance.new("TextButton")
  308. local Cinnabar = Instance.new("TextButton")
  309. local Elegant = Instance.new("TextButton")
  310. local Fuchsia = Instance.new("TextButton")
  311. local Indigo = Instance.new("TextButton")
  312. local Mausoleum = Instance.new("TextButton")
  313. local Mysterious = Instance.new("TextButton")
  314. local Pewter = Instance.new("TextButton")
  315. local Saffron = Instance.new("TextButton")
  316. local Viridian = Instance.new("TextButton")
  317. local Vermillion = Instance.new("TextButton")
  318. local Mausoleum2 = Instance.new("TextButton")
  319. local Canyon = Instance.new("TextButton")
  320. local Lavender = Instance.new("TextButton")
  321. local AuraLab = Instance.new("TextButton")
  322. local Moon = Instance.new("TextButton")
  323. local Route1 = Instance.new("TextButton")
  324. local Route2 = Instance.new("TextButton")
  325. local Route22 = Instance.new("TextButton")
  326. local ViridianForest = Instance.new("TextButton")
  327. local Route6 = Instance.new("TextButton")
  328. local Route8 = Instance.new("TextButton")
  329. local SeaFoamCave = Instance.new("TextButton")
  330. local Route17 = Instance.new("TextButton")
  331. local Route21 = Instance.new("TextButton")
  332. local PalkiaArea = Instance.new("TextButton")
  333. local BattleFeaturesFrame = Instance.new("ScrollingFrame")
  334. local Heal = Instance.new("TextButton")
  335. local Kill = Instance.new("TextButton")
  336. local Suicide = Instance.new("TextButton")
  337. local Capture = Instance.new("TextButton")
  338. local NormalFeaturesFrame = Instance.new("ScrollingFrame")
  339. local Badges = Instance.new("TextButton")
  340. local Pokedex = Instance.new("TextButton")
  341. local Gamepasses = Instance.new("TextButton")
  342. local Cash = Instance.new("TextButton")
  343. local BP = Instance.new("TextButton")
  344. local Amount = Instance.new("TextBox")
  345.  
  346. -- Properties
  347.  
  348. ProjectCharWar.Name = "ProjectCharWar"
  349. ProjectCharWar.Parent = game.CoreGui
  350.  
  351. Frame.Parent = ProjectCharWar
  352. Frame.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  353. Frame.BorderColor3 = Color3.new(0, 0, 0)
  354. Frame.Position = UDim2.new(0, 442, 0, -33)
  355. Frame.Size = UDim2.new(0, 518, 0, 30)
  356.  
  357. Teleports.Name = "Teleports"
  358. Teleports.Parent = Frame
  359. Teleports.BackgroundColor3 = Color3.new(0, 0, 0)
  360. Teleports.BorderSizePixel = 0
  361. Teleports.Position = UDim2.new(-0.000818867236, 0, 0.166666672, 0)
  362. Teleports.Size = UDim2.new(0, 129, 0, 20)
  363. Teleports.Style = Enum.ButtonStyle.RobloxRoundButton
  364. Teleports.Font = Enum.Font.ArialBold
  365. Teleports.FontSize = Enum.FontSize.Size14
  366. Teleports.Text = "Teleports"
  367. Teleports.TextColor3 = Color3.new(1, 1, 1)
  368. Teleports.TextSize = 14
  369. Teleports.MouseButton1Down:connect(function()
  370. if TeleportsFrame.Visible == false then
  371. TeleportsFrame.Visible = true
  372. else
  373. TeleportsFrame.Visible = false
  374. end
  375. end)
  376.  
  377. Items.Name = "Items"
  378. Items.Parent = Frame
  379. Items.BackgroundColor3 = Color3.new(0, 0, 0)
  380. Items.BorderSizePixel = 0
  381. Items.Position = UDim2.new(0.248637736, 0, 0.166666672, 0)
  382. Items.Size = UDim2.new(0, 129, 0, 20)
  383. Items.Style = Enum.ButtonStyle.RobloxRoundButton
  384. Items.Font = Enum.Font.ArialBold
  385. Items.FontSize = Enum.FontSize.Size14
  386. Items.Text = "Items"
  387. Items.TextColor3 = Color3.new(1, 1, 1)
  388. Items.TextSize = 14
  389. Items.MouseButton1Down:connect(function()
  390. Value = 500
  391. b=game.Players.LocalPlayer.Bag
  392. r=game.ReplicatedStorage.REvents
  393. Items = {
  394. Recover = {"Antidote","Awakening","Burn Heal","Full Restore","Hyper Potion","Ice Heal","Max Elixir","Potion","Paralyze Heal","Revive"},
  395. Pokeball = {"Great Ball","Nest Ball","Net Ball","Master Ball","Premier Ball","Repeat Ball","Ultra Ball","Beast Ball"},
  396. Evolution = {"Rare Candy","Common Candy","Dragon Scale","Fire Stone","Friendship Ribbon","Leaf Stone","Link Cable Stone","Metal Coat","Moon Stone","Sinnoh Stone","Thunder Stone","Water Stone","Shinyfier"},
  397. HeldItems = {"Absolite","Aerodactylite","Aggronite","Alakazamite","Altarianite","Ampharosite","Audinite","Banettite","Banettite","Beedrillite","Blastoisinite","Blazikenite","Cameruptite","Charizardite X","Charizardite Y","Diancite","Galladite","Gardevoirite","Gengarite","Glalitite","Gyaradosite","Heracronite","Houndoomite","Latiasite","Latiosite","Lopunnite","Lucarionite","Manectite","Mawilite","Medichamite","Metagrossite","Garchompite","Pidgeotite","Pinsirite","Sablenite","Salemencite","Sceptilite","Scizorite","Sharpedonite","Slowbronite","Steelixite","Swampestite","Venusaurite","Tyranitarite","Eviolite","Expert Belt","Flame Orb","Focus Sash","Life Orb","Novice Belt","Power Anklet","Power Belt","Power Bracer","Power Band","Power Lens","Power Weight","Toxic Orb","Wide Lens","Wise Glasses","Leftovers"},
  398. Competitive = {"Calcium","Carbos","HP Up","Iron","Mini Stat Reset","Nature Stone","PokeImprove","Protein","Stat Reset","Zinc"}
  399. }
  400. for n,t in next,Items do
  401. for _,i in next,t do
  402. if b[n]:FindFirstChild(i)then
  403. r.Internal.funcItem:InvokeServer(b[n][i],Value)
  404. else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Value)
  405. end end end
  406. end)
  407.  
  408. BattleFeatures.Name = "BattleFeatures"
  409. BattleFeatures.Parent = Frame
  410. BattleFeatures.BackgroundColor3 = Color3.new(0, 0, 0)
  411. BattleFeatures.BorderSizePixel = 0
  412. BattleFeatures.Position = UDim2.new(0.498255163, 0, 0.166666672, 0)
  413. BattleFeatures.Size = UDim2.new(0, 129, 0, 20)
  414. BattleFeatures.Style = Enum.ButtonStyle.RobloxRoundButton
  415. BattleFeatures.Font = Enum.Font.ArialBold
  416. BattleFeatures.FontSize = Enum.FontSize.Size14
  417. BattleFeatures.Text = "Battle Features"
  418. BattleFeatures.TextColor3 = Color3.new(1, 1, 1)
  419. BattleFeatures.TextSize = 14
  420. BattleFeatures.MouseButton1Down:connect(function()
  421. if BattleFeaturesFrame.Visible == false then
  422. BattleFeaturesFrame.Visible = true
  423. else
  424. BattleFeaturesFrame.Visible = false
  425. end
  426. end)
  427.  
  428. NormalFeatures.Name = "Normal Features"
  429. NormalFeatures.Parent = Frame
  430. NormalFeatures.BackgroundColor3 = Color3.new(0, 0, 0)
  431. NormalFeatures.BorderSizePixel = 0
  432. NormalFeatures.Position = UDim2.new(0.750082731, 0, 0.166666672, 0)
  433. NormalFeatures.Size = UDim2.new(0, 129, 0, 20)
  434. NormalFeatures.Style = Enum.ButtonStyle.RobloxRoundButton
  435. NormalFeatures.Font = Enum.Font.ArialBold
  436. NormalFeatures.FontSize = Enum.FontSize.Size14
  437. NormalFeatures.Text = "Normal Features"
  438. NormalFeatures.TextColor3 = Color3.new(1, 1, 1)
  439. NormalFeatures.TextSize = 14
  440. NormalFeatures.MouseButton1Down:connect(function()
  441. if NormalFeaturesFrame.Visible == false then
  442. NormalFeaturesFrame.Visible = true
  443. else
  444. NormalFeaturesFrame.Visible = false
  445. end
  446. end)
  447.  
  448. TeleportsFrame.Name = "TeleportsFrame"
  449. TeleportsFrame.Parent = ProjectCharWar
  450. TeleportsFrame.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  451. TeleportsFrame.Position = UDim2.new(0.345, 0, 0, 0)
  452. TeleportsFrame.Size = UDim2.new(0, 129, 0, 138)
  453. TeleportsFrame.Visible = false
  454.  
  455. local WayPoints =
  456. {
  457. ["Celadon"] = Vector3.new(-1803.29102, 1.97374797, 360.160004),
  458. ["Cerulean"] = Vector3.new(-1271.00305, 41.4428673, 1378.32996),
  459. ["Cinnabar"] = Vector3.new(-5036.60596, 291.424561, 2358.16992),
  460. ["Elegant"] = Vector3.new(-9139.74023, 85.2877731, 806.039978),
  461. ["Fuchsia"] = Vector3.new(-3979.30908, -17.2866173, -272.419006),
  462. ["Indigo"] = Vector3.new(9800.5, 196.700089, 395),
  463. ["Mausoleum"] = Vector3.new(-618.44397, 20.022295, -4374.73486),
  464. ["Mysterious"] = Vector3.new(-2409.74097, 165.587921, 4357.479),
  465. ["Pewter"] = Vector3.new(-970.586975, 13.4916401, 711.872009),
  466. ["Saffron"] = Vector3.new(-4447.65186, -13.7074337, 983.737976),
  467. ["Viridian"] = Vector3.new(-212.769516, 12.910078, 565.719727),
  468. ["Vermillion"] = Vector3.new(-2672.93701, 28.504425, 780.85199),
  469. ["Mausoleum2"] = Vector3.new(288.7748993, 194.981171, -4399.16113),
  470. ["Canyon"] = Vector3.new(10038.73096, 302.371979, 378.541351),
  471. ["Lavender"] = Vector3.new(-2499.31323, 27.5424709, 1534.35046),
  472. ["Moon"] = Vector3.new(-808.956299, 40.3187408, 1534.72766),
  473. ["AuraLab"] = Vector3.new(-9439.97559, 66.1556396, 906.498291),
  474. ["Route1"] = Vector3.new(-10.949677467346, 2.263062953949, 616.82330322266),
  475. ["Route2"] = Vector3.new(-424.57803344727, 18.652297973633, 650.95422363281),
  476. ["ViridianForest"] = Vector3.new(-619.37731933594, 13.463068008423, 650.77069091797),
  477. ["Route22"] = Vector3.new(-313.01245117188, 12.900621414185, 872.69219970703),
  478. ["Route6"] = Vector3.new(-2495.7800292969, 28.316669464111, 1027.4793701172),
  479. ["Route8"] = Vector3.new(-1940.8778076172, 1.8842030763626, 982.47955322266),
  480. ["SeaFoamCave"] = Vector3.new(-4142.9204101563, -12.429690361023, -310.04815673828),
  481. ["Route17"] = Vector3.new(-3927.8269042969, -0.10720252990723, 145.98736572266 ),
  482. ["Route21"] = Vector3.new(-4569.208984375, -13.60179901123, 1415.7709960938),
  483. ["PalkiaArea"] = Vector3.new(-8847.7734375, 125.98706817627, 713.34283447266)
  484. }
  485.  
  486. Celadon.Name = "Celadon"
  487. Celadon.Parent = TeleportsFrame
  488. Celadon.BackgroundColor3 = Color3.new(1, 1, 1)
  489. Celadon.Size = UDim2.new(0, 108, 0, 17)
  490. Celadon.Style = Enum.ButtonStyle.RobloxRoundButton
  491. Celadon.Font = Enum.Font.SourceSans
  492. Celadon.FontSize = Enum.FontSize.Size14
  493. Celadon.Text = "Celadon City"
  494. Celadon.TextColor3 = Color3.new(1, 1, 1)
  495. Celadon.TextSize = 14
  496. Celadon.MouseButton1Down:connect(function()
  497. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Celadon"])
  498. end)
  499.  
  500. Cerulean.Name = "Cerulean"
  501. Cerulean.Parent = TeleportsFrame
  502. Cerulean.BackgroundColor3 = Color3.new(1, 1, 1)
  503. Cerulean.Position = UDim2.new(0, 0, 0, 15)
  504. Cerulean.Size = UDim2.new(0, 108, 0, 17)
  505. Cerulean.Style = Enum.ButtonStyle.RobloxRoundButton
  506. Cerulean.Font = Enum.Font.SourceSans
  507. Cerulean.FontSize = Enum.FontSize.Size14
  508. Cerulean.Text = "Cerulean City"
  509. Cerulean.TextColor3 = Color3.new(1, 1, 1)
  510. Cerulean.TextSize = 14
  511. Cerulean.MouseButton1Down:connect(function()
  512. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cerulean"])
  513. end)
  514.  
  515.  
  516. Cinnabar.Name = "Cinnabar"
  517. Cinnabar.Parent = TeleportsFrame
  518. Cinnabar.BackgroundColor3 = Color3.new(1, 1, 1)
  519. Cinnabar.Position = UDim2.new(0, 0, 0, 30)
  520. Cinnabar.Size = UDim2.new(0, 108, 0, 17)
  521. Cinnabar.Style = Enum.ButtonStyle.RobloxRoundButton
  522. Cinnabar.Font = Enum.Font.SourceSans
  523. Cinnabar.FontSize = Enum.FontSize.Size14
  524. Cinnabar.Text = "Cinnabar Volcano"
  525. Cinnabar.TextColor3 = Color3.new(1, 1, 1)
  526. Cinnabar.TextSize = 14
  527. Cinnabar.MouseButton1Down:connect(function()
  528. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cinnabar"])
  529. end)
  530.  
  531. Elegant.Name = "Elegant"
  532. Elegant.Parent = TeleportsFrame
  533. Elegant.BackgroundColor3 = Color3.new(1, 1, 1)
  534. Elegant.Position = UDim2.new(0, 0, 0, 45)
  535. Elegant.Size = UDim2.new(0, 108, 0, 17)
  536. Elegant.Style = Enum.ButtonStyle.RobloxRoundButton
  537. Elegant.Font = Enum.Font.SourceSans
  538. Elegant.FontSize = Enum.FontSize.Size14
  539. Elegant.Text = "Elegant Valley"
  540. Elegant.TextColor3 = Color3.new(1, 1, 1)
  541. Elegant.TextSize = 14
  542. Elegant.MouseButton1Down:connect(function()
  543. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Elegant"])
  544. end)
  545.  
  546. Fuchsia.Name = "Fuchsia"
  547. Fuchsia.Parent = TeleportsFrame
  548. Fuchsia.BackgroundColor3 = Color3.new(1, 1, 1)
  549. Fuchsia.Position = UDim2.new(0, 0, 0, 60)
  550. Fuchsia.Size = UDim2.new(0, 108, 0, 17)
  551. Fuchsia.Style = Enum.ButtonStyle.RobloxRoundButton
  552. Fuchsia.Font = Enum.Font.SourceSans
  553. Fuchsia.FontSize = Enum.FontSize.Size14
  554. Fuchsia.Text = "Fuchsia City"
  555. Fuchsia.TextColor3 = Color3.new(1, 1, 1)
  556. Fuchsia.TextSize = 14
  557. Fuchsia.MouseButton1Down:connect(function()
  558. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fuchsia"])
  559. end)
  560.  
  561. Indigo.Name = "Indigo"
  562. Indigo.Parent = TeleportsFrame
  563. Indigo.BackgroundColor3 = Color3.new(1, 1, 1)
  564. Indigo.Position = UDim2.new(0, 0, 0, 75)
  565. Indigo.Size = UDim2.new(0, 108, 0, 17)
  566. Indigo.Style = Enum.ButtonStyle.RobloxRoundButton
  567. Indigo.Font = Enum.Font.SourceSans
  568. Indigo.FontSize = Enum.FontSize.Size14
  569. Indigo.Text = "Indigo Plateu"
  570. Indigo.TextColor3 = Color3.new(1, 1, 1)
  571. Indigo.TextSize = 14
  572. Indigo.MouseButton1Down:connect(function()
  573. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Indigo"])
  574. end)
  575.  
  576. Mausoleum.Name = "Mausoleum"
  577. Mausoleum.Parent = TeleportsFrame
  578. Mausoleum.BackgroundColor3 = Color3.new(1, 1, 1)
  579. Mausoleum.Position = UDim2.new(0, 0, 0, 90)
  580. Mausoleum.Size = UDim2.new(0, 108, 0, 17)
  581. Mausoleum.Style = Enum.ButtonStyle.RobloxRoundButton
  582. Mausoleum.Font = Enum.Font.SourceSans
  583. Mausoleum.FontSize = Enum.FontSize.Size14
  584. Mausoleum.Text = "Mausoleum Of Origin"
  585. Mausoleum.TextColor3 = Color3.new(1, 1, 1)
  586. Mausoleum.TextSize = 14
  587. Mausoleum.MouseButton1Down:connect(function()
  588. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Mausoleum"])
  589. end)
  590.  
  591. Mysterious.Name = "Mysterious"
  592. Mysterious.Parent = TeleportsFrame
  593. Mysterious.BackgroundColor3 = Color3.new(1, 1, 1)
  594. Mysterious.Position = UDim2.new(0, 0, 0, 105)
  595. Mysterious.Size = UDim2.new(0, 108, 0, 17)
  596. Mysterious.Style = Enum.ButtonStyle.RobloxRoundButton
  597. Mysterious.Font = Enum.Font.SourceSans
  598. Mysterious.FontSize = Enum.FontSize.Size14
  599. Mysterious.Text = "Mysterious Grotto"
  600. Mysterious.TextColor3 = Color3.new(1, 1, 1)
  601. Mysterious.TextSize = 14
  602. Mysterious.MouseButton1Down:connect(function()
  603. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Mysterious"])
  604. end)
  605.  
  606. Pewter.Name = "Pewter"
  607. Pewter.Parent = TeleportsFrame
  608. Pewter.BackgroundColor3 = Color3.new(1, 1, 1)
  609. Pewter.Position = UDim2.new(0, 0, 0, 120)
  610. Pewter.Size = UDim2.new(0, 108, 0, 17)
  611. Pewter.Style = Enum.ButtonStyle.RobloxRoundButton
  612. Pewter.Font = Enum.Font.SourceSans
  613. Pewter.FontSize = Enum.FontSize.Size14
  614. Pewter.Text = "Pewter Town"
  615. Pewter.TextColor3 = Color3.new(1, 1, 1)
  616. Pewter.TextSize = 14
  617. Pewter.MouseButton1Down:connect(function()
  618. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Pewter"])
  619. end)
  620.  
  621. Saffron.Name = "Saffron"
  622. Saffron.Parent = TeleportsFrame
  623. Saffron.BackgroundColor3 = Color3.new(1, 1, 1)
  624. Saffron.Position = UDim2.new(0, 0, 0, 135)
  625. Saffron.Size = UDim2.new(0, 108, 0, 17)
  626. Saffron.Style = Enum.ButtonStyle.RobloxRoundButton
  627. Saffron.Font = Enum.Font.SourceSans
  628. Saffron.FontSize = Enum.FontSize.Size14
  629. Saffron.Text = "Saffron City"
  630. Saffron.TextColor3 = Color3.new(1, 1, 1)
  631. Saffron.TextSize = 14
  632. Saffron.MouseButton1Down:connect(function()
  633. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Saffron"])
  634. end)
  635.  
  636. Viridian.Name = "Viridian"
  637. Viridian.Parent = TeleportsFrame
  638. Viridian.BackgroundColor3 = Color3.new(1, 1, 1)
  639. Viridian.Position = UDim2.new(0, 0, 0, 150)
  640. Viridian.Size = UDim2.new(0, 108, 0, 17)
  641. Viridian.Style = Enum.ButtonStyle.RobloxRoundButton
  642. Viridian.Font = Enum.Font.SourceSans
  643. Viridian.FontSize = Enum.FontSize.Size14
  644. Viridian.Text = "Virdian City"
  645. Viridian.TextColor3 = Color3.new(1, 1, 1)
  646. Viridian.TextSize = 14
  647. Viridian.MouseButton1Down:connect(function()
  648. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Viridian"])
  649. end)
  650.  
  651. Vermillion.Name = "Vermillion"
  652. Vermillion.Parent = TeleportsFrame
  653. Vermillion.BackgroundColor3 = Color3.new(1, 1, 1)
  654. Vermillion.Position = UDim2.new(0, 0, 0, 165)
  655. Vermillion.Size = UDim2.new(0, 108, 0, 17)
  656. Vermillion.Style = Enum.ButtonStyle.RobloxRoundButton
  657. Vermillion.Font = Enum.Font.SourceSans
  658. Vermillion.FontSize = Enum.FontSize.Size14
  659. Vermillion.Text = "V3rmillion City"
  660. Vermillion.TextColor3 = Color3.new(1, 1, 1)
  661. Vermillion.TextSize = 14
  662. Vermillion.MouseButton1Down:connect(function()
  663. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Vermillion"])
  664. end)
  665.  
  666. Mausoleum2.Name = "Mausoleum2"
  667. Mausoleum2.Parent = TeleportsFrame
  668. Mausoleum2.BackgroundColor3 = Color3.new(1, 1, 1)
  669. Mausoleum2.Position = UDim2.new(0, 0, 0, 180)
  670. Mausoleum2.Size = UDim2.new(0, 108, 0, 17)
  671. Mausoleum2.Style = Enum.ButtonStyle.RobloxRoundButton
  672. Mausoleum2.Font = Enum.Font.SourceSans
  673. Mausoleum2.FontSize = Enum.FontSize.Size14
  674. Mausoleum2.Text = "Inside Mausoleum"
  675. Mausoleum2.TextColor3 = Color3.new(1, 1, 1)
  676. Mausoleum2.TextSize = 14
  677. Mausoleum2.MouseButton1Down:connect(function()
  678. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Mausoleum2"])
  679. end)
  680.  
  681. Canyon.Name = "Canyon"
  682. Canyon.Parent = TeleportsFrame
  683. Canyon.BackgroundColor3 = Color3.new(1, 1, 1)
  684. Canyon.Position = UDim2.new(0, 0, 0, 195)
  685. Canyon.Size = UDim2.new(0, 108, 0, 17)
  686. Canyon.Style = Enum.ButtonStyle.RobloxRoundButton
  687. Canyon.Font = Enum.Font.SourceSans
  688. Canyon.FontSize = Enum.FontSize.Size14
  689. Canyon.Text = "Snow Canyon"
  690. Canyon.TextColor3 = Color3.new(1, 1, 1)
  691. Canyon.TextSize = 14
  692. Canyon.MouseButton1Down:connect(function()
  693. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Canyon"])
  694. end)
  695.  
  696. Lavender.Name = "Lavender"
  697. Lavender.Parent = TeleportsFrame
  698. Lavender.BackgroundColor3 = Color3.new(1, 1, 1)
  699. Lavender.Position = UDim2.new(0, 0, 0, 210)
  700. Lavender.Size = UDim2.new(0, 108, 0, 17)
  701. Lavender.Style = Enum.ButtonStyle.RobloxRoundButton
  702. Lavender.Font = Enum.Font.SourceSans
  703. Lavender.FontSize = Enum.FontSize.Size14
  704. Lavender.Text = "Lavender Town"
  705. Lavender.TextColor3 = Color3.new(1, 1, 1)
  706. Lavender.TextSize = 14
  707. Lavender.MouseButton1Down:connect(function()
  708. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Lavender"])
  709. end)
  710.  
  711. AuraLab.Name = "AuraLab"
  712. AuraLab.Parent = TeleportsFrame
  713. AuraLab.BackgroundColor3 = Color3.new(1, 1, 1)
  714. AuraLab.Position = UDim2.new(0, 0, 0, 225)
  715. AuraLab.Size = UDim2.new(0, 108, 0, 17)
  716. AuraLab.Style = Enum.ButtonStyle.RobloxRoundButton
  717. AuraLab.Font = Enum.Font.SourceSans
  718. AuraLab.FontSize = Enum.FontSize.Size14
  719. AuraLab.Text = "Aura Lab"
  720. AuraLab.TextColor3 = Color3.new(1, 1, 1)
  721. AuraLab.TextSize = 14
  722. AuraLab.MouseButton1Down:connect(function()
  723. game.Players.LocalPlayer.Character:MoveTo(WayPoints["AuraLab"])
  724. end)
  725.  
  726. Moon.Name = "Moon"
  727. Moon.Parent = TeleportsFrame
  728. Moon.BackgroundColor3 = Color3.new(1, 1, 1)
  729. Moon.Position = UDim2.new(0, 0, 0, 240)
  730. Moon.Size = UDim2.new(0, 108, 0, 17)
  731. Moon.Style = Enum.ButtonStyle.RobloxRoundButton
  732. Moon.Font = Enum.Font.SourceSans
  733. Moon.FontSize = Enum.FontSize.Size14
  734. Moon.Text = "Mount Moon"
  735. Moon.TextColor3 = Color3.new(1, 1, 1)
  736. Moon.TextSize = 14
  737. Moon.MouseButton1Down:connect(function()
  738. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Moon"])
  739. end)
  740.  
  741. Route1.Name = "Route1"
  742. Route1.Parent = TeleportsFrame
  743. Route1.BackgroundColor3 = Color3.new(1, 1, 1)
  744. Route1.Position = UDim2.new(0, 0, 0, 255)
  745. Route1.Size = UDim2.new(0, 108, 0, 17)
  746. Route1.Style = Enum.ButtonStyle.RobloxRoundButton
  747. Route1.Font = Enum.Font.SourceSans
  748. Route1.FontSize = Enum.FontSize.Size14
  749. Route1.Text = "Route 1"
  750. Route1.TextColor3 = Color3.new(1, 1, 1)
  751. Route1.TextSize = 14
  752. Route1.MouseButton1Down:connect(function()
  753. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Route1"])
  754. end)
  755.  
  756. Route2.Name = "Route2"
  757. Route2.Parent = TeleportsFrame
  758. Route2.BackgroundColor3 = Color3.new(1, 1, 1)
  759. Route2.Position = UDim2.new(0, 0, 0, 270)
  760. Route2.Size = UDim2.new(0, 108, 0, 17)
  761. Route2.Style = Enum.ButtonStyle.RobloxRoundButton
  762. Route2.Font = Enum.Font.SourceSans
  763. Route2.FontSize = Enum.FontSize.Size14
  764. Route2.Text = "Route 2"
  765. Route2.TextColor3 = Color3.new(1, 1, 1)
  766. Route2.TextSize = 14
  767. Route2.MouseButton1Down:connect(function()
  768. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Route2"])
  769. end)
  770.  
  771. Route22.Name = "Route22"
  772. Route22.Parent = TeleportsFrame
  773. Route22.BackgroundColor3 = Color3.new(1, 1, 1)
  774. Route22.Position = UDim2.new(0, 0, 0, 285)
  775. Route22.Size = UDim2.new(0, 108, 0, 17)
  776. Route22.Style = Enum.ButtonStyle.RobloxRoundButton
  777. Route22.Font = Enum.Font.SourceSans
  778. Route22.FontSize = Enum.FontSize.Size14
  779. Route22.Text = "Route 22"
  780. Route22.TextColor3 = Color3.new(1, 1, 1)
  781. Route22.TextSize = 14
  782. Route22.MouseButton1Down:connect(function()
  783. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Route22"])
  784. end)
  785.  
  786. ViridianForest.Name = "ViridianForest"
  787. ViridianForest.Parent = TeleportsFrame
  788. ViridianForest.BackgroundColor3 = Color3.new(1, 1, 1)
  789. ViridianForest.Position = UDim2.new(0, 0, 0, 300)
  790. ViridianForest.Size = UDim2.new(0, 108, 0, 17)
  791. ViridianForest.Style = Enum.ButtonStyle.RobloxRoundButton
  792. ViridianForest.Font = Enum.Font.SourceSans
  793. ViridianForest.FontSize = Enum.FontSize.Size14
  794. ViridianForest.Text = "Viridian Forest"
  795. ViridianForest.TextColor3 = Color3.new(1, 1, 1)
  796. ViridianForest.TextSize = 14
  797. ViridianForest.MouseButton1Down:connect(function()
  798. game.Players.LocalPlayer.Character:MoveTo(WayPoints["ViridianForest"])
  799. end)
  800.  
  801. Route6.Name = "Route6"
  802. Route6.Parent = TeleportsFrame
  803. Route6.BackgroundColor3 = Color3.new(1, 1, 1)
  804. Route6.Position = UDim2.new(0, 0, 0, 315)
  805. Route6.Size = UDim2.new(0, 108, 0, 17)
  806. Route6.Style = Enum.ButtonStyle.RobloxRoundButton
  807. Route6.Font = Enum.Font.SourceSans
  808. Route6.FontSize = Enum.FontSize.Size14
  809. Route6.Text = "Route 6"
  810. Route6.TextColor3 = Color3.new(1, 1, 1)
  811. Route6.TextSize = 14
  812. Route6.MouseButton1Down:connect(function()
  813. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Route6"])
  814. end)
  815.  
  816. Route8.Name = "Route8"
  817. Route8.Parent = TeleportsFrame
  818. Route8.BackgroundColor3 = Color3.new(1, 1, 1)
  819. Route8.Position = UDim2.new(0, 0, 0, 330)
  820. Route8.Size = UDim2.new(0, 108, 0, 17)
  821. Route8.Style = Enum.ButtonStyle.RobloxRoundButton
  822. Route8.Font = Enum.Font.SourceSans
  823. Route8.FontSize = Enum.FontSize.Size14
  824. Route8.Text = "Route 8"
  825. Route8.TextColor3 = Color3.new(1, 1, 1)
  826. Route8.TextSize = 14
  827. Route8.MouseButton1Down:connect(function()
  828. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Route8"])
  829. end)
  830.  
  831. SeaFoamCave.Name = "SeaFoamCave"
  832. SeaFoamCave.Parent = TeleportsFrame
  833. SeaFoamCave.BackgroundColor3 = Color3.new(1, 1, 1)
  834. SeaFoamCave.Position = UDim2.new(0, 0, 0, 345)
  835. SeaFoamCave.Size = UDim2.new(0, 108, 0, 17)
  836. SeaFoamCave.Style = Enum.ButtonStyle.RobloxRoundButton
  837. SeaFoamCave.Font = Enum.Font.SourceSans
  838. SeaFoamCave.FontSize = Enum.FontSize.Size14
  839. SeaFoamCave.Text = "SeaFoam Cave"
  840. SeaFoamCave.TextColor3 = Color3.new(1, 1, 1)
  841. SeaFoamCave.TextSize = 14
  842. SeaFoamCave.MouseButton1Down:connect(function()
  843. game.Players.LocalPlayer.Character:MoveTo(WayPoints["SeaFoamCave"])
  844. end)
  845.  
  846. Route17.Name = "Route17"
  847. Route17.Parent = TeleportsFrame
  848. Route17.BackgroundColor3 = Color3.new(1, 1, 1)
  849. Route17.Position = UDim2.new(0, 0, 0, 360)
  850. Route17.Size = UDim2.new(0, 108, 0, 17)
  851. Route17.Style = Enum.ButtonStyle.RobloxRoundButton
  852. Route17.Font = Enum.Font.SourceSans
  853. Route17.FontSize = Enum.FontSize.Size14
  854. Route17.Text = "Route 17"
  855. Route17.TextColor3 = Color3.new(1, 1, 1)
  856. Route17.TextSize = 14
  857. Route17.MouseButton1Down:connect(function()
  858. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Route17"])
  859. end)
  860.  
  861. Route21.Name = "Route21"
  862. Route21.Parent = TeleportsFrame
  863. Route21.BackgroundColor3 = Color3.new(1, 1, 1)
  864. Route21.Position = UDim2.new(0, 0, 0, 375)
  865. Route21.Size = UDim2.new(0, 108, 0, 17)
  866. Route21.Style = Enum.ButtonStyle.RobloxRoundButton
  867. Route21.Font = Enum.Font.SourceSans
  868. Route21.FontSize = Enum.FontSize.Size14
  869. Route21.Text = "Route 21"
  870. Route21.TextColor3 = Color3.new(1, 1, 1)
  871. Route21.TextSize = 14
  872. Route21.MouseButton1Down:connect(function()
  873. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Route21"])
  874. end)
  875.  
  876. PalkiaArea.Name = "PalkiaArea"
  877. PalkiaArea.Parent = TeleportsFrame
  878. PalkiaArea.BackgroundColor3 = Color3.new(1, 1, 1)
  879. PalkiaArea.Position = UDim2.new(0, 0, 0, 390)
  880. PalkiaArea.Size = UDim2.new(0, 108, 0, 17)
  881. PalkiaArea.Style = Enum.ButtonStyle.RobloxRoundButton
  882. PalkiaArea.Font = Enum.Font.SourceSans
  883. PalkiaArea.FontSize = Enum.FontSize.Size14
  884. PalkiaArea.Text = "Palkia Area"
  885. PalkiaArea.TextColor3 = Color3.new(1, 1, 1)
  886. PalkiaArea.TextSize = 14
  887. PalkiaArea.MouseButton1Down:connect(function()
  888. game.Players.LocalPlayer.Character:MoveTo(WayPoints["PalkiaArea"])
  889. end)
  890.  
  891. BattleFeaturesFrame.Name = "BattleFeaturesFrame"
  892. BattleFeaturesFrame.Parent = ProjectCharWar
  893. BattleFeaturesFrame.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  894. BattleFeaturesFrame.Position = UDim2.new(0.547, 0, 0, 0)
  895. BattleFeaturesFrame.Size = UDim2.new(0, 131, 0, 138)
  896. BattleFeaturesFrame.Visible = false
  897.  
  898. Heal.Name = "Heal"
  899. Heal.Parent = BattleFeaturesFrame
  900. Heal.BackgroundColor3 = Color3.new(1, 1, 1)
  901. Heal.Size = UDim2.new(0, 108, 0, 17)
  902. Heal.Style = Enum.ButtonStyle.RobloxRoundButton
  903. Heal.Font = Enum.Font.SourceSans
  904. Heal.FontSize = Enum.FontSize.Size14
  905. Heal.Text = "Heal Pokemons"
  906. Heal.TextColor3 = Color3.new(1, 1, 1)
  907. Heal.TextSize = 14
  908. Heal.MouseButton1Click:connect(function()
  909. for i,v in pairs(game.Players.LocalPlayer.PokemonParty:GetChildren()) do
  910. v.CurrentHP.Value = v.Stats.HPStat.Value
  911. v.Status.Value = ""
  912. end
  913. if game.Players.LocalPlayer:FindFirstChild('PokemonParty2') then
  914. for i,v in pairs(game.Players.LocalPlayer:FindFirstChild('PokemonParty2'):GetChildren()) do
  915. v.CurrentHP.Value = v.Stats.HPStat.Value
  916. v.Status.Value = ""
  917. end
  918. end
  919. end)
  920.  
  921. Kill.Name = "Kill"
  922. Kill.Parent = BattleFeaturesFrame
  923. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  924. Kill.Position = UDim2.new(0, 0, 0, 15)
  925. Kill.Size = UDim2.new(0, 108, 0, 17)
  926. Kill.Style = Enum.ButtonStyle.RobloxRoundButton
  927. Kill.Font = Enum.Font.SourceSans
  928. Kill.FontSize = Enum.FontSize.Size14
  929. Kill.Text = "Kill Opponent"
  930. Kill.TextColor3 = Color3.new(1, 1, 1)
  931. Kill.TextSize = 14
  932. Kill.MouseButton1Click:connect(function()
  933. for i,v in pairs(game.Players.LocalPlayer.OppPokemon:GetChildren()) do
  934. v.CurrentHP.Value = 0
  935. v.Status.Value = "Faint"
  936. end
  937. end)
  938.  
  939. Suicide.Name = "Suicide"
  940. Suicide.Parent = BattleFeaturesFrame
  941. Suicide.BackgroundColor3 = Color3.new(1, 1, 1)
  942. Suicide.Position = UDim2.new(0, 0, 0, 30)
  943. Suicide.Size = UDim2.new(0, 108, 0, 17)
  944. Suicide.Style = Enum.ButtonStyle.RobloxRoundButton
  945. Suicide.Font = Enum.Font.SourceSans
  946. Suicide.FontSize = Enum.FontSize.Size14
  947. Suicide.Text = "Suicide"
  948. Suicide.TextColor3 = Color3.new(1, 1, 1)
  949. Suicide.TextSize = 14
  950. Suicide.MouseButton1Click:connect(function()
  951. for i,v in pairs(game.Players.LocalPlayer.PokemonParty:GetChildren()) do
  952. v.CurrentHP.Value = 0
  953. v.Status.Value = "Faint"
  954. end
  955. if game.Players.LocalPlayer:FindFirstChild('PokemonParty2') then
  956. for i,v in pairs(game.Players.LocalPlayer:FindFirstChild('PokemonParty2'):GetChildren()) do
  957. v.CurrentHP.Value = 0
  958. v.Status.Value = "Faint"
  959. end
  960. end
  961. end)
  962.  
  963. Capture.Name = "Capture"
  964. Capture.Parent = BattleFeaturesFrame
  965. Capture.BackgroundColor3 = Color3.new(1, 1, 1)
  966. Capture.Position = UDim2.new(0, 0, 0, 45)
  967. Capture.Size = UDim2.new(0, 108, 0, 17)
  968. Capture.Style = Enum.ButtonStyle.RobloxRoundButton
  969. Capture.Font = Enum.Font.SourceSans
  970. Capture.FontSize = Enum.FontSize.Size14
  971. Capture.Text = "Capture Faster"
  972. Capture.TextColor3 = Color3.new(1, 1, 1)
  973. Capture.TextSize = 14
  974. Capture.MouseButton1Click:connect(function()
  975. for i,v in pairs(game.Players.LocalPlayer.OppPokemon:GetChildren()) do
  976. v.CurrentHP.Value = 1
  977. v.DateMet.Value = "Long time ago..."
  978. v.Status.Value = "Sleep"
  979. end
  980. end)
  981.  
  982. NormalFeaturesFrame.Name = "NormalFeaturesFrame"
  983. NormalFeaturesFrame.Parent = ProjectCharWar
  984. NormalFeaturesFrame.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  985. NormalFeaturesFrame.Position = UDim2.new(0.650, 0, 0, 0)
  986. NormalFeaturesFrame.Size = UDim2.new(0, 129, 0, 138)
  987. NormalFeaturesFrame.Visible = false
  988.  
  989. Badges.Name = "Badges"
  990. Badges.Parent = NormalFeaturesFrame
  991. Badges.BackgroundColor3 = Color3.new(1, 1, 1)
  992. Badges.Size = UDim2.new(0, 108, 0, 17)
  993. Badges.Style = Enum.ButtonStyle.RobloxRoundButton
  994. Badges.Font = Enum.Font.SourceSans
  995. Badges.FontSize = Enum.FontSize.Size14
  996. Badges.Text = "Badges"
  997. Badges.TextColor3 = Color3.new(1, 1, 1)
  998. Badges.TextSize = 14
  999. Badges.MouseButton1Click:connect(function()
  1000. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("1")
  1001. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("2")
  1002. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("EV")
  1003. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("3")
  1004. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("4")
  1005. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("5")
  1006. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("6")
  1007. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("7")
  1008. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mysterious Grotto")
  1009. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("8")
  1010. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Indigo")
  1011. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Champ")
  1012. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mausoleum of Origins")
  1013. end)
  1014.  
  1015. Pokedex.Name = "Pokedex"
  1016. Pokedex.Parent = NormalFeaturesFrame
  1017. Pokedex.BackgroundColor3 = Color3.new(1, 1, 1)
  1018. Pokedex.Position = UDim2.new(0, 0, 0, 15)
  1019. Pokedex.Size = UDim2.new(0, 108, 0, 17)
  1020. Pokedex.Style = Enum.ButtonStyle.RobloxRoundButton
  1021. Pokedex.Font = Enum.Font.SourceSans
  1022. Pokedex.FontSize = Enum.FontSize.Size14
  1023. Pokedex.Text = "Pokedex"
  1024. Pokedex.TextColor3 = Color3.new(1, 1, 1)
  1025. Pokedex.TextSize = 14
  1026. Pokedex.MouseButton1Click:connect(function()
  1027. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Bulbasaur",001)
  1028. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Ivysaur",002)
  1029. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Venusaur",003)
  1030. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Charmander",004)
  1031. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Charmeleon",005)
  1032. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Charizard",006)
  1033. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Squirtle",007)
  1034. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Wartortle",008)
  1035. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Blastoise",009)
  1036. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Caterpie",010)
  1037. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Metapod",011)
  1038. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Butterfree",012)
  1039. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Weedle",013)
  1040. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Kakuna",014)
  1041. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Beedrill",015)
  1042. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pidgey",016)
  1043. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pidgeotto",017)
  1044. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pidgeot",018)
  1045. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Rattata",019)
  1046. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Raticate",020)
  1047. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Spearow",021)
  1048. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Fearow",022)
  1049. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Ekans",023)
  1050. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Arbok",024)
  1051. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pikachu",025)
  1052. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Raichu",026)
  1053. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sandshrew",027)
  1054. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sandslash",028)
  1055. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("NidoranF",029)
  1056. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Nidorina",030)
  1057. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Nidoqueen",031)
  1058. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("NidoranM",032)
  1059. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Nidorino",033)
  1060. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Nidoking",034)
  1061. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Clefairy",035)
  1062. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Clefable",036)
  1063. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Vulpix",037)
  1064. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Ninetales",038)
  1065. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Jigglypuff",039)
  1066. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Wigglytuff",040)
  1067. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Zubat",041)
  1068. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Golbat",042)
  1069. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Oddish",043)
  1070. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gloom",044)
  1071. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Vileplume",045)
  1072. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Paras",046)
  1073. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Parasect",047)
  1074. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Venonat",048)
  1075. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Venomoth",049)
  1076. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Diglett",050)
  1077. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dugtrio",051)
  1078. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Meowth",052)
  1079. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Persian",053)
  1080. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Psyduck",054)
  1081. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Golduck",055)
  1082. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mankey",056)
  1083. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Primeape",057)
  1084. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Growlithe",058)
  1085. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Arcanine",059)
  1086. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Poliwag",060)
  1087. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Poliwhirl",061)
  1088. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Poliwrath",062)
  1089. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Abra",063)
  1090. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Kadabra",064)
  1091. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Alakazam",065)
  1092. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Machop",066)
  1093. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Machoke",067)
  1094. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Machamp",068)
  1095. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Bellsprout",069)
  1096. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Weepinbell",070)
  1097. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Victreebel",071)
  1098. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tentacool",072)
  1099. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tentacruel",073)
  1100. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Geodude",074)
  1101. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Graveler",075)
  1102. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Golem",076)
  1103. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Ponyta",077)
  1104. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Rapidash",078)
  1105. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Slowpoke",079)
  1106. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Slowbro",080)
  1107. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Magnemite",081)
  1108. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Magneton",082)
  1109. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Farfetch'd",083)
  1110. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Doduo",084)
  1111. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dodrio",085)
  1112. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Seel",086)
  1113. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dewgong",087)
  1114. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Grimer",088)
  1115. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Muk",089)
  1116. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Shellder",090)
  1117. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Cloyster",091)
  1118. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gastly",092)
  1119. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Haunter",093)
  1120. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gengar",094)
  1121. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Onix",095)
  1122. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Drowzee",096)
  1123. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Hypno",097)
  1124. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Krabby",098)
  1125. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Kingler",099)
  1126. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Voltorb",100)
  1127. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Electrode",101)
  1128. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Exeggcute",102)
  1129. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Exeggutor",103)
  1130. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Cubone",104)
  1131. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Marowak",105)
  1132. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Hitmonlee",106)
  1133. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Hitmonchan",107)
  1134. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lickitung",108)
  1135. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Koffing",109)
  1136. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Weezing",110)
  1137. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Rhyhorn",111)
  1138. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Rhydon",112)
  1139. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Chansey",113)
  1140. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tangela",114)
  1141. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Kangaskhan",115)
  1142. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Horsea",116)
  1143. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Seadra",117)
  1144. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Goldeen",118)
  1145. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Seaking",119)
  1146. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Staryu",120)
  1147. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Starmie",121)
  1148. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mr.Mime",122)
  1149. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Scyther",123)
  1150. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Jynx",124)
  1151. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Electabuzz",125)
  1152. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Magmar",126)
  1153. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pinsir",127)
  1154. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tauros",128)
  1155. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Magikarp",129)
  1156. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gyarados",130)
  1157. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lapras",131)
  1158. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Ditto",132)
  1159. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Eevee",133)
  1160. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Vaporeon",134)
  1161. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Jolteon",135)
  1162. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Flareon",136)
  1163. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Porygon",137)
  1164. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Omanyte",138)
  1165. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Omastar",139)
  1166. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Kabuto",140)
  1167. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Kabutops",141)
  1168. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Aerodactyl",142)
  1169. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Snorlax",143)
  1170. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Articuno",144)
  1171. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Zapdos",145)
  1172. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Moltres",146)
  1173. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dratini",147)
  1174. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dragonair",148)
  1175. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dragonite",149)
  1176. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mewtwo",150)
  1177. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mew",151)
  1178. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Chikorita",152)
  1179. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Bayleaf",153)
  1180. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Meganium",154)
  1181. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Cyndaquil",155)
  1182. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Quilava",156)
  1183. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Typhlosion",157)
  1184. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Totodile",158)
  1185. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Croconaw",159)
  1186. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Feraligatr",160)
  1187. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Treecko",161)
  1188. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Grovyle",162)
  1189. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sceptile",163)
  1190. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Torchic",164)
  1191. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Combusken",165)
  1192. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Blaziken",166)
  1193. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mudkip",167)
  1194. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Marshtomp",168)
  1195. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Swampert",169)
  1196. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Bagon",170)
  1197. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Shelgon",171)
  1198. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Salamence",172)
  1199. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Beldum",173)
  1200. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Metang",174)
  1201. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Metagross",175)
  1202. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Raikou",176)
  1203. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Entei",177)
  1204. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Suicune",178)
  1205. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Steelix",179)
  1206. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Scizor",180)
  1207. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Larvitar",181)
  1208. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pupitar",182)
  1209. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tyranitar",183)
  1210. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Trapinch",184)
  1211. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Vibrava",185)
  1212. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Flygon",186)
  1213. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Crobat",187)
  1214. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Blissey",188)
  1215. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Skarmory",189)
  1216. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Espeon",190)
  1217. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Umbreon",191)
  1218. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Aron",192)
  1219. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lairon",193)
  1220. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Aggron",194)
  1221. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Kingdra",195)
  1222. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lugia",196)
  1223. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Delibird",197)
  1224. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Ho-Oh",198)
  1225. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Latias",199)
  1226. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Latios",200)
  1227. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Riolu",201)
  1228. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lucario",202)
  1229. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Magnezone",203)
  1230. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lickilicky",204)
  1231. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Rhyperior",205)
  1232. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tangrowth",206)
  1233. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Electrivire",207)
  1234. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Magmortar",208)
  1235. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Leafeon",209)
  1236. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Glaceon",210)
  1237. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Seedot",211)
  1238. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Nuzleaf",212)
  1239. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Shiftry",213)
  1240. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tropius",214)
  1241. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sneasel",215)
  1242. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Weavile",216)
  1243. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Togepi",217)
  1244. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Togetic",218)
  1245. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Togekiss",219)
  1246. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Misdreavus",220)
  1247. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mismagius",221)
  1248. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Skorupi",222)
  1249. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Drapion",223)
  1250. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Rayquaza",224)
  1251. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Absol",225)
  1252. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Heracross",226)
  1253. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Yanma",227)
  1254. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tanmega",228)
  1255. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Murkrow",229)
  1256. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Honchkrow",230)
  1257. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Ralts",231)
  1258. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Kirlia",232)
  1259. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gardevoir",233)
  1260. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gallade",234)
  1261. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Swinub",235)
  1262. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Piloswine",236)
  1263. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mamoswine",237)
  1264. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Celebi",238)
  1265. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Darkrai",239)
  1266. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Jirachi",240)
  1267. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gligar",241)
  1268. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gliscor",242)
  1269. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Turtwig",243)
  1270. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Grotle",244)
  1271. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Torterra",245)
  1272. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Chimchar",246)
  1273. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Monferno",247)
  1274. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Infernape",248)
  1275. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Piplup",249)
  1276. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Prinplup",250)
  1277. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Empoleon",251)
  1278. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Shroomish",252)
  1279. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Breloom",253)
  1280. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Shinx",254)
  1281. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Luxio",255)
  1282. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Luxray",256)
  1283. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Manaphy",257)
  1284. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Buneary",258)
  1285. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lopunny",259)
  1286. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Cresselia",260)
  1287. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Groudon",261)
  1288. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Kyogre",262)
  1289. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Duskull",263)
  1290. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dusclops",264)
  1291. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dusknoir",265)
  1292. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Slakoth",266)
  1293. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Vigoroth",267)
  1294. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Slaking",268)
  1295. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Starly",269)
  1296. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Staravia",270)
  1297. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Staraptor",271)
  1298. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Spheal",272)
  1299. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sealeo",273)
  1300. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Walrein",274)
  1301. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gible",275)
  1302. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gabite",276)
  1303. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Garchomp",277)
  1304. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Spiritomb",278)
  1305. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Frillish",279)
  1306. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Jellicent",280)
  1307. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Palkia",281)
  1308. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dialga",282)
  1309. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Giratina-O",283)
  1310. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Kyurem",284)
  1311. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Keldeo",285)
  1312. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Snorunt",287)
  1313. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Glalie",288)
  1314. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Froslass",289)
  1315. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Chinchou",290)
  1316. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lanturn",291)
  1317. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Feebas",292)
  1318. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Milotic",293)
  1319. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lotad",294)
  1320. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lombre",295)
  1321. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Ludicolo",296)
  1322. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Buizel",297)
  1323. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Floatzel",298)
  1324. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Zangoose",299)
  1325. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Seviper",300)
  1326. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Bronzor",301)
  1327. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Bronzong",302)
  1328. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Numel",303)
  1329. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Camerupt",304)
  1330. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Budew",305)
  1331. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Roselia",306)
  1332. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Roserade",307)
  1333. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Cranidos",308)
  1334. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Rampardos",309)
  1335. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Whismur",310)
  1336. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Loudred",311)
  1337. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Explout",312)
  1338. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Swablu",313)
  1339. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Altaria",314)
  1340. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Drifloon",315)
  1341. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Drifblim",316)
  1342. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Shuppet",317)
  1343. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Banette",318)
  1344. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lunatone",319)
  1345. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Solrock",320)
  1346. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Regirock",321)
  1347. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Regice",322)
  1348. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Registeel",323)
  1349. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Regigigas",324)
  1350. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Heatran",325)
  1351. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Victini",326)
  1352. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Axew",327)
  1353. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Fraxure",328)
  1354. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Haxorus",329)
  1355. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Durant",330)
  1356. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Hoppip",331)
  1357. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Skiploom",332)
  1358. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Jumpluff",333)
  1359. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Taillow",334)
  1360. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Swellow",335)
  1361. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Wooper",336)
  1362. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Quagsire",337)
  1363. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Larvesta",338)
  1364. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Golett",339)
  1365. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Golurk",340)
  1366. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Aipom",341)
  1367. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Ambiopom",342)
  1368. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Deino",343)
  1369. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Zweilous",344)
  1370. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Hydreigon",345)
  1371. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tynamo",346)
  1372. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Eelektrik",347)
  1373. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Eelektross",348)
  1374. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Cobalion",349)
  1375. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Terrakion",350)
  1376. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Virizion",351)
  1377. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mareep",352)
  1378. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Flaaffy",353)
  1379. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Ampharos",354)
  1380. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Scraggy",355)
  1381. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Scrafty",356)
  1382. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Caranha",357)
  1383. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sharpedo",358)
  1384. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Wailmer",359)
  1385. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Wailord",360)
  1386. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sableye",361)
  1387. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mawile",362)
  1388. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Nosepass",363)
  1389. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Probopass",364)
  1390. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Croagunk",365)
  1391. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Toxicroak",366)
  1392. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Snivy",367)
  1393. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Servine",368)
  1394. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Serperior",369)
  1395. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tegip",370)
  1396. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pignite",371)
  1397. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Emboar",372)
  1398. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Oshawott",373)
  1399. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dewott",374)
  1400. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Samurott",375)
  1401. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sandile",376)
  1402. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Krokorok",377)
  1403. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Krookodile",378)
  1404. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Shaymin-Sky",379)
  1405. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Rotom",380)
  1406. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Hoothoot",381)
  1407. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Noctowl",382)
  1408. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pichu",383)
  1409. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Remoraid",384)
  1410. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Octillery",385)
  1411. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mantine",386)
  1412. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Wingull",387)
  1413. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pelipper",388)
  1414. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Relicanth",389)
  1415. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Anorith",390)
  1416. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Armaldo",391)
  1417. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Baltoy",392)
  1418. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Volcarona",393)
  1419. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Claydol",394)
  1420. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Spoink",395)
  1421. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Grumpig",396)
  1422. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Electrike",397)
  1423. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Manectric",398)
  1424. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Houndour",399)
  1425. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Houndoom",400)
  1426. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Torkoal",401)
  1427. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Deoxys",402)
  1428. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pachirisu",403)
  1429. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Azelf",404)
  1430. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mesprit",405)
  1431. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Uxie",406)
  1432. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Genesect",407)
  1433. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tornadus",408)
  1434. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Porygon2",409)
  1435. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Porygon-Z",410)
  1436. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Druddigon",411)
  1437. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Shuckle",412)
  1438. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Thundurus",413)
  1439. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Cleffa",414)
  1440. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Igglybuff",415)
  1441. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Natu",416)
  1442. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Xatu",417)
  1443. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Marill",418)
  1444. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Azumarill",419)
  1445. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Phanpy",420)
  1446. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Donphan",421)
  1447. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tyrogue",422)
  1448. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Hitmontop",423)
  1449. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Smoochum",424)
  1450. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Elekid",425)
  1451. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Magby",426)
  1452. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Miltank",427)
  1453. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Meditite",428)
  1454. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Medicham",429)
  1455. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Shieldon",430)
  1456. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Bastiodon",431)
  1457. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lillipup",432)
  1458. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Herdier",433)
  1459. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Stoutland",434)
  1460. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pawniard",435)
  1461. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Bisharp",436)
  1462. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Woobat",437)
  1463. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Swoobat",438)
  1464. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Drilbur",439)
  1465. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Exadrill",440)
  1466. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Timburr",441)
  1467. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gurdurr",442)
  1468. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Conkeldurr",443)
  1469. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dwebble",444)
  1470. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Crustle",445)
  1471. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Solosis",446)
  1472. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Duosion",447)
  1473. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Reuniclus",448)
  1474. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Karrablast",449)
  1475. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Escavalier",450)
  1476. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Klink",451)
  1477. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Klang",452)
  1478. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Klinklang",453)
  1479. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Elgyem",454)
  1480. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Beheeyem",455)
  1481. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Litwick",456)
  1482. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lampent",457)
  1483. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Chandelure",458)
  1484. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Shelmet",459)
  1485. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Accelgor",460)
  1486. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Stunfisk",461)
  1487. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Roggenrola",462)
  1488. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Boldore",463)
  1489. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gigalith",464)
  1490. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Reshiram",465)
  1491. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Zekrom",466)
  1492. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dunsparce",467)
  1493. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Meloetta",468)
  1494. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Stantler",469)
  1495. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Audino",470)
  1496. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sigilyph",471)
  1497. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Chatot",472)
  1498. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Darumaka",473)
  1499. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Darmanitan",474)
  1500. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Poochyena",475)
  1501. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mightyena",476)
  1502. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sylveon",477)
  1503. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Slowking",478)
  1504. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Bunnelby",479)
  1505. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Diggersby",480)
  1506. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Munchlax",481)
  1507. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Chespin",482)
  1508. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Quilladin",483)
  1509. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Chesnaught",484)
  1510. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Fennekin",485)
  1511. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Braixen",486)
  1512. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Delphox",487)
  1513. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Froakie",488)
  1514. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Frogadier",489)
  1515. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Greninja",490)
  1516. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pancham",491)
  1517. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pangoro",492)
  1518. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Skrelp",493)
  1519. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dragalge",494)
  1520. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Fletchling",495)
  1521. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Fletchinder",496)
  1522. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Talonflame",497)
  1523. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Goomy",498)
  1524. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sliggoo",499)
  1525. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Goodra",500)
  1526. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Hawlucha",501)
  1527. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Amaura",502)
  1528. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Aurorus",503)
  1529. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tyrunt",504)
  1530. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Tyrantrum",505)
  1531. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Clauncher",506)
  1532. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Clawitzer",507)
  1533. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Fomantis",508)
  1534. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Lurantis",509)
  1535. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Helioptile",510)
  1536. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Heliolisk",511)
  1537. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Diancie",512)
  1538. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Klefki",513)
  1539. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Noibat",514)
  1540. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Noivern",515)
  1541. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Phantump",516)
  1542. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Trevenant",517)
  1543. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Rowlet",518)
  1544. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dartrix",519)
  1545. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Decidueye",520)
  1546. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Litten",521)
  1547. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Torracat",522)
  1548. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Incineroar",523)
  1549. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Popplio",524)
  1550. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Brionne",525)
  1551. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Primarina",526)
  1552. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dedenne",527)
  1553. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Grubbin",528)
  1554. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Charjabug",529)
  1555. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Vikavolt",530)
  1556. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Yungoos",531)
  1557. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gumshoos",532)
  1558. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Drampa",533)
  1559. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Cutiefly",534)
  1560. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Ribombee",535)
  1561. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mudsbray",536)
  1562. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Mudsdale",537)
  1563. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pikipek",538)
  1564. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Trumbeak",539)
  1565. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Toucannon",540)
  1566. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Skiddo",541)
  1567. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Gogoat",542)
  1568. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Dhelmise",543)
  1569. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Patrat",544)
  1570. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Watchog",545)
  1571. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Combee",546)
  1572. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Vespiquen",547)
  1573. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Venipede",548)
  1574. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Whirlipede",549)
  1575. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Scolipede",550)
  1576. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sewaddle",551)
  1577. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Swadloon",552)
  1578. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Leavanny",553)
  1579. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Salandit",554)
  1580. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Salazzle",555)
  1581. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Blitzle",556)
  1582. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Zebstrika",557)
  1583. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Joltik",558)
  1584. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Galvantula",559)
  1585. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Kartana",560)
  1586. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Cacnea",561)
  1587. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Cacturne",562)
  1588. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Purrloin",563)
  1589. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Liepard",564)
  1590. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pansage",565)
  1591. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Simisage",566)
  1592. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pansear",567)
  1593. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Simisear",568)
  1594. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Panpour",569)
  1595. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Simipour",570)
  1596. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Makuhita",571)
  1597. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Hariyama",572)
  1598. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Vanillite",573)
  1599. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Vanillish",574)
  1600. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Vanilluxe",575)
  1601. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Phione",576)
  1602. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Zigzagoon",577)
  1603. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Linoone",578)
  1604. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Crabrawler",579)
  1605. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Crabominable",580)
  1606. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Stunky",581)
  1607. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Skuntank",582)
  1608. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Bidoof",583)
  1609. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Bibarel",584)
  1610. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Spinda",585)
  1611. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Snubbull",586)
  1612. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Granbull",587)
  1613. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Teddiursa",588)
  1614. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Ursaring",589)
  1615. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Landorus",590)
  1616. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Sentret",591)
  1617. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Furret",592)
  1618. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Celesteela",593)
  1619. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Buzzwole",594)
  1620. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Nihilego",595)
  1621. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Xurkitree",596)
  1622. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Guzzlord",597)
  1623. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Pheromosa",598)
  1624. game.ReplicatedStorage.REvents.Pokemon.createPokedex:FireServer("Necrozma",599)
  1625. end)
  1626.  
  1627. Gamepasses.Name = "Gamepasses"
  1628. Gamepasses.Parent = NormalFeaturesFrame
  1629. Gamepasses.BackgroundColor3 = Color3.new(1, 1, 1)
  1630. Gamepasses.Position = UDim2.new(0, 0, 0, 30)
  1631. Gamepasses.Size = UDim2.new(0, 108, 0, 17)
  1632. Gamepasses.Style = Enum.ButtonStyle.RobloxRoundButton
  1633. Gamepasses.Font = Enum.Font.SourceSans
  1634. Gamepasses.FontSize = Enum.FontSize.Size14
  1635. Gamepasses.Text = "Gamepasses"
  1636. Gamepasses.TextColor3 = Color3.new(1, 1, 1)
  1637. Gamepasses.TextSize = 14
  1638. Gamepasses.MouseButton1Click:connect(function()
  1639. game.Players.LocalPlayer.OtherLegendary.Value = 1
  1640. game.Players.LocalPlayer.RunVIP.Value = 1
  1641. game.Players.LocalPlayer.LegendaryVIP.Value = 1
  1642. game.Players.LocalPlayer.ShinyVIP.Value = 1
  1643. game.Players.LocalPlayer.MoonVIP.Value = 1
  1644. game.Players.LocalPlayer.MoreneyVIP.Value = 1
  1645. end)
  1646.  
  1647. Cash.Name = "Cash"
  1648. Cash.Parent = NormalFeaturesFrame
  1649. Cash.BackgroundColor3 = Color3.new(1, 1, 1)
  1650. Cash.Position = UDim2.new(0, 0, 0, 75)
  1651. Cash.Size = UDim2.new(0, 108, 0, 17)
  1652. Cash.Style = Enum.ButtonStyle.RobloxRoundButton
  1653. Cash.Font = Enum.Font.SourceSans
  1654. Cash.FontSize = Enum.FontSize.Size14
  1655. Cash.Text = "Add Cash"
  1656. Cash.TextColor3 = Color3.new(1, 1, 1)
  1657. Cash.TextSize = 14
  1658. Cash.MouseButton1Click:connect(function()
  1659. game.ReplicatedStorage.REvents.Internal.funcMoney:InvokeServer(game.Players.LocalPlayer.Money, Amount.Text)
  1660. end)
  1661.  
  1662. BP.Name = "BP"
  1663. BP.Parent = NormalFeaturesFrame
  1664. BP.BackgroundColor3 = Color3.new(1, 1, 1)
  1665. BP.Position = UDim2.new(0, 0, 0, 90)
  1666. BP.Size = UDim2.new(0, 108, 0, 17)
  1667. BP.Style = Enum.ButtonStyle.RobloxRoundButton
  1668. BP.Font = Enum.Font.SourceSans
  1669. BP.FontSize = Enum.FontSize.Size14
  1670. BP.Text = "Add BP"
  1671. BP.TextColor3 = Color3.new(1, 1, 1)
  1672. BP.TextSize = 14
  1673. BP.MouseButton1Click:connect(function()
  1674. game.ReplicatedStorage.REvents.Pokemon.GreenPill:InvokeServer(Amount.Text)
  1675. end)
  1676.  
  1677. Amount.Name = "Amount"
  1678. Amount.Parent = NormalFeaturesFrame
  1679. Amount.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  1680. Amount.BorderColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  1681. Amount.BorderSizePixel = 0
  1682. Amount.Position = UDim2.new(0, 0, 0, 111)
  1683. Amount.Size = UDim2.new(0, 108, 0, 17)
  1684. Amount.Font = Enum.Font.SourceSans
  1685. Amount.FontSize = Enum.FontSize.Size14
  1686. Amount.Text = "Amount"
  1687. Amount.TextColor3 = Color3.new(1, 1, 1)
  1688. Amount.TextSize = 14
  1689. Amount.TextStrokeTransparency = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement