Advertisement
Guest User

Untitled

a guest
Jan 11th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.07 KB | None | 0 0
  1.  
  2. MainFrame = Instance.new("Frame")
  3. AutoDig = Instance.new("TextButton")
  4. GotoHive = Instance.new("TextButton")
  5. OtherTeleports = Instance.new("TextButton")
  6. OtherTeleportsFrame = Instance.new("Frame")
  7. credits = Instance.new("TextLabel")
  8. MushroomField = Instance.new("TextButton")
  9. StarwberryField = Instance.new("TextButton")
  10. CloverField = Instance.new("TextButton")
  11. SpiderField = Instance.new("TextButton")
  12. BlueField = Instance.new("TextButton")
  13. SunflowerField = Instance.new("TextButton")
  14. CactusField = Instance.new("TextButton")
  15. RoseField = Instance.new("TextButton")
  16. BambooField = Instance.new("TextButton")
  17. DandelionField = Instance.new("TextButton")
  18. PumpkinField = Instance.new("TextButton")
  19. MountainTopField = Instance.new("TextButton")
  20. PineappleField = Instance.new("TextButton")
  21. MountainTopShop = Instance.new("TextButton")
  22. RoyalJellyShop = Instance.new("TextButton")
  23. BeeShop = Instance.new("TextButton")
  24. BlueClubhouse = Instance.new("TextButton")
  25. RedClubhouse = Instance.new("TextButton")
  26. Fields = Instance.new("TextLabel")
  27. Misc = Instance.new("TextLabel")
  28. Close = Instance.new("TextButton")
  29.  
  30. ScreenGui.Parent = game.CoreGui
  31.  
  32. MainFrame.Name = "MainFrame"
  33. MainFrame.Parent = ScreenGui
  34. MainFrame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  35. MainFrame.BackgroundTransparency = 0.30000001192093
  36. MainFrame.BorderSizePixel = 0
  37. MainFrame.Position = UDim2.new(0.0164092649, 0, 0.836158156, 0)
  38. MainFrame.Size = UDim2.new(0, 336, 0, 71)
  39.  
  40. AutoDig.Name = "AutoDig"
  41. AutoDig.Parent = MainFrame
  42. AutoDig.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  43. AutoDig.BackgroundTransparency = 0.30000001192093
  44. AutoDig.BorderSizePixel = 0
  45. AutoDig.Position = UDim2.new(0.0444444455, 0, 0.140845075, 0)
  46. AutoDig.Size = UDim2.new(0, 91, 0, 50)
  47. AutoDig.Font = Enum.Font.Highway
  48. AutoDig.FontSize = Enum.FontSize.Size28
  49. AutoDig.Text = "Auto Dig"
  50. AutoDig.TextColor3 = Color3.new(0, 0, 0)
  51. AutoDig.TextSize = 25
  52. AutoDig.MouseButton1Down:connect(function()
  53. print('This was made by LuaScripts, thanks!')
  54. while true do
  55. game.Workspace.LocalPlayer.Scooper.ClickEvent:FireServer(99999)
  56. wait(1)
  57. game.Workspace.LocalPlayer.Scooper.ClickEvent:FireServer(99999)
  58. wait(1)
  59. game.Workspace.LocalPlayer.Scooper.ClickEvent:FireServer(99999)
  60. wait(1)
  61. game.Workspace.LocalPlayer.Scooper.ClickEvent:FireServer(99999)
  62. end
  63. end)
  64.  
  65. GotoHive.Name = "GotoHive"
  66. GotoHive.Parent = MainFrame
  67. GotoHive.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  68. GotoHive.BackgroundTransparency = 0.30000001192093
  69. GotoHive.BorderSizePixel = 0
  70. GotoHive.Position = UDim2.new(0.364236802, 0, 0.140845075, 0)
  71. GotoHive.Size = UDim2.new(0, 91, 0, 50)
  72. GotoHive.Font = Enum.Font.Highway
  73. GotoHive.FontSize = Enum.FontSize.Size24
  74. GotoHive.Text = "Goto Hive"
  75. GotoHive.TextColor3 = Color3.new(0, 0, 0)
  76. GotoHive.TextSize = 20
  77. GotoHive.MouseButton1Down:connect(function()
  78. local player = game:GetService("Players").LocalPlayer
  79. player.Character:MoveTo(player.SpawnPos.Value.p)
  80. print('Teleported to your own hive')
  81. end)
  82.  
  83. OtherTeleports.Name = "OtherTeleports"
  84. OtherTeleports.Parent = MainFrame
  85. OtherTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
  86. OtherTeleports.BackgroundTransparency = 0.30000001192093
  87. OtherTeleports.BorderSizePixel = 0
  88. OtherTeleports.Position = UDim2.new(0.693558753, 0, 0.140845075, 0)
  89. OtherTeleports.Size = UDim2.new(0, 91, 0, 50)
  90. OtherTeleports.Font = Enum.Font.Highway
  91. OtherTeleports.FontSize = Enum.FontSize.Size24
  92. OtherTeleports.Text = "Other Teleports"
  93. OtherTeleports.TextColor3 = Color3.new(1, 1, 1)
  94. OtherTeleports.TextScaled = true
  95. OtherTeleports.TextSize = 20
  96. OtherTeleports.TextWrapped = true
  97. OtherTeleports.MouseButton1Down:connect(function()
  98. OtherTeleportsFrame.Visible = true
  99. end)
  100.  
  101. OtherTeleportsFrame.Name = "OtherTeleportsFrame"
  102. OtherTeleportsFrame.Parent = ScreenGui
  103. OtherTeleportsFrame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  104. OtherTeleportsFrame.BackgroundTransparency = 0.30000001192093
  105. OtherTeleportsFrame.BorderSizePixel = 0
  106. OtherTeleportsFrame.Position = UDim2.new(0.0164092481, 0, 0.387947232, 0)
  107. OtherTeleportsFrame.Size = UDim2.new(0, 405, 0, 217)
  108. OtherTeleportsFrame.Visible = false
  109. OtherTeleportsFrame.Active = true
  110. OtherTeleportsFrame.Draggable = true
  111.  
  112. credits.Name = "credits"
  113. credits.Parent = OtherTeleportsFrame
  114. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  115. credits.BackgroundTransparency = 1
  116. credits.Position = UDim2.new(0.555467367, 0, -0.069124423, 0)
  117. credits.Size = UDim2.new(0, 200, 0, 50)
  118. credits.Font = Enum.Font.SourceSans
  119. credits.FontSize = Enum.FontSize.Size14
  120. credits.Text = "GUI by LiamGlitchesYT @ v3rm"
  121. credits.TextColor3 = Color3.new(1, 1, 1)
  122. credits.TextSize = 14
  123. credits.TextWrapped = true
  124.  
  125. MushroomField.Name = "MushroomField"
  126. MushroomField.Parent = OtherTeleportsFrame
  127. MushroomField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  128. MushroomField.BackgroundTransparency = 0.30000001192093
  129. MushroomField.BorderSizePixel = 0
  130. MushroomField.Position = UDim2.new(0.0188051164, 0, 0.253456205, 0)
  131. MushroomField.Size = UDim2.new(0, 91, 0, 27)
  132. MushroomField.Font = Enum.Font.Highway
  133. MushroomField.FontSize = Enum.FontSize.Size28
  134. MushroomField.Text = "Mushroom Field"
  135. MushroomField.TextColor3 = Color3.new(0, 0, 0)
  136. MushroomField.TextScaled = true
  137. MushroomField.TextSize = 25
  138. MushroomField.TextWrapped = true
  139. MushroomField.MouseButton1Down:connect(function()
  140. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-89.7,3,111.7)
  141. end)
  142.  
  143. StarwberryField.Name = "StarwberryField"
  144. StarwberryField.Parent = OtherTeleportsFrame
  145. StarwberryField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  146. StarwberryField.BackgroundTransparency = 0.30000001192093
  147. StarwberryField.BorderSizePixel = 0
  148. StarwberryField.Position = UDim2.new(0.0188051164, 0, 0.405529946, 0)
  149. StarwberryField.Size = UDim2.new(0, 91, 0, 27)
  150. StarwberryField.Font = Enum.Font.Highway
  151. StarwberryField.FontSize = Enum.FontSize.Size28
  152. StarwberryField.Text = "Strawberry Field"
  153. StarwberryField.TextColor3 = Color3.new(0, 0, 0)
  154. StarwberryField.TextScaled = true
  155. StarwberryField.TextSize = 25
  156. StarwberryField.TextWrapped = true
  157. StarwberryField.MouseButton1Down:connect(function()
  158. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-178.178,20,-9.8)
  159. end)
  160.  
  161. CloverField.Name = "CloverField"
  162. CloverField.Parent = OtherTeleportsFrame
  163. CloverField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  164. CloverField.BackgroundTransparency = 0.30000001192093
  165. CloverField.BorderSizePixel = 0
  166. CloverField.Position = UDim2.new(0.0188051164, 0, 0.557603717, 0)
  167. CloverField.Size = UDim2.new(0, 91, 0, 27)
  168. CloverField.Font = Enum.Font.Highway
  169. CloverField.FontSize = Enum.FontSize.Size28
  170. CloverField.Text = "Clover Field"
  171. CloverField.TextColor3 = Color3.new(0, 0, 0)
  172. CloverField.TextScaled = true
  173. CloverField.TextSize = 25
  174. CloverField.TextWrapped = true
  175. CloverField.MouseButton1Down:connect(function()
  176. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(180.17,33,196.3)
  177. end)
  178.  
  179. SpiderField.Name = "SpiderField"
  180. SpiderField.Parent = OtherTeleportsFrame
  181. SpiderField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  182. SpiderField.BackgroundTransparency = 0.30000001192093
  183. SpiderField.BorderSizePixel = 0
  184. SpiderField.Position = UDim2.new(0.0188051164, 0, 0.718894005, 0)
  185. SpiderField.Size = UDim2.new(0, 91, 0, 27)
  186. SpiderField.Font = Enum.Font.Highway
  187. SpiderField.FontSize = Enum.FontSize.Size28
  188. SpiderField.Text = "Spider Field"
  189. SpiderField.TextColor3 = Color3.new(0, 0, 0)
  190. SpiderField.TextScaled = true
  191. SpiderField.TextSize = 25
  192. SpiderField.TextWrapped = true
  193. SpiderField.MouseButton1Down:connect(function()
  194. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-41.4,20,-13.5)
  195. end)
  196.  
  197. BlueField.Name = "BlueField"
  198. BlueField.Parent = OtherTeleportsFrame
  199. BlueField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  200. BlueField.BackgroundTransparency = 0.30000001192093
  201. BlueField.BorderSizePixel = 0
  202. BlueField.Position = UDim2.new(0.0188051164, 0, 0.870967746, 0)
  203. BlueField.Size = UDim2.new(0, 91, 0, 27)
  204. BlueField.Font = Enum.Font.Highway
  205. BlueField.FontSize = Enum.FontSize.Size28
  206. BlueField.Text = "Blue Field"
  207. BlueField.TextColor3 = Color3.new(0, 0, 0)
  208. BlueField.TextScaled = true
  209. BlueField.TextSize = 25
  210. BlueField.TextWrapped = true
  211. BlueField.MouseButton1Down:connect(function()
  212. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(146.8,4,100.5)
  213. end)
  214.  
  215. SunflowerField.Name = "SunflowerField"
  216. SunflowerField.Parent = OtherTeleportsFrame
  217. SunflowerField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  218. SunflowerField.BackgroundTransparency = 0.30000001192093
  219. SunflowerField.BorderSizePixel = 0
  220. SunflowerField.Position = UDim2.new(0.276984155, 0, 0.248847917, 0)
  221. SunflowerField.Size = UDim2.new(0, 91, 0, 27)
  222. SunflowerField.Font = Enum.Font.Highway
  223. SunflowerField.FontSize = Enum.FontSize.Size28
  224. SunflowerField.Text = "Sunflower Field"
  225. SunflowerField.TextColor3 = Color3.new(0, 0, 0)
  226. SunflowerField.TextScaled = true
  227. SunflowerField.TextSize = 25
  228. SunflowerField.TextWrapped = true
  229. SunflowerField.MouseButton1Down:connect(function()
  230. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-207.426,3,162.8)
  231. end)
  232.  
  233. CactusField.Name = "CactusField"
  234. CactusField.Parent = OtherTeleportsFrame
  235. CactusField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  236. CactusField.BackgroundTransparency = 0.30000001192093
  237. CactusField.BorderSizePixel = 0
  238. CactusField.Position = UDim2.new(0.276984155, 0, 0.866359413, 0)
  239. CactusField.Size = UDim2.new(0, 91, 0, 27)
  240. CactusField.Font = Enum.Font.Highway
  241. CactusField.FontSize = Enum.FontSize.Size28
  242. CactusField.Text = "Cactus Field"
  243. CactusField.TextColor3 = Color3.new(0, 0, 0)
  244. CactusField.TextScaled = true
  245. CactusField.TextSize = 25
  246. CactusField.TextWrapped = true
  247. CactusField.MouseButton1Down:connect(function()
  248. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-188.5,68,-101.5)
  249. end)
  250.  
  251. RoseField.Name = "RoseField"
  252. RoseField.Parent = OtherTeleportsFrame
  253. RoseField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  254. RoseField.BackgroundTransparency = 0.30000001192093
  255. RoseField.BorderSizePixel = 0
  256. RoseField.Position = UDim2.new(0.276984155, 0, 0.714285672, 0)
  257. RoseField.Size = UDim2.new(0, 91, 0, 27)
  258. RoseField.Font = Enum.Font.Highway
  259. RoseField.FontSize = Enum.FontSize.Size28
  260. RoseField.Text = "Rose Field"
  261. RoseField.TextColor3 = Color3.new(0, 0, 0)
  262. RoseField.TextScaled = true
  263. RoseField.TextSize = 25
  264. RoseField.TextWrapped = true
  265. RoseField.MouseButton1Down:connect(function()
  266. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-322.835,20,129)
  267. end)
  268.  
  269. BambooField.Name = "BambooField"
  270. BambooField.Parent = OtherTeleportsFrame
  271. BambooField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  272. BambooField.BackgroundTransparency = 0.30000001192093
  273. BambooField.BorderSizePixel = 0
  274. BambooField.Position = UDim2.new(0.276984155, 0, 0.552995384, 0)
  275. BambooField.Size = UDim2.new(0, 91, 0, 27)
  276. BambooField.Font = Enum.Font.Highway
  277. BambooField.FontSize = Enum.FontSize.Size28
  278. BambooField.Text = "Bamboo Field"
  279. BambooField.TextColor3 = Color3.new(0, 0, 0)
  280. BambooField.TextScaled = true
  281. BambooField.TextSize = 25
  282. BambooField.TextWrapped = true
  283. BambooField.MouseButton1Down:connect(function()
  284. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(132.9,20,-25.6)
  285. end)
  286.  
  287. DandelionField.Name = "DandelionField"
  288. DandelionField.Parent = OtherTeleportsFrame
  289. DandelionField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  290. DandelionField.BackgroundTransparency = 0.30000001192093
  291. DandelionField.BorderSizePixel = 0
  292. DandelionField.Position = UDim2.new(0.276984155, 0, 0.400921673, 0)
  293. DandelionField.Size = UDim2.new(0, 91, 0, 27)
  294. DandelionField.Font = Enum.Font.Highway
  295. DandelionField.FontSize = Enum.FontSize.Size28
  296. DandelionField.Text = "Dandelion Field"
  297. DandelionField.TextColor3 = Color3.new(0, 0, 0)
  298. DandelionField.TextScaled = true
  299. DandelionField.TextSize = 25
  300. DandelionField.TextWrapped = true
  301. DandelionField.MouseButton1Down:connect(function()
  302. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-30.35,4,221.5)
  303. end)
  304.  
  305. PumpkinField.Name = "PumpkinField"
  306. PumpkinField.Parent = OtherTeleportsFrame
  307. PumpkinField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  308. PumpkinField.BackgroundTransparency = 0.30000001192093
  309. PumpkinField.BorderSizePixel = 0
  310. PumpkinField.Position = UDim2.new(0.527513266, 0, 0.248847917, 0)
  311. PumpkinField.Size = UDim2.new(0, 91, 0, 27)
  312. PumpkinField.Font = Enum.Font.Highway
  313. PumpkinField.FontSize = Enum.FontSize.Size28
  314. PumpkinField.Text = "Pumpkin Field"
  315. PumpkinField.TextColor3 = Color3.new(0, 0, 0)
  316. PumpkinField.TextScaled = true
  317. PumpkinField.TextSize = 25
  318. PumpkinField.TextWrapped = true
  319. PumpkinField.MouseButton1Down:connect(function()
  320. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-188.5,67,-183.8)
  321. end)
  322.  
  323. MountainTopField.Name = "MountainTopField"
  324. MountainTopField.Parent = OtherTeleportsFrame
  325. MountainTopField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  326. MountainTopField.BackgroundTransparency = 0.30000001192093
  327. MountainTopField.BorderSizePixel = 0
  328. MountainTopField.Position = UDim2.new(0.527513266, 0, 0.400921643, 0)
  329. MountainTopField.Size = UDim2.new(0, 91, 0, 27)
  330. MountainTopField.Font = Enum.Font.Highway
  331. MountainTopField.FontSize = Enum.FontSize.Size28
  332. MountainTopField.Text = "Mountain Top Field"
  333. MountainTopField.TextColor3 = Color3.new(0, 0, 0)
  334. MountainTopField.TextScaled = true
  335. MountainTopField.TextSize = 25
  336. MountainTopField.TextWrapped = true
  337. MountainTopField.MouseButton1Down:connect(function()
  338. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(77.6,175,-188.1)
  339. end)
  340.  
  341. PineappleField.Name = "PineappleField"
  342. PineappleField.Parent = OtherTeleportsFrame
  343. PineappleField.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  344. PineappleField.BackgroundTransparency = 0.30000001192093
  345. PineappleField.BorderSizePixel = 0
  346. PineappleField.Position = UDim2.new(0.527513266, 0, 0.557603717, 0)
  347. PineappleField.Size = UDim2.new(0, 91, 0, 27)
  348. PineappleField.Font = Enum.Font.Highway
  349. PineappleField.FontSize = Enum.FontSize.Size28
  350. PineappleField.Text = "Pineapple Field"
  351. PineappleField.TextColor3 = Color3.new(0, 0, 0)
  352. PineappleField.TextScaled = true
  353. PineappleField.TextSize = 25
  354. PineappleField.TextWrapped = true
  355. PineappleField.MouseButton1Down:connect(function()
  356. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(260.257,70.13,-198.07)
  357. end)
  358.  
  359.  
  360. MountainTopShop.Name = "MountainTopShop"
  361. MountainTopShop.Parent = OtherTeleportsFrame
  362. MountainTopShop.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  363. MountainTopShop.BackgroundTransparency = 0.30000001192093
  364. MountainTopShop.BorderSizePixel = 0
  365. MountainTopShop.Position = UDim2.new(0.775749564, 0, 0.244239628, 0)
  366. MountainTopShop.Size = UDim2.new(0, 91, 0, 27)
  367. MountainTopShop.Font = Enum.Font.Highway
  368. MountainTopShop.FontSize = Enum.FontSize.Size28
  369. MountainTopShop.Text = "Mountain Top Shop"
  370. MountainTopShop.TextColor3 = Color3.new(0, 0, 0)
  371. MountainTopShop.TextScaled = true
  372. MountainTopShop.TextSize = 25
  373. MountainTopShop.TextWrapped = true
  374. MountainTopShop.MouseButton1Down:connect(function()
  375. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-40, 176, -191.7)
  376. end)
  377.  
  378. RoyalJellyShop.Name = "RoyalJellyShop"
  379. RoyalJellyShop.Parent = OtherTeleportsFrame
  380. RoyalJellyShop.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  381. RoyalJellyShop.BackgroundTransparency = 0.30000001192093
  382. RoyalJellyShop.BorderSizePixel = 0
  383. RoyalJellyShop.Position = UDim2.new(0.775749564, 0, 0.396313369, 0)
  384. RoyalJellyShop.Size = UDim2.new(0, 91, 0, 27)
  385. RoyalJellyShop.Font = Enum.Font.Highway
  386. RoyalJellyShop.FontSize = Enum.FontSize.Size28
  387. RoyalJellyShop.Text = "Royal Jelly Shop"
  388. RoyalJellyShop.TextColor3 = Color3.new(0, 0, 0)
  389. RoyalJellyShop.TextScaled = true
  390. RoyalJellyShop.TextSize = 25
  391. RoyalJellyShop.TextWrapped = true
  392. RoyalJellyShop.MouseButton1Down:connect(function()
  393. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-297, 53, 68)
  394. end)
  395.  
  396. BeeShop.Name = "BeeShop"
  397. BeeShop.Parent = OtherTeleportsFrame
  398. BeeShop.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  399. BeeShop.BackgroundTransparency = 0.30000001192093
  400. BeeShop.BorderSizePixel = 0
  401. BeeShop.Position = UDim2.new(0.775749564, 0, 0.54838711, 0)
  402. BeeShop.Size = UDim2.new(0, 91, 0, 27)
  403. BeeShop.Font = Enum.Font.Highway
  404. BeeShop.FontSize = Enum.FontSize.Size28
  405. BeeShop.Text = "Bee Shop"
  406. BeeShop.TextColor3 = Color3.new(0, 0, 0)
  407. BeeShop.TextScaled = true
  408. BeeShop.TextSize = 25
  409. BeeShop.TextWrapped = true
  410. BeeShop.MouseButton1Down:connect(function()
  411. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-136.8, 4.6, 243.4)
  412. end)
  413.  
  414. BlueClubhouse.Name = "BlueClubhouse"
  415. BlueClubhouse.Parent = OtherTeleportsFrame
  416. BlueClubhouse.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  417. BlueClubhouse.BackgroundTransparency = 0.30000001192093
  418. BlueClubhouse.BorderSizePixel = 0
  419. BlueClubhouse.Position = UDim2.new(0.775749564, 0, 0.709677398, 0)
  420. BlueClubhouse.Size = UDim2.new(0, 91, 0, 27)
  421. BlueClubhouse.Font = Enum.Font.Highway
  422. BlueClubhouse.FontSize = Enum.FontSize.Size28
  423. BlueClubhouse.Text = "Blue Clubhouse"
  424. BlueClubhouse.TextColor3 = Color3.new(0, 0, 0)
  425. BlueClubhouse.TextScaled = true
  426. BlueClubhouse.TextSize = 25
  427. BlueClubhouse.TextWrapped = true
  428. BlueClubhouse.MouseButton1Down:connect(function()
  429. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(292, 4, 98)
  430. end)
  431.  
  432. RedClubhouse.Name = "RedClubhouse"
  433. RedClubhouse.Parent = OtherTeleportsFrame
  434. RedClubhouse.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  435. RedClubhouse.BackgroundTransparency = 0.30000001192093
  436. RedClubhouse.BorderSizePixel = 0
  437. RedClubhouse.Position = UDim2.new(0.775749564, 0, 0.861751139, 0)
  438. RedClubhouse.Size = UDim2.new(0, 91, 0, 27)
  439. RedClubhouse.Font = Enum.Font.Highway
  440. RedClubhouse.FontSize = Enum.FontSize.Size28
  441. RedClubhouse.Text = "Red Clubhouse"
  442. RedClubhouse.TextColor3 = Color3.new(0, 0, 0)
  443. RedClubhouse.TextScaled = true
  444. RedClubhouse.TextSize = 25
  445. RedClubhouse.TextWrapped = true
  446. RedClubhouse.MouseButton1Down:connect(function()
  447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-334, 21, 216)
  448. end)
  449.  
  450.  
  451. Fields.Name = "Fields"
  452. Fields.Parent = OtherTeleportsFrame
  453. Fields.BackgroundColor3 = Color3.new(1, 1, 1)
  454. Fields.BackgroundTransparency = 1
  455. Fields.Position = UDim2.new(0, 0, 0.161290318, 0)
  456. Fields.Size = UDim2.new(0, 249, 0, 10)
  457. Fields.FontSize = Enum.FontSize.Size24
  458. Fields.Text = "Fields"
  459. Fields.TextColor3 = Color3.new(1, 1, 1)
  460. Fields.TextSize = 20
  461. Fields.TextWrapped = true
  462.  
  463. Misc.Name = "Misc"
  464. Misc.Parent = OtherTeleportsFrame
  465. Misc.BackgroundColor3 = Color3.new(1, 1, 1)
  466. Misc.BackgroundTransparency = 1
  467. Misc.Position = UDim2.new(0.580246925, 0, 0.161290318, 0)
  468. Misc.Size = UDim2.new(0, 249, 0, 10)
  469. Misc.FontSize = Enum.FontSize.Size24
  470. Misc.Text = "Misc"
  471. Misc.TextColor3 = Color3.new(1, 1, 1)
  472. Misc.TextSize = 20
  473. Misc.TextWrapped = true
  474.  
  475. Close.Name = "Close"
  476. Close.Parent = OtherTeleportsFrame
  477. Close.BackgroundColor3 = Color3.new(0.941177, 0, 0)
  478. Close.BackgroundTransparency = 0.30000001192093
  479. Close.BorderSizePixel = 0
  480. Close.Size = UDim2.new(0, 33, 0, 26)
  481. Close.Font = Enum.Font.SourceSans
  482. Close.FontSize = Enum.FontSize.Size32
  483. Close.Text = "X"
  484. Close.TextColor3 = Color3.new(1, 1, 1)
  485. Close.TextSize = 30
  486. Close.MouseButton1Down:connect(function()
  487. OtherTeleportsFrame.Visible = false
  488. end)
  489.  
  490. game:GetService("StarterGui"):SetCore("SendNotification",{
  491. Title = "Bee Swarm Simulator GUI",
  492. Text = "The GUI has loaded!\n\nMade by LiamGlitchesYT @ v3rm",
  493. Duration = 4,
  494. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement