Advertisement
Scriptorz5

blobsim

Nov 10th, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.97 KB | None | 0 0
  1. local BLOBSimulatorGUI = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Body = Instance.new("Frame")
  4. local UnlockBtn = Instance.new("TextButton")
  5. local Cut = Instance.new("Frame")
  6. local TPApplesBtn = Instance.new("TextButton")
  7. local TPPlayerBtn = Instance.new("TextButton")
  8. local AutoFarmFrm = Instance.new("TextButton")
  9. local AFFrame = Instance.new("Frame")
  10. local AFON = Instance.new("TextButton")
  11. local AFOFF = Instance.new("TextButton")
  12. local Normal = Instance.new("TextLabel")
  13. local GetAllBtn = Instance.new("TextButton")
  14. local InfAppBtn = Instance.new("TextButton")
  15. local InfCBtn = Instance.new("TextButton")
  16. local AutoRebFrm = Instance.new("TextButton")
  17. local AFFrame_2 = Instance.new("Frame")
  18. local ARON = Instance.new("TextButton")
  19. local AROFF = Instance.new("TextButton")
  20. local Fuck = Instance.new("TextLabel")
  21. local CloseBtn = Instance.new("TextButton")
  22. local MinBtn = Instance.new("TextButton")
  23. local Credits = Instance.new("TextLabel")
  24. local TitleText = Instance.new("TextLabel")
  25. local OPENFrm = Instance.new("Frame")
  26. local OPENBtn = Instance.new("TextButton")
  27.  
  28. BLOBSimulatorGUI.Name = "BLOBSimulatorGUI"
  29. BLOBSimulatorGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  30.  
  31. Main.Name = "Main"
  32. Main.Parent = BLOBSimulatorGUI
  33. Main.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  34. Main.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  35. Main.BorderSizePixel = 2
  36. Main.Position = UDim2.new(0.108241081, 0, 0.204933584, 0)
  37. Main.Size = UDim2.new(0, 504, 0, 252)
  38. Main.Draggable = true
  39.  
  40. Body.Name = "Body"
  41. Body.Parent = Main
  42. Body.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  43. Body.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  44. Body.BorderSizePixel = 2
  45. Body.Position = UDim2.new(0, 0, 0.126984134, 0)
  46. Body.Size = UDim2.new(0, 504, 0, 220)
  47.  
  48. UnlockBtn.Name = "UnlockBtn"
  49. UnlockBtn.Parent = Body
  50. UnlockBtn.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  51. UnlockBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  52. UnlockBtn.BorderSizePixel = 2
  53. UnlockBtn.Position = UDim2.new(0.0130000003, 0, 0.104000002, 1)
  54. UnlockBtn.Size = UDim2.new(0, 235, 0, 31)
  55. UnlockBtn.Font = Enum.Font.SciFi
  56. UnlockBtn.Text = "UNLOCK ALL ZONES"
  57. UnlockBtn.TextColor3 = Color3.new(1, 1, 1)
  58. UnlockBtn.TextSize = 14
  59.  
  60. Cut.Name = "Cut"
  61. Cut.Parent = Body
  62. Cut.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  63. Cut.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  64. Cut.Position = UDim2.new(0.49000001, 0, 0, 0)
  65. Cut.Size = UDim2.new(0, 1, 0, 220)
  66. Cut.ZIndex = 2
  67.  
  68. TPApplesBtn.Name = "TPApplesBtn"
  69. TPApplesBtn.Parent = Body
  70. TPApplesBtn.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  71. TPApplesBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  72. TPApplesBtn.BorderSizePixel = 2
  73. TPApplesBtn.Position = UDim2.new(0.0130000003, 0, 0.289000005, 1)
  74. TPApplesBtn.Size = UDim2.new(0, 235, 0, 31)
  75. TPApplesBtn.Font = Enum.Font.SciFi
  76. TPApplesBtn.Text = "TP APPLES (LAGGY)"
  77. TPApplesBtn.TextColor3 = Color3.new(1, 1, 1)
  78. TPApplesBtn.TextSize = 14
  79.  
  80. TPPlayerBtn.Name = "TPPlayerBtn"
  81. TPPlayerBtn.Parent = Body
  82. TPPlayerBtn.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  83. TPPlayerBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  84. TPPlayerBtn.BorderSizePixel = 2
  85. TPPlayerBtn.Position = UDim2.new(0.0130000003, 0, 0.477999985, 1)
  86. TPPlayerBtn.Size = UDim2.new(0, 235, 0, 31)
  87. TPPlayerBtn.Font = Enum.Font.SciFi
  88. TPPlayerBtn.Text = "GOTO APPLES"
  89. TPPlayerBtn.TextColor3 = Color3.new(1, 1, 1)
  90. TPPlayerBtn.TextSize = 14
  91.  
  92. AutoFarmFrm.Name = "AutoFarmFrm"
  93. AutoFarmFrm.Parent = Body
  94. AutoFarmFrm.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  95. AutoFarmFrm.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  96. AutoFarmFrm.BorderSizePixel = 2
  97. AutoFarmFrm.Position = UDim2.new(0.0129330335, 0, 0.670425653, -1)
  98. AutoFarmFrm.Size = UDim2.new(0, 235, 0, 31)
  99. AutoFarmFrm.ZIndex = 2
  100. AutoFarmFrm.AutoButtonColor = false
  101. AutoFarmFrm.Font = Enum.Font.SciFi
  102. AutoFarmFrm.Text = "AUTOFARM"
  103. AutoFarmFrm.TextColor3 = Color3.new(1, 1, 1)
  104. AutoFarmFrm.TextSize = 14
  105.  
  106. AFFrame.Name = "AFFrame"
  107. AFFrame.Parent = AutoFarmFrm
  108. AFFrame.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  109. AFFrame.BorderColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  110. AFFrame.BorderSizePixel = 2
  111. AFFrame.Position = UDim2.new(0, 0, 1, 0)
  112. AFFrame.Size = UDim2.new(0, 235, 0, 36)
  113.  
  114. local CON = Color3.new(0.027451, 0.027451, 0.027451)
  115. local COFF = Color3.new(0.0705882, 0.0705882, 0.0705882)
  116.  
  117. AFON.Name = "AFON"
  118. AFON.Parent = AFFrame
  119. AFON.BackgroundColor3 = COFF
  120. AFON.BorderColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  121. AFON.BorderSizePixel = 2
  122. AFON.Position = UDim2.new(0.00600000005, 2, 0.150000006, 0)
  123. AFON.Size = UDim2.new(0, 116, 0, 28)
  124. AFON.Font = Enum.Font.SciFi
  125. AFON.Text = "ON"
  126. AFON.TextColor3 = Color3.new(1, 1, 1)
  127. AFON.TextSize = 14
  128.  
  129. AFOFF.Name = "AFOFF"
  130. AFOFF.Parent = AFFrame
  131. AFOFF.BackgroundColor3 = CON
  132. AFOFF.BorderColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  133. AFOFF.BorderSizePixel = 2
  134. AFOFF.Position = UDim2.new(0.518000007, 0, 0.150000006, 0)
  135. AFOFF.Size = UDim2.new(0, 109, 0, 28)
  136. AFOFF.Modal = true
  137. AFOFF.Font = Enum.Font.SciFi
  138. AFOFF.Text = "OFF"
  139. AFOFF.TextColor3 = Color3.new(1, 1, 1)
  140. AFOFF.TextSize = 14
  141.  
  142. Normal.Name = "Normal"
  143. Normal.Parent = Body
  144. Normal.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  145. Normal.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  146. Normal.BorderSizePixel = 2
  147. Normal.Position = UDim2.new(-0.0039682542, 2, -0.0136363637, 3)
  148. Normal.Size = UDim2.new(0, 247, 0, 16)
  149. Normal.Font = Enum.Font.SciFi
  150. Normal.Text = "NORMAL THINGS"
  151. Normal.TextColor3 = Color3.new(1, 1, 1)
  152. Normal.TextSize = 14
  153.  
  154. GetAllBtn.Name = "GetAllBtn"
  155. GetAllBtn.Parent = Body
  156. GetAllBtn.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  157. GetAllBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  158. GetAllBtn.BorderSizePixel = 2
  159. GetAllBtn.Position = UDim2.new(0.505063474, 0, 0.104000024, 1)
  160. GetAllBtn.Size = UDim2.new(0, 243, 0, 31)
  161. GetAllBtn.Font = Enum.Font.SciFi
  162. GetAllBtn.Text = "GET ALL ITEMS & PETS"
  163. GetAllBtn.TextColor3 = Color3.new(1, 1, 1)
  164. GetAllBtn.TextSize = 14
  165.  
  166. InfAppBtn.Name = "InfAppBtn"
  167. InfAppBtn.Parent = Body
  168. InfAppBtn.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  169. InfAppBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  170. InfAppBtn.BorderSizePixel = 2
  171. InfAppBtn.Position = UDim2.new(0.505063474, 0, 0.289999992, 1)
  172. InfAppBtn.Size = UDim2.new(0, 243, 0, 31)
  173. InfAppBtn.Font = Enum.Font.SciFi
  174. InfAppBtn.Text = "INFINITE APPLES"
  175. InfAppBtn.TextColor3 = Color3.new(1, 1, 1)
  176. InfAppBtn.TextSize = 14
  177.  
  178. InfCBtn.Name = "InfCBtn"
  179. InfCBtn.Parent = Body
  180. InfCBtn.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  181. InfCBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  182. InfCBtn.BorderSizePixel = 2
  183. InfCBtn.Position = UDim2.new(0.505063474, 0, 0.476363629, 1)
  184. InfCBtn.Size = UDim2.new(0, 243, 0, 31)
  185. InfCBtn.Font = Enum.Font.SciFi
  186. InfCBtn.Text = "INFINITE COINS"
  187. InfCBtn.TextColor3 = Color3.new(1, 1, 1)
  188. InfCBtn.TextSize = 14
  189.  
  190. AutoRebFrm.Name = "AutoRebFrm"
  191. AutoRebFrm.Parent = Body
  192. AutoRebFrm.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  193. AutoRebFrm.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  194. AutoRebFrm.BorderSizePixel = 2
  195. AutoRebFrm.Position = UDim2.new(0.504996538, 0, 0.670425713, -1)
  196. AutoRebFrm.Size = UDim2.new(0, 243, 0, 31)
  197. AutoRebFrm.ZIndex = 2
  198. AutoRebFrm.AutoButtonColor = false
  199. AutoRebFrm.Font = Enum.Font.SciFi
  200. AutoRebFrm.Text = "AUTOREBIRTH(You'll lose coins & tools)"
  201. AutoRebFrm.TextColor3 = Color3.new(1, 1, 1)
  202. AutoRebFrm.TextSize = 14
  203. AutoRebFrm.TextWrapped = true
  204.  
  205. AFFrame_2.Name = "AFFrame"
  206. AFFrame_2.Parent = AutoRebFrm
  207. AFFrame_2.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  208. AFFrame_2.BorderColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  209. AFFrame_2.BorderSizePixel = 2
  210. AFFrame_2.Position = UDim2.new(0, 0, 1, 0)
  211. AFFrame_2.Size = UDim2.new(0, 243, 0, 36)
  212.  
  213. ARON.Name = "ARON"
  214. ARON.Parent = AFFrame_2
  215. ARON.BackgroundColor3 = COFF
  216. ARON.BorderColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  217. ARON.BorderSizePixel = 2
  218. ARON.Position = UDim2.new(0.0140000004, 0, 0.150000006, 0)
  219. ARON.Size = UDim2.new(0, 116, 0, 28)
  220. ARON.Font = Enum.Font.SciFi
  221. ARON.Text = "ON"
  222. ARON.TextColor3 = Color3.new(1, 1, 1)
  223. ARON.TextSize = 14
  224.  
  225. AROFF.Name = "AROFF"
  226. AROFF.Parent = AFFrame_2
  227. AROFF.BackgroundColor3 = CON
  228. AROFF.BorderColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  229. AROFF.BorderSizePixel = 2
  230. AROFF.Position = UDim2.new(0.49000001, 2, 0.150000006, 0)
  231. AROFF.Size = UDim2.new(0, 118, 0, 28)
  232. AROFF.Modal = true
  233. AROFF.Font = Enum.Font.SciFi
  234. AROFF.Text = "OFF"
  235. AROFF.TextColor3 = Color3.new(1, 1, 1)
  236. AROFF.TextSize = 14
  237.  
  238. Fuck.Name = "Fuck"
  239. Fuck.Parent = Body
  240. Fuck.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  241. Fuck.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  242. Fuck.BorderSizePixel = 2
  243. Fuck.Position = UDim2.new(0.48801592, 2, -0.0139249936, 3)
  244. Fuck.Size = UDim2.new(0, 256, 0, 16)
  245. Fuck.Font = Enum.Font.SciFi
  246. Fuck.Text = "FUCK ALL THINGS"
  247. Fuck.TextColor3 = Color3.new(1, 1, 1)
  248. Fuck.TextSize = 14
  249.  
  250. CloseBtn.Name = "CloseBtn"
  251. CloseBtn.Parent = Main
  252. CloseBtn.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  253. CloseBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  254. CloseBtn.BorderSizePixel = 0
  255. CloseBtn.Position = UDim2.new(0.936015904, 0, -0.0039682542, 1)
  256. CloseBtn.Size = UDim2.new(0, 32, 0, 30)
  257. CloseBtn.Font = Enum.Font.SciFi
  258. CloseBtn.Text = "X"
  259. CloseBtn.TextColor3 = Color3.new(1, 1, 1)
  260. CloseBtn.TextSize = 14
  261.  
  262. MinBtn.Name = "MinBtn"
  263. MinBtn.Parent = Main
  264. MinBtn.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  265. MinBtn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  266. MinBtn.BorderSizePixel = 0
  267. MinBtn.Position = UDim2.new(0.872126997, 0, -0.0039682542, 1)
  268. MinBtn.Size = UDim2.new(0, 32, 0, 30)
  269. MinBtn.Font = Enum.Font.SciFi
  270. MinBtn.Text = "_"
  271. MinBtn.TextColor3 = Color3.new(1, 1, 1)
  272. MinBtn.TextSize = 14
  273. MinBtn.TextWrapped = true
  274.  
  275. Credits.Name = "Credits"
  276. Credits.Parent = Main
  277. Credits.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  278. Credits.BackgroundTransparency = 1
  279. Credits.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  280. Credits.BorderSizePixel = 0
  281. Credits.Position = UDim2.new(0, 0, 1, 0)
  282. Credits.Size = UDim2.new(0, 82, 0, 16)
  283. Credits.Font = Enum.Font.SciFi
  284. Credits.Text = "BY @DANISTY"
  285. Credits.TextColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  286. Credits.TextSize = 14
  287. Credits.TextXAlignment = Enum.TextXAlignment.Left
  288. Credits.TextYAlignment = Enum.TextYAlignment.Bottom
  289.  
  290. TitleText.Name = "TitleText"
  291. TitleText.Parent = Main
  292. TitleText.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  293. TitleText.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  294. TitleText.BorderSizePixel = 0
  295. TitleText.Position = UDim2.new(0.146825403, 0, 0, 0)
  296. TitleText.Size = UDim2.new(0, 356, 0, 30)
  297. TitleText.Font = Enum.Font.SciFi
  298. TitleText.Text = "Blob Simulator GUI"
  299. TitleText.TextColor3 = Color3.new(0.976471, 0.976471, 0.976471)
  300. TitleText.TextSize = 14
  301. TitleText.Draggable = true
  302.  
  303. OPENFrm.Name = "OPENFrm"
  304. OPENFrm.Parent = BLOBSimulatorGUI
  305. OPENFrm.BackgroundColor3 = Color3.new(1, 1, 1)
  306. OPENFrm.Position = UDim2.new(0, 0, 0.833017051, 0)
  307. OPENFrm.Size = UDim2.new(0, 27, 0, 12)
  308. OPENFrm.Visible = false
  309.  
  310. OPENBtn.Name = "OPENBtn"
  311. OPENBtn.Parent = OPENFrm
  312. OPENBtn.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  313. OPENBtn.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  314. OPENBtn.BorderSizePixel = 2
  315. OPENBtn.Position = UDim2.new(0, 0, -0.00159335136, 0)
  316. OPENBtn.Size = UDim2.new(0, 57, 0, 25)
  317. OPENBtn.SizeConstraint = Enum.SizeConstraint.RelativeYY
  318. OPENBtn.Font = Enum.Font.SciFi
  319. OPENBtn.Text = "OPEN"
  320. OPENBtn.TextColor3 = Color3.new(1, 1, 1)
  321. OPENBtn.TextSize = 18
  322. OPENBtn.TextWrapped = true
  323.  
  324. local Far = false
  325. local Reb = false
  326.  
  327. local function Farm()
  328. while wait() do
  329. if Far == false then
  330. break
  331. else
  332. for i,v in pairs(game.Workspace.GameStuff.Blobs:GetChildren())do
  333. if Far == false then
  334. break
  335. end
  336. for i,b in pairs(v:GetChildren())do
  337. if Far == false then
  338. break
  339. end
  340. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-22.92, 2.8, 18.245)
  341. game.Players.LocalPlayer.Character.Humanoid.HipHeight = -2 wait()
  342. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 1
  343. game.ReplicatedStorage.Events.DealDamage:FireServer(b.BlobProperties, 9999999999999999) wait()
  344. end end end end end
  345.  
  346. local function Rebirth()
  347. while wait() do
  348. if Reb == false then
  349. break
  350. else
  351. game.ReplicatedStorage.Events.RebirthPlayer:FireServer() wait()
  352. end end end
  353.  
  354. Main.Active = true
  355. Main.Draggable = true
  356.  
  357. CloseBtn.MouseButton1Click:Connect(function()
  358. Main.Visible = false
  359. end)
  360.  
  361. MinBtn.MouseButton1Click:Connect(function()
  362. Main.Visible = false
  363. OPENFrm.Visible = true
  364. end)
  365.  
  366. OPENBtn.MouseButton1Click:Connect(function()
  367. Main.Visible = true
  368. OPENFrm.Visible = false
  369. end)
  370.  
  371. OPENBtn.MouseButton1Click:Connect(function()
  372. Main.Visible = true
  373. OPENFrm.Visible = false
  374. end)
  375.  
  376. UnlockBtn.MouseButton1Click:Connect(function()
  377. game.Workspace.GameStuff.RealmDoors:Destroy()
  378. game.Workspace.GameStuff.BossDoors:Destroy()
  379. end)
  380.  
  381. TPPlayerBtn.MouseButton1Click:Connect(function()
  382. local path = game.ReplicatedStorage.Apples
  383. for i,v in pairs(path:GetChildren())do
  384. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:GetModelCFrame() wait(.3)
  385. end
  386. end)
  387.  
  388. TPApplesBtn.MouseButton1Click:Connect(function()
  389. local path = game.Workspace.GameStuff.Apples
  390. local CF = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  391. for i,v in pairs(path:GetChildren())do
  392. v:TranslateBy(CF-v:GetModelCFrame().p) wait()
  393. end
  394. end)
  395.  
  396. GetAllBtn.MouseButton1Click:Connect(function()
  397. for i,v in pairs(game.ReplicatedStorage.Shop:GetChildren())do
  398. game.ReplicatedStorage.Events.GiveItem:FireServer(game.ReplicatedStorage.Shop[v.Name])
  399. end
  400. for i,v in pairs(game.ReplicatedStorage.BagShop:GetChildren())do
  401. game.ReplicatedStorage.Events.GiveBag:FireServer(game.ReplicatedStorage.BagShop[v.Name])
  402. end
  403. for i,v in pairs(game.ReplicatedStorage.Pets:GetChildren())do
  404. game.ReplicatedStorage.Events.GivePet:FireServer(game.ReplicatedStorage.Pets[v.Name])
  405. end
  406. end)
  407.  
  408. InfAppBtn.MouseButton1Click:Connect(function()
  409. game.ReplicatedStorage.Events.ChangeApples:FireServer(999999999999999999999999999999999, true)
  410. end)
  411.  
  412. InfCBtn.MouseButton1Click:Connect(function()
  413. game.ReplicatedStorage.Events.ChangeMoney:FireServer(999999999999999999999999999999999, true)
  414. end)
  415.  
  416. AFON.MouseButton1Click:Connect(function()
  417. Far = true
  418. AFON.BackgroundColor3 = CON
  419. AFOFF.BackgroundColor3 = COFF
  420. Farm()
  421. end)
  422.  
  423. AFOFF.MouseButton1Click:Connect(function()
  424. Far = false
  425. AFON.BackgroundColor3 = COFF
  426. AFOFF.BackgroundColor3 = CON
  427. end)
  428.  
  429. ARON.MouseButton1Click:Connect(function()
  430. Reb = true
  431. ARON.BackgroundColor3 = CON
  432. AROFF.BackgroundColor3 = COFF
  433. Rebirth()
  434. end)
  435.  
  436. AROFF.MouseButton1Click:Connect(function()
  437. Reb = false
  438. ARON.BackgroundColor3 = COFF
  439. AROFF.BackgroundColor3 = CON
  440. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement