Advertisement
De_Moderator

Project Pokemon Gui

Apr 29th, 2018
7,135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 16.79 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local Remote = game.ReplicatedStorage.REvents
  3.  
  4. -- Objects
  5.  
  6. local ProjectPokemonSystem = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local TextBox1 = Instance.new("TextBox")
  9. local TextButton1 = Instance.new("TextButton")
  10. local TextButton2 = Instance.new("TextButton")
  11. local TextButton3 = Instance.new("TextButton")
  12. local TextButton4 = Instance.new("TextButton")
  13. local TextButton5 = Instance.new("TextButton")
  14. local TextButton6 = Instance.new("TextButton")
  15. local TextButton7 = Instance.new("TextButton")
  16. local TextButton8 = Instance.new("TextButton")
  17. local Title = Instance.new("TextLabel")
  18. local Hunch = Instance.new("TextLabel")
  19. local TextButton9 = Instance.new("TextButton")
  20. local Description = Instance.new("TextLabel")
  21. local Close = Instance.new("TextButton")
  22. local Info = Instance.new("Frame")
  23. local TextButton9_2 = Instance.new("TextButton")
  24. local Title_2 = Instance.new("TextLabel")
  25. local Info_2 = Instance.new("TextLabel")
  26. local Close_2 = Instance.new("TextButton")
  27. local Erm = Instance.new("TextButton")
  28.  
  29. -- Properties
  30.  
  31. ProjectPokemonSystem.Name = "Project Pokemon System"
  32. ProjectPokemonSystem.Parent = game.StarterGui
  33.  
  34. Main.Name = "Main"
  35. Main.Parent = ProjectPokemonSystem
  36. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  37. Main.BackgroundTransparency = 0.25
  38. Main.BorderColor3 = Color3.new(0, 0, 0)
  39. Main.BorderSizePixel = 0
  40. Main.Position = UDim2.new(0.150000006, 0, 0.125, 0)
  41. Main.Size = UDim2.new(0.699999988, 0, 0.75, 0)
  42. Main.Visible = false
  43.  
  44. TextBox1.Name = "TextBox1"
  45. TextBox1.Parent = Main
  46. TextBox1.BackgroundColor3 = Color3.new(1, 1, 1)
  47. TextBox1.BorderColor3 = Color3.new(0, 0, 0)
  48. TextBox1.BorderSizePixel = 0
  49. TextBox1.NextSelectionLeft = Hunch
  50. TextBox1.NextSelectionRight = TextButton1
  51. TextBox1.Position = UDim2.new(0.0199999996, 0, 0.115000002, 0)
  52. TextBox1.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  53. TextBox1.Font = Enum.Font.Arcade
  54. TextBox1.Text = "Pokemon, Player or a Number."
  55. TextBox1.TextColor3 = Color3.new(0, 0, 0)
  56. TextBox1.TextSize = 14
  57. TextBox1.TextWrapped = true
  58.  
  59. TextButton1.Name = "TextButton1"
  60. TextButton1.Parent = Main
  61. TextButton1.BackgroundColor3 = Color3.new(1, 0, 0)
  62. TextButton1.BorderColor3 = Color3.new(0, 0, 0)
  63. TextButton1.BorderSizePixel = 0
  64. TextButton1.NextSelectionLeft = TextBox1
  65. TextButton1.NextSelectionRight = TextButton2
  66. TextButton1.Position = UDim2.new(0.529999971, 0, 0.215000004, 0)
  67. TextButton1.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  68. TextButton1.Font = Enum.Font.Arcade
  69. TextButton1.Text = "Add Money"
  70. TextButton1.TextColor3 = Color3.new(0, 0, 0)
  71. TextButton1.TextSize = 14
  72. TextButton1.MouseButton1Click:connect(function()
  73.     Remote.Internal.funcMoney:InvokeServer(Player.Money, TextBox1.Text)
  74.     wait(1)
  75.     TextBox1.Text = "Pokemon Name / Player Name"
  76. end)
  77.  
  78. TextButton2.Name = "TextButton2"
  79. TextButton2.Parent = Main
  80. TextButton2.BackgroundColor3 = Color3.new(0, 1, 0)
  81. TextButton2.BorderColor3 = Color3.new(0, 0, 0)
  82. TextButton2.BorderSizePixel = 0
  83. TextButton2.NextSelectionLeft = TextButton1
  84. TextButton2.NextSelectionRight = TextButton3
  85. TextButton2.Position = UDim2.new(0.529999971, 0, 0.314999998, 0)
  86. TextButton2.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  87. TextButton2.Font = Enum.Font.Arcade
  88. TextButton2.Text = "Change Horseman Time"
  89. TextButton2.TextColor3 = Color3.new(0, 0, 0)
  90. TextButton2.TextSize = 14
  91. TextButton2.MouseButton1Click:connect(function()
  92.     local HorsemanTime = game.ReplicatedStorage.TimeLeftHorseman
  93.     HorsemanTime.Value = TextBox1.Text
  94.     wait(1)
  95.     TextBox1.Text = "Pokemon Name / Player Name"
  96. end)
  97.  
  98. TextButton3.Name = "TextButton3"
  99. TextButton3.Parent = Main
  100. TextButton3.BackgroundColor3 = Color3.new(0, 0, 1)
  101. TextButton3.BorderColor3 = Color3.new(0, 0, 0)
  102. TextButton3.BorderSizePixel = 0
  103. TextButton3.NextSelectionLeft = TextButton2
  104. TextButton3.NextSelectionRight = TextButton4
  105. TextButton3.Position = UDim2.new(0.529999971, 0, 0.414999992, 0)
  106. TextButton3.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  107. TextButton3.Font = Enum.Font.Arcade
  108. TextButton3.Text = "Copy Wild Pokemon"
  109. TextButton3.TextColor3 = Color3.new(0, 0, 0)
  110. TextButton3.TextSize = 14
  111. TextButton3.MouseButton1Click:connect(function()
  112.     local Legendary = false
  113.     local Pokemon = TextBox1.Text
  114.     if Pokemon == "Articuno" or Pokemon == "Azelf" or Pokemon == "Celebi" or Pokemon == "Cobalion" or Pokemon == "Cosmoem" or Pokemon == "Cosmog" or Pokemon == "Cresselia" or Pokemon == "Darkrai" or Pokemon == "Deoxys" or Pokemon == "Dialga" or Pokemon == "Diancie" or Pokemon == "Entei" or Pokemon == "Genesect" or Pokemon == "Giratina" or Pokemon == "Giratina-O" or Pokemon == "Groudon" or Pokemon == "Ho-Oh" or Pokemon == "Heatran" or Pokemon == "Jirachi" or Pokemon == "Keldeo" or Pokemon == "Kyogre" or Pokemon == "Kyurem" or Pokemon == "Landorus" or Pokemon == "Latias" or Pokemon == "Latios" or Pokemon == "Lugia" or Pokemon == "Lunala" or Pokemon == "Manaphy" or Pokemon == "Marshadow" or Pokemon == "Meloetta" or Pokemon == "Mesprit" or Pokemon == "Mew" or Pokemon == "Mewtwo" or Pokemon == "Moltres" or Pokemon == "Necrozma" or Pokemon == "Palkia" or Pokemon == "Raikou" or Pokemon == "Rayquaza" or Pokemon == "Regice" or Pokemon == "Regigigas" or Pokemon == "Regirock" or Pokemon == "Registeel" or Pokemon == "Reshiram" or Pokemon == "Shaymin" or Pokemon == "Solgaleo" or Pokemon == "Suicune" or Pokemon == "Terrakion" or Pokemon == "Thundurus" or Pokemon == "Tornadus" or Pokemon == "Uxie" or Pokemon == "Victini" or Pokemon == "Virizion" or Pokemon == "Volcanion" or Pokemon == "Zapdos" or Pokemon == "Zekrom" then
  115.         Legendary = true
  116.     end
  117.     if Legendary == true then
  118.         local Pos = Player.PokemonParty:GetChildren()
  119.         local Position = #Pos + 1
  120.         Remote.Pokemon.hackThisRemotePlz:InvokeServer(Player.OppPokemon[Pokemon], "Master Ball")
  121.         wait(0.1)
  122.         Remote.PC.RemoteForHackers:InvokeServer(game.ReplicatedStorage.TempS[Pokemon], Player.PokemonParty)
  123.         wait(0.1)
  124.         Remote.Pokemon.SwapParty:InvokeServer(Player.PokemonParty[Pokemon], Position)
  125.     else
  126.         local Pos = Player.PokemonParty:GetChildren()
  127.         local Position = #Pos + 1
  128.         Remote.Pokemon.hackThisRemotePlz:InvokeServer(Player.OppPokemon[Pokemon], "Pokeball")
  129.         wait(0.1)
  130.         Remote.PC.RemoteForHackers:InvokeServer(game.ReplicatedStorage.TempS[Pokemon], Player.PokemonParty)
  131.         wait(0.1)
  132.         Remote.Pokemon.SwapParty:InvokeServer(Player.PokemonParty[Pokemon], Position)
  133.     end
  134.     print("Duping for the pokemon " .. Pokemon .. " has been finished. You may now click run.")
  135.     print("Duplication process completed.")
  136.     wait(1)
  137.     TextBox1.Text = "Pokemon Name / Player Name"
  138. end)
  139.  
  140. TextButton4.Name = "TextButton4"
  141. TextButton4.Parent = Main
  142. TextButton4.BackgroundColor3 = Color3.new(1, 0, 0)
  143. TextButton4.BorderColor3 = Color3.new(0, 0, 0)
  144. TextButton4.BorderSizePixel = 0
  145. TextButton4.NextSelectionLeft = TextButton3
  146. TextButton4.NextSelectionRight = TextButton5
  147. TextButton4.Position = UDim2.new(0.529999971, 0, 0.514999986, 0)
  148. TextButton4.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  149. TextButton4.Font = Enum.Font.Arcade
  150. TextButton4.Text = "Entity Money"
  151. TextButton4.TextColor3 = Color3.new(0, 0, 0)
  152. TextButton4.TextSize = 14
  153. TextButton4.MouseButton1Click:connect(function()
  154.     Remote.Pokemon.Entity:InvokeServer(TextBox1.Text)
  155.     wait(1)
  156.     TextBox1.Text = "Pokemon Name / Player Name"
  157. end)
  158.  
  159. TextButton5.Name = "TextButton5"
  160. TextButton5.Parent = Main
  161. TextButton5.BackgroundColor3 = Color3.new(0, 1, 0)
  162. TextButton5.BorderColor3 = Color3.new(0, 0, 0)
  163. TextButton5.BorderSizePixel = 0
  164. TextButton5.NextSelectionLeft = TextButton4
  165. TextButton5.NextSelectionRight = TextButton6
  166. TextButton5.Position = UDim2.new(0.529999971, 0, 0.61500001, 0)
  167. TextButton5.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  168. TextButton5.Font = Enum.Font.Arcade
  169. TextButton5.Text = "Kill Wild Pokemon"
  170. TextButton5.TextColor3 = Color3.new(0, 0, 0)
  171. TextButton5.TextSize = 14
  172. TextButton5.MouseButton1Click:connect(function()
  173.     for i,v in pairs(game.Players.LocalPlayer.OppPokemon:GetChildren()) do
  174.         v.CurrentHP.Value = 0
  175.         v.Status.Value = "Faint"
  176.     end
  177.     wait(1)
  178.     TextBox1.Text = "Pokemon Name / Player Name"
  179. end)
  180.  
  181. TextButton6.Name = "TextButton6"
  182. TextButton6.Parent = Main
  183. TextButton6.BackgroundColor3 = Color3.new(0, 0, 1)
  184. TextButton6.BorderColor3 = Color3.new(0, 0, 0)
  185. TextButton6.BorderSizePixel = 0
  186. TextButton6.NextSelectionLeft = TextButton5
  187. TextButton6.NextSelectionRight = TextButton7
  188. TextButton6.Position = UDim2.new(0.529999971, 0, 0.714999974, 0)
  189. TextButton6.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  190. TextButton6.Font = Enum.Font.Arcade
  191. TextButton6.Text = "Level Up Pokemon"
  192. TextButton6.TextColor3 = Color3.new(0, 0, 0)
  193. TextButton6.TextSize = 14
  194. TextButton6.MouseButton1Click:connect(function()
  195.     local Level = Player.PokemonParty[TextBox1.Text].Lvl
  196.     local Need = (99 - Level.Value)
  197.     for i = 1, Need do
  198.         Remote.Pokemon.BluePill:InvokeServer(Player.PokemonParty[TextBox1.Text])
  199.     end
  200.     print(TextBox1.Text .. " is now level 99.")
  201.     wait(1)
  202.     TextBox1.Text = "Pokemon Name / Player Name"
  203. end)
  204.  
  205. TextButton7.Name = "TextButton7"
  206. TextButton7.Parent = Main
  207. TextButton7.BackgroundColor3 = Color3.new(1, 0, 0)
  208. TextButton7.BorderColor3 = Color3.new(0, 0, 0)
  209. TextButton7.BorderSizePixel = 0
  210. TextButton7.NextSelectionLeft = TextButton6
  211. TextButton7.NextSelectionRight = TextButton8
  212. TextButton7.Position = UDim2.new(0.529999971, 0, 0.814999998, 0)
  213. TextButton7.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  214. TextButton7.Font = Enum.Font.Arcade
  215. TextButton7.Text = "Reset Pokemon To Level 5"
  216. TextButton7.TextColor3 = Color3.new(0, 0, 0)
  217. TextButton7.TextSize = 14
  218. TextButton7.MouseButton1Click:connect(function()
  219.     Remote.Pokemon.ResetLevel:InvokeServer(Player.PokemonParty[TextBox1.Text])
  220.     print(TextBox1.Text .. "'s level is now 5.")
  221.     wait(1)
  222.     TextBox1.Text = "Pokemon Name / Player Name"
  223. end)
  224.  
  225. TextButton8.Name = "TextButton8"
  226. TextButton8.Parent = Main
  227. TextButton8.BackgroundColor3 = Color3.new(0, 1, 0)
  228. TextButton8.BorderColor3 = Color3.new(0, 0, 0)
  229. TextButton8.BorderSizePixel = 0
  230. TextButton8.NextSelectionLeft = TextButton7
  231. TextButton8.NextSelectionRight = Title
  232. TextButton8.Position = UDim2.new(0.529999971, 0, 0.915000021, 0)
  233. TextButton8.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  234. TextButton8.Font = Enum.Font.Arcade
  235. TextButton8.Text = "Teleport To Player"
  236. TextButton8.TextColor3 = Color3.new(0, 0, 0)
  237. TextButton8.TextSize = 14
  238. TextButton8.MouseButton1Click:connect(function()
  239.     Player.Character.HumanoidRootPart.CFrame = workspace[TextBox1.Text].Torso.CFrame
  240.     wait(1)
  241.     TextBox1.Text = "Pokemon Name / Player Name"
  242. end)
  243.  
  244. Title.Name = "Title"
  245. Title.Parent = Main
  246. Title.BackgroundColor3 = Color3.new(1, 1, 0)
  247. Title.BorderColor3 = Color3.new(0, 0, 0)
  248. Title.BorderSizePixel = 0
  249. Title.NextSelectionLeft = TextButton8
  250. Title.Selectable = true
  251. Title.Size = UDim2.new(1, 0, 0.100000001, 0)
  252. Title.Font = Enum.Font.Arcade
  253. Title.Text = "Project Pokemon System"
  254. Title.TextColor3 = Color3.new(0, 0, 0)
  255. Title.TextSize = 14
  256.  
  257. Hunch.Name = "Hunch"
  258. Hunch.Parent = Main
  259. Hunch.BackgroundColor3 = Color3.new(1, 1, 1)
  260. Hunch.BorderColor3 = Color3.new(0, 0, 0)
  261. Hunch.BorderSizePixel = 0
  262. Hunch.NextSelectionRight = TextBox1
  263. Hunch.Position = UDim2.new(0.529999971, 0, 0.115000002, 0)
  264. Hunch.Selectable = true
  265. Hunch.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  266. Hunch.Font = Enum.Font.Arcade
  267. Hunch.Text = "Loading Hunch Location"
  268. Hunch.TextColor3 = Color3.new(0, 0, 0)
  269. Hunch.TextSize = 14
  270.  
  271. TextButton9.Name = "TextButton9"
  272. TextButton9.Parent = Main
  273. TextButton9.BackgroundColor3 = Color3.new(1, 1, 1)
  274. TextButton9.BorderColor3 = Color3.new(0, 0, 0)
  275. TextButton9.BorderSizePixel = 0
  276. TextButton9.Position = UDim2.new(0.0199999996, 0, 0.910000026, 0)
  277. TextButton9.Size = UDim2.new(0.150000006, 0, 0.075000003, 0)
  278. TextButton9.Font = Enum.Font.Arcade
  279. TextButton9.Text = "Info"
  280. TextButton9.TextColor3 = Color3.new(0, 0, 0)
  281. TextButton9.TextSize = 14
  282. TextButton9.MouseButton1Click:connect(function()
  283.     Main.Visible = false
  284.     Info.Visible = true
  285. end)
  286.  
  287. Description.Name = "Description"
  288. Description.Parent = Main
  289. Description.BackgroundColor3 = Color3.new(1, 1, 1)
  290. Description.BorderColor3 = Color3.new(0, 0, 0)
  291. Description.BorderSizePixel = 0
  292. Description.Position = UDim2.new(0.0199999996, 0, 0.200000003, 0)
  293. Description.Size = UDim2.new(0.449999988, 0, 0.699999988, 0)
  294. Description.Font = Enum.Font.Arcade
  295. Description.Text = "-To use Add Money, input a Number in the top left textbox.\n-To use Change Horseman Time, input a Number in the top left textbox.\n-To use Copy Wild Pokemon, input the wild Pokemon's name in the left top textbox.\n-To use Entity Money, input the Entity's skin color in the left top textbox. You don't need to fight the Entity.\n-To use Kill Wild Pokemon, just click the button.\n-To use Level Up Pokemon, input the Pokemon's name in the top left textbox. After finished, go to Saffron City and battle Iso until your pokemon level up.\n-To use Reset Pokemon To Level 5, input the Pokemon's name in the top left textbox.\n-To use Teleport To Player, input the Player's name in the top left textbox."
  296. Description.TextColor3 = Color3.new(0, 0, 0)
  297. Description.TextScaled = true
  298. Description.TextSize = 14
  299. Description.TextWrapped = true
  300.  
  301. Close.Name = "Close"
  302. Close.Parent = Main
  303. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  304. Close.BackgroundTransparency = 1
  305. Close.BorderColor3 = Color3.new(0, 0, 0)
  306. Close.BorderSizePixel = 0
  307. Close.Position = UDim2.new(0.949999988, 0, 0, 0)
  308. Close.Size = UDim2.new(0.0500000007, 0, 0.0500000007, 0)
  309. Close.Font = Enum.Font.Arcade
  310. Close.Text = "X"
  311. Close.TextColor3 = Color3.new(0, 0, 0)
  312. Close.TextSize = 14
  313. Close.MouseButton1Click:connect(function()
  314.     Main.Visible = false
  315. end)
  316.  
  317. Info.Name = "Info"
  318. Info.Parent = ProjectPokemonSystem
  319. Info.BackgroundColor3 = Color3.new(1, 1, 1)
  320. Info.BackgroundTransparency = 0.25
  321. Info.BorderColor3 = Color3.new(0, 0, 0)
  322. Info.Position = UDim2.new(0.150000006, 0, 0.125, 0)
  323. Info.Size = UDim2.new(0.699999988, 0, 0.75, 0)
  324. Info.Visible = false
  325.  
  326. TextButton9_2.Name = "TextButton9"
  327. TextButton9_2.Parent = Info
  328. TextButton9_2.BackgroundColor3 = Color3.new(1, 1, 1)
  329. TextButton9_2.BorderColor3 = Color3.new(0, 0, 0)
  330. TextButton9_2.BorderSizePixel = 0
  331. TextButton9_2.Position = UDim2.new(0.0199999996, 0, 0.910000026, 0)
  332. TextButton9_2.Size = UDim2.new(0.150000006, 0, 0.075000003, 0)
  333. TextButton9_2.Font = Enum.Font.Arcade
  334. TextButton9_2.Text = "Back"
  335. TextButton9_2.TextColor3 = Color3.new(0, 0, 0)
  336. TextButton9_2.TextSize = 14
  337. Close.MouseButton1Click:connect(function()
  338.     Info.Visible = false
  339.     Main.Visible = true
  340. end)
  341.  
  342. Title_2.Name = "Title"
  343. Title_2.Parent = Info
  344. Title_2.BackgroundColor3 = Color3.new(1, 1, 0)
  345. Title_2.BorderColor3 = Color3.new(0, 0, 0)
  346. Title_2.BorderSizePixel = 0
  347. Title_2.Selectable = true
  348. Title_2.Size = UDim2.new(1, 0, 0.100000001, 0)
  349. Title_2.Font = Enum.Font.Arcade
  350. Title_2.Text = "Project Pokemon System Info"
  351. Title_2.TextColor3 = Color3.new(0, 0, 0)
  352. Title_2.TextSize = 14
  353.  
  354. Info_2.Name = "Info"
  355. Info_2.Parent = Info
  356. Info_2.BackgroundColor3 = Color3.new(1, 1, 1)
  357. Info_2.BorderColor3 = Color3.new(0, 0, 0)
  358. Info_2.BorderSizePixel = 0
  359. Info_2.Position = UDim2.new(0.0199999996, 0, 0.115000002, 0)
  360. Info_2.Size = UDim2.new(0.959999979, 0, 0.774999976, 0)
  361. Info_2.Font = Enum.Font.Arcade
  362. Info_2.Text = "Project Pokemon System Info is an exploit Gui made by iWhoodenii.\nThis Gui is made for Project Pokemon.\nWith this Gui, you don't have to go through all that Level 6 and Level 7 scripting.\nThis is a easy and simple Gui."
  363. Info_2.TextColor3 = Color3.new(0, 0, 0)
  364. Info_2.TextScaled = true
  365. Info_2.TextSize = 14
  366. Info_2.TextWrapped = true
  367.  
  368. Close_2.Name = "Close"
  369. Close_2.Parent = Info
  370. Close_2.BackgroundColor3 = Color3.new(1, 1, 1)
  371. Close_2.BackgroundTransparency = 1
  372. Close_2.BorderColor3 = Color3.new(0, 0, 0)
  373. Close_2.BorderSizePixel = 0
  374. Close_2.Position = UDim2.new(0.949999988, 0, 0, 0)
  375. Close_2.Size = UDim2.new(0.0500000007, 0, 0.0500000007, 0)
  376. Close_2.Font = Enum.Font.Arcade
  377. Close_2.Text = "X"
  378. Close_2.TextColor3 = Color3.new(0, 0, 0)
  379. Close_2.TextSize = 14
  380. Close.MouseButton1Click:connect(function()
  381.     Info.Visible = false
  382. end)
  383.  
  384. Erm.Name = "Erm"
  385. Erm.Parent = ProjectPokemonSystem
  386. Erm.BackgroundColor3 = Color3.new(1, 1, 1)
  387. Erm.BorderColor3 = Color3.new(0, 0, 0)
  388. Erm.Position = UDim2.new(0.00999999978, 0, 0.939999998, 0)
  389. Erm.Size = UDim2.new(0.100000001, 0, 0.0500000007, 0)
  390. Erm.Font = Enum.Font.Arcade
  391. Erm.Text = "Open PP"
  392. Erm.TextColor3 = Color3.new(0, 0, 0)
  393. Erm.TextSize = 14
  394. Erm.TextWrapped = true
  395. Erm.MouseButton1Click:connect(function()
  396.     local Vis = false
  397.     if Vis == false then
  398.         Main.Visible = true
  399.         Info.Visible = false
  400.         Vis = true
  401.     elseif Vis == true then
  402.         Main.Visible = false
  403.         Main.Visible = false
  404.         Vis = false
  405.     end
  406. end)
  407.  
  408. -- Scripts
  409.  
  410. local Spawn = game.ReplicatedStorage.RarePokemonSpawn
  411.  
  412. Spawn.Changed:connect(function()
  413.     Hunch.Text = "Hunch is located at: " .. Spawn.Value
  414. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement