Scriptus_Infinitus

Roblox Bee swarm simulator teleport gui by xXGokiXX

Apr 14th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.97 KB | None | 0 0
  1. --Made by xXGokyXx
  2.  
  3.  
  4. --Objects
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local MushroomField = Instance.new("TextButton")
  9. local StrawberryField = Instance.new("TextButton")
  10. local CloverField = Instance.new("TextButton")
  11. local PumpkinPatch = Instance.new("TextButton")
  12. local SunflowerField = Instance.new("TextButton")
  13. local BlueFlowerField = Instance.new("TextButton")
  14. local DandelionField = Instance.new("TextButton")
  15. local MadeByxXGokyXx = Instance.new("TextLabel")
  16. local MountainTopField = Instance.new("TextButton")
  17. local BambooField = Instance.new("TextButton")
  18. local SpiderField = Instance.new("TextButton")
  19. local PineapplePatch = Instance.new("TextButton")
  20. local PineTreeForest = Instance.new("TextButton")
  21. local RoseField = Instance.new("TextButton")
  22. local CactusField = Instance.new("TextButton")
  23.  
  24. -- Properties
  25.  
  26. ScreenGui.Parent = game.CoreGui
  27.  
  28. Frame.Parent = ScreenGui
  29. Frame.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0)
  30. Frame.BackgroundTransparency = 0.60000002384186
  31. Frame.Position = UDim2.new(0, 0, 0.699999988, -100)
  32. Frame.Size = UDim2.new(0.300000012, 100, 0.300000012, 100)
  33.  
  34. MushroomField.Name = "MushroomField"
  35. MushroomField.Parent = Frame
  36. MushroomField.BackgroundColor3 = Color3.new(1, 1, 1)
  37. MushroomField.BackgroundTransparency = 0.80000001192093
  38. MushroomField.Size = UDim2.new(0, 100, 0, 40)
  39. MushroomField.Font = Enum.Font.SourceSans
  40. MushroomField.Text = "Mushroom Field"
  41. MushroomField.TextSize = 14
  42.  
  43. StrawberryField.Name = "StrawberryField"
  44. StrawberryField.Parent = Frame
  45. StrawberryField.BackgroundColor3 = Color3.new(1, 1, 1)
  46. StrawberryField.BackgroundTransparency = 0.80000001192093
  47. StrawberryField.Position = UDim2.new(0.5, -50, 0, 0)
  48. StrawberryField.Size = UDim2.new(0, 100, 0, 40)
  49. StrawberryField.Font = Enum.Font.SourceSans
  50. StrawberryField.Text = "Strawberry Field"
  51. StrawberryField.TextSize = 14
  52.  
  53. CloverField.Name = "CloverField"
  54. CloverField.Parent = Frame
  55. CloverField.BackgroundColor3 = Color3.new(1, 1, 1)
  56. CloverField.BackgroundTransparency = 0.80000001192093
  57. CloverField.Position = UDim2.new(1, -100, 0, 0)
  58. CloverField.Size = UDim2.new(0, 100, 0, 40)
  59. CloverField.Font = Enum.Font.SourceSans
  60. CloverField.Text = "Clover Field"
  61. CloverField.TextSize = 14
  62.  
  63. PumpkinPatch.Name = "PumpkinPatch"
  64. PumpkinPatch.Parent = Frame
  65. PumpkinPatch.BackgroundColor3 = Color3.new(1, 1, 1)
  66. PumpkinPatch.BackgroundTransparency = 0.80000001192093
  67. PumpkinPatch.Position = UDim2.new(0.5, -50, 0.5, -20)
  68. PumpkinPatch.Size = UDim2.new(0, 100, 0, 40)
  69. PumpkinPatch.Font = Enum.Font.SourceSans
  70. PumpkinPatch.Text = "Pumpkin Patch"
  71. PumpkinPatch.TextSize = 14
  72.  
  73. SunflowerField.Name = "SunflowerField"
  74. SunflowerField.Parent = Frame
  75. SunflowerField.BackgroundColor3 = Color3.new(1, 1, 1)
  76. SunflowerField.BackgroundTransparency = 0.80000001192093
  77. SunflowerField.Position = UDim2.new(1, -100, 0.5, -20)
  78. SunflowerField.Size = UDim2.new(0, 100, 0, 40)
  79. SunflowerField.Font = Enum.Font.SourceSans
  80. SunflowerField.Text = "Sunflower Field"
  81. SunflowerField.TextSize = 14
  82.  
  83. BlueFlowerField.Name = "BlueFlowerField"
  84. BlueFlowerField.Parent = Frame
  85. BlueFlowerField.BackgroundColor3 = Color3.new(1, 1, 1)
  86. BlueFlowerField.BackgroundTransparency = 0.80000001192093
  87. BlueFlowerField.Position = UDim2.new(0, 0, 1, -40)
  88. BlueFlowerField.Size = UDim2.new(0, 100, 0, 40)
  89. BlueFlowerField.Font = Enum.Font.SourceSans
  90. BlueFlowerField.Text = "Blue Flower Field"
  91. BlueFlowerField.TextSize = 14
  92.  
  93. DandelionField.Name = "DandelionField"
  94. DandelionField.Parent = Frame
  95. DandelionField.BackgroundColor3 = Color3.new(1, 1, 1)
  96. DandelionField.BackgroundTransparency = 0.80000001192093
  97. DandelionField.Position = UDim2.new(0.5, -50, 1, -40)
  98. DandelionField.Size = UDim2.new(0, 100, 0, 40)
  99. DandelionField.Font = Enum.Font.SourceSans
  100. DandelionField.Text = "Dandelion Field"
  101. DandelionField.TextSize = 14
  102.  
  103. MadeByxXGokyXx.Name = "MadeByxXGokyXx"
  104. MadeByxXGokyXx.Parent = Frame
  105. MadeByxXGokyXx.BackgroundColor3 = Color3.new(1, 1, 1)
  106. MadeByxXGokyXx.BackgroundTransparency = 0.80000001192093
  107. MadeByxXGokyXx.Position = UDim2.new(1, -100, 1, -40)
  108. MadeByxXGokyXx.Size = UDim2.new(0, 100, 0, 40)
  109. MadeByxXGokyXx.Font = Enum.Font.ArialBold
  110. MadeByxXGokyXx.Text = "Made by xXGokyXx"
  111. MadeByxXGokyXx.TextScaled = true
  112. MadeByxXGokyXx.TextSize = 14
  113. MadeByxXGokyXx.TextWrapped = true
  114.  
  115. MountainTopField.Name = "MountainTopField"
  116. MountainTopField.Parent = Frame
  117. MountainTopField.BackgroundColor3 = Color3.new(1, 1, 1)
  118. MountainTopField.BackgroundTransparency = 0.80000001192093
  119. MountainTopField.Position = UDim2.new(0, 0, 0.209999993, 0)
  120. MountainTopField.Size = UDim2.new(0, 100, 0, 40)
  121. MountainTopField.Font = Enum.Font.SourceSans
  122. MountainTopField.Text = "Mountain Top Field"
  123. MountainTopField.TextSize = 14
  124.  
  125. BambooField.Name = "BambooField"
  126. BambooField.Parent = Frame
  127. BambooField.BackgroundColor3 = Color3.new(1, 1, 1)
  128. BambooField.BackgroundTransparency = 0.80000001192093
  129. BambooField.Position = UDim2.new(0.5, -50, 0.209999993, 0)
  130. BambooField.Size = UDim2.new(0, 100, 0, 40)
  131. BambooField.Font = Enum.Font.SourceSans
  132. BambooField.Text = "Bamboo Field"
  133. BambooField.TextSize = 14
  134.  
  135. SpiderField.Name = "SpiderField"
  136. SpiderField.Parent = Frame
  137. SpiderField.BackgroundColor3 = Color3.new(1, 1, 1)
  138. SpiderField.BackgroundTransparency = 0.80000001192093
  139. SpiderField.Position = UDim2.new(1, -100, 0.209999993, 0)
  140. SpiderField.Size = UDim2.new(0, 100, 0, 40)
  141. SpiderField.Font = Enum.Font.SourceSans
  142. SpiderField.Text = "Spider Field"
  143. SpiderField.TextSize = 14
  144.  
  145. PineapplePatch.Name = "PineapplePatch"
  146. PineapplePatch.Parent = Frame
  147. PineapplePatch.BackgroundColor3 = Color3.new(1, 1, 1)
  148. PineapplePatch.BackgroundTransparency = 0.80000001192093
  149. PineapplePatch.Position = UDim2.new(0, 0, 0.5, -20)
  150. PineapplePatch.Size = UDim2.new(0, 100, 0, 40)
  151. PineapplePatch.Font = Enum.Font.SourceSans
  152. PineapplePatch.Text = "Pineapple Patch"
  153. PineapplePatch.TextSize = 14
  154.  
  155. PineTreeForest.Name = "PineTreeForest"
  156. PineTreeForest.Parent = Frame
  157. PineTreeForest.BackgroundColor3 = Color3.new(1, 1, 1)
  158. PineTreeForest.BackgroundTransparency = 0.80000001192093
  159. PineTreeForest.Position = UDim2.new(0, 0, 0.709999979, -20)
  160. PineTreeForest.Size = UDim2.new(0, 100, 0, 40)
  161. PineTreeForest.Font = Enum.Font.SourceSans
  162. PineTreeForest.Text = "Pine Tree Forest"
  163. PineTreeForest.TextSize = 14
  164.  
  165. RoseField.Name = "RoseField"
  166. RoseField.Parent = Frame
  167. RoseField.BackgroundColor3 = Color3.new(1, 1, 1)
  168. RoseField.BackgroundTransparency = 0.80000001192093
  169. RoseField.Position = UDim2.new(0.5, -50, 0.709999979, -20)
  170. RoseField.Size = UDim2.new(0, 100, 0, 40)
  171. RoseField.Font = Enum.Font.SourceSans
  172. RoseField.Text = "Rose Field"
  173. RoseField.TextSize = 14
  174.  
  175. CactusField.Name = "CactusField"
  176. CactusField.Parent = Frame
  177. CactusField.BackgroundColor3 = Color3.new(1, 1, 1)
  178. CactusField.BackgroundTransparency = 0.80000001192093
  179. CactusField.Position = UDim2.new(1, -100, 0.709999979, -20)
  180. CactusField.Size = UDim2.new(0, 100, 0, 40)
  181. CactusField.Font = Enum.Font.SourceSans
  182. CactusField.Text = "Cactus Field"
  183. CactusField.TextSize = 14
  184.  
  185. -- Scripts
  186.  
  187. MushroomField.MouseButton1Down:connect(function()
  188. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-89.7,3,111.7)
  189. end)
  190.  
  191. StrawberryField.MouseButton1Down:connect(function()
  192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-178.178,20,-9.8)
  193. end)
  194.  
  195. CloverField.MouseButton1Down:connect(function()
  196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(180.17,33,196.3)
  197. end)
  198.  
  199. PumpkinPatch.MouseButton1Down:connect(function()
  200. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-188.5,67,-183.8)
  201. end)
  202.  
  203. SunflowerField.MouseButton1Down:connect(function()
  204. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-207.426,3,162.8)
  205. end)
  206.  
  207. BlueFlowerField.MouseButton1Down:connect(function()
  208. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(146.8,4,100.5)
  209. end)
  210.  
  211. DandelionField.MouseButton1Down:connect(function()
  212. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-30.35,4,221.5)
  213. end)
  214.  
  215. MountainTopField.MouseButton1Down:connect(function()
  216. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(77.6,175,-188.1)
  217. end)
  218.  
  219. BambooField.MouseButton1Down:connect(function()
  220. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(132.9,20,-25.6)
  221. end)
  222.  
  223. SpiderField.MouseButton1Down:connect(function()
  224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-41.4,20,-13.5)
  225. end)
  226.  
  227. PineapplePatch.MouseButton1Down:connect(function()
  228. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(260.257,70.13,-198.07)
  229. end)
  230.  
  231. PineTreeForest.MouseButton1Down:connect(function()
  232. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-318.125,65.5,-168.12)
  233. end)
  234.  
  235. RoseField.MouseButton1Down:connect(function()
  236. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-322.835,20,129)
  237. end)
  238.  
  239. CactusField.MouseButton1Down:connect(function()
  240. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-188.5,68,-101.5)
  241. end)
Add Comment
Please, Sign In to add comment