I wasn't able to get any new bees today, as gifted bees are just basically upgraded versions of a bee you already had. I joined the fan group dedicated to Bee Swarm Simulator, and I also found out who made the game. It was a guy called, 'Onnet'. He joined about 10 years ago, I wonder why a lot of developers had joined Roblox during it's early days.
Shiny Sea Phoenix Pet MAX LEVEL with a Legendary Hat in Roblox Bubble Gum Simulator!
PREVIOUS EPISODE ► https://www.youtube.com/watch?v=XxAf7YtWypE&list=PL7EHg75PFLEnsgnRSkyFSEMmLLKv8SU7X&index=2
You can help us out by getting Roblox shirts and hoodies from the Brite Army group! ► https://www.roblox.com/groups/group.aspx?gid=3157072
NEW MERCH! ► https://www.hellojuniper.com/terabritegames/store/
► SUBSCRIBE / Join the Brite Army: http://bit.ly/subscribeterabritegames
Play Bubble Gum Simulator Roblox Game: https://goo.gl/DMQjL4
FOLLOW US!
Twitter | http://twitter.com/TeraBriteGames
Facebook | http://Facebook.com/TeraBriteGames
Instagram | http://instagram.com/TeraBrite
Discord | https://discord.gg/TeraBrite
PLAYLISTS:
Roblox - http://bit.ly/letsplayroblox
Roblox MMORPG - http://bit.ly/roblox-mmorpg
Music Videos - http://youtube.com/TeraBrite
Roblox channel - http://www.youtube.com/user/TeraBriteGames
#bubblegumsimulator #terabritegames #roblox
Other Videos By TeraBrite Games
2019-05-04 | Finding the SECRET PET BALL and Discovering the DARKNESS PET! (Roblox Pet Trainer Simulator) |
2019-05-03 | We Got An EXCLUSIVE YouTuber GODLY HOVERBOARD and PET! (Roblox Ghost Simulator) |
2019-05-03 | We unboxed LEGENDARY HATS and LEGENDARY PETS in the LAST AREA! (Roblox Unboxing Simulator) |
2019-05-02 | BUYING MYSELF AS A DANCE TEAM & PETS in Roblox Giant Dance Off Simulator! |
2019-05-01 | THE CREATOR OF PET SIMULATOR JUST RELEASED THIS GAME! (Roblox Build & Survive!) |
2019-05-01 | BUILDING THE BIGGEST SANDCASTLE IN ROBLOX! 🏰 (Roblox Sandcastle Simulator) |
2019-04-30 | He Bought the JEWEL SABER for 15 QUADRILLION COINS! | Roblox Unboxing Simulator |
2019-04-29 | THE DEV GAVE US THE BEST GOLD CITY PETS! 😱 (Roblox Pet Trainer) |
2019-04-29 | SHINY GIANT PEARL SECRET PET AND MEETING MAYRUSHART! | Roblox Bubble Gum Simulator |
2019-04-28 | Reaching the TOP of This Roblox Tower is IMPOSSIBLE! 😡 |
2019-04-28 | Shiny Sea Phoenix Pet MAX LEVEL with a Legendary Hat! | Roblox Bubble Gum Simulator |
2019-04-27 | Becoming GHOST HUNTERS! 👻 (Roblox Ghost Simulator) |
2019-04-27 | CORAL EGG PETS, ATLANTIS HATS & SEA CUBE LEGENDARY PET! | Roblox Bubble Gum Simulator |
2019-04-26 | Unboxing LEGENDARY HATS with the BEST PETS! (Roblox Unboxing Simulator) |
2019-04-25 | Chocolate Bunny Pet MAX LEVEL and MAX ENCHANTED in Roblox Bubble Gum Simulator |
2019-04-24 | I'm a NOOB help me be a PRO! | Roblox Dungeon Quest |
2019-04-23 | WE MADE THE RAREST WILD PET SHINY! | Roblox Pet Trainer Simulator |
2019-04-22 | THE SECRET SHINY EASTER BASKET PET IS SO OVER POWERED! | Roblox Bubble Gum Simulator |
2019-04-21 | EGG HUNT WITH MY NOOB SISTER! 🥚 (Chocolate Chicken Pet Reward) | Roblox Bubble Gum Simulator |
2019-04-21 | FINDING THE CANDY CAVE WILD PET AND EVOLVING GRIM! | Roblox Pet Trainer Simulator |
2019-04-20 | SECRET EASTER BASKET PET TEAM OF 4! | Roblox Bubble Gum Simulator |
Tags:
Roblox Creature Simulator Shiny Legendary Creatures
Roblox Creature Simulator Shiny Legendary Skins
- local MS = Instance.new('ScreenGui')
- local Title = Instance.new('TextLabel')
- local Frame = Instance.new('Frame')
- local Eggs = Instance.new('TextButton')
- local Sell = Instance.new('TextButton')
- local EggName = Instance.new('TextBox')
- local Mini = Instance.new('TextButton')
- --Properties:
- MS.Name = 'MS'
- MainFrame.Parent = MS
- MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- MainFrame.BorderColor3 = Color3.new(1, 1, 1)
- MainFrame.Selectable = true
- MainFrame.Size = UDim2.new(0, 175, 0, 25)
- Title.Name = 'Title'
- Title.BackgroundColor3 = Color3.new(1, 1, 1)
- Title.Position = UDim2.new(0, 15, 0, 0)
- Title.Font = Enum.Font.SourceSans
- Title.TextColor3 = Color3.new(1, 1, 1)
- Close.Parent = MainFrame
- Close.BackgroundTransparency = 1
- Close.Position = UDim2.new(0, 155, 0, 0)
- Close.Font = Enum.Font.SourceSans
- Close.TextColor3 = Color3.new(1, 0, 0)
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BorderColor3 = Color3.new(1, 1, 1)
- Frame.Size = UDim2.new(0, 175, 0, 150)
- Display.Name = 'Display'
- Display.BackgroundColor3 = Color3.new(0, 0, 0)
- Display.BorderColor3 = Color3.new(1, 1, 1)
- Display.Size = UDim2.new(0, 155, 0, 20)
- Display.Text = 'Notifications ON'
- Display.TextSize = 14
- Eggs.Name = 'Eggs'
- Eggs.BackgroundColor3 = Color3.new(0, 0, 0)
- Eggs.BorderColor3 = Color3.new(1, 1, 1)
- Eggs.Size = UDim2.new(0, 155, 0, 20)
- Eggs.Text = 'Open Eggs OFF'
- Eggs.TextSize = 14
- Farm.Name = 'Farm'
- Farm.BackgroundColor3 = Color3.new(0, 0, 0)
- Farm.BorderColor3 = Color3.new(1, 1, 1)
- Farm.Size = UDim2.new(0, 75, 0, 20)
- Farm.Text = 'Coin OFF'
- Farm.TextSize = 14
- Sell.Name = 'Sell'
- Sell.BackgroundColor3 = Color3.new(0, 0, 0)
- Sell.BorderColor3 = Color3.new(1, 1, 1)
- Sell.Size = UDim2.new(0, 75, 0, 20)
- Sell.Text = 'Sell OFF'
- Sell.TextSize = 14
- Shiny.Name = 'Shiny'
- Shiny.BackgroundColor3 = Color3.new(0, 0, 0)
- Shiny.BorderColor3 = Color3.new(1, 1, 1)
- Shiny.Size = UDim2.new(0, 75, 0, 20)
- Shiny.Text = 'Shiny Pet OFF'
- Shiny.TextSize = 14
- EggName.Name = 'EggName'
- EggName.BackgroundColor3 = Color3.new(0, 0, 0)
- EggName.BackgroundTransparency = 0.69999998807907
- EggName.Position = UDim2.new(0, 10, 0, 90)
- EggName.Font = Enum.Font.SourceSans
- EggName.TextColor3 = Color3.new(1, 1, 1)
- Rebirth.Parent = Frame
- Rebirth.BackgroundTransparency = 0.5
- Rebirth.Position = UDim2.new(0, 90, 0, 40)
- Rebirth.Font = Enum.Font.SourceSans
- Rebirth.TextColor3 = Color3.new(1, 0, 0)
- Mini.Parent = MainFrame
- Mini.BackgroundTransparency = 1
- Mini.Size = UDim2.new(0, 20, 0, 20)
- Mini.Text = '_'
- Mini.TextSize = 14
- -- Scripts:
- local r = game:GetService('ReplicatedStorage').Events.MagnetEvents['requestGrab']
- local rs = game:GetService('RunService').RenderStepped
- local Shinys = {'Three-Headed Demon','Mad Demon','Fallen Bird','Demonic Bird','Cat Demon','Golden Dominus','Space Dominus','Flame Dominus','Frost Dominus','Spirit Dominus','Super Bear','Bat Bear','Flashy Bear','Storm Bear','Captain Bear','Cursed Wolf','Angel Wolf','Sanic','Ogre','Nyan Cat','Doge','MLG Bear','Rich Bear','Noob','Fancy Bear','Ice Wolf','Ghost Wolf','Galaxy Wolf','Galaxy Bear','Spirit Bear','Moon Bear','Crystal Fox','Magnetite Wolf','Winged Overseer','Overseer Wolf','Wizard Overseer','Three-Headed Overseer','Overseer Overlord','Praefectus Overseer', 'Lava Wolf', 'Magma Gentleman', 'Three-Headed Magma Wolf', 'Hooded Fire Lord', 'Lord of the Magma'}
- local char = plr.Character.HumanoidRootPart
- local mini = true
- _G.sell = false
- _G.shiny = false
- _G.display = false
- MS:Destroy()
- if mini true then
- Frame.Visible = false
- else
- Frame.Visible = true
- end
- if _G.display true then
- Display.TextColor3 = Color3.new(1, 0, 0)
- screengui.EggHandler.Disabled = false
- screengui.Notifications.Handler.Disabled = false
- else
- Display.TextColor3 = Color3.new(0, 0.666667, 0)
- screengui.EggHandler.Disabled = true
- screengui.FullBackpack.Handler.Disabled = true
- end)
- Shiny.MouseButton1Down:connect(function()
- _G.shiny = false
- Shiny.Text = 'Shiny Pet OFF'
- _G.shiny = true
- Shiny.Text = 'Shiny Pet ON'
- wait(0.1)
- wait()
- game.ReplicatedStorage.ShinyEvents.requestMakeShiny:FireServer(Shinys[i])
- end
- end)
- Farm.MouseButton1Down:connect(function()
- _G.farm = false
- Farm.Text = 'Coin OFF'
- _G.farm = true
- Farm.Text = 'Coin ON'
- for i = 1,10 do
- r:FireServer('1100000', game.ReplicatedStorage.Tools[tool])
- end
- end)
- Sell.MouseButton1Down:connect(function()
- _G.sell = false
- Sell.Text = 'Sell OFF'
- _G.sell = true
- Sell.Text = 'Sell ON'
- game.Workspace.Rings.Sellx2.CanCollide = false
- game.Workspace.Rings.Sellx2.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
- end
- end)
- Eggs.MouseButton1Down:connect(function()
- _G.egg = false
- Eggs.Text = 'Open Eggs OFF'
- _G.egg = true
- Eggs.Text = 'Open Eggs ON'
- wait()
- game:GetService('ReplicatedStorage').PetEvents.requesthatch:FireServer(egg)
- end
- if _G.rebirth true then
- Rebirth.TextColor3 = Color3.new(1, 0, 0)
- else
- Rebirth.TextColor3 = Color3.new(0, 0.666667, 0)
- while _G.rebirth true do
- local rebirths = 1000 --1000,500,250,100,50,25,5,1
- game.ReplicatedStorage.RebirthEvents.requestRebirth:FireServer(rebirths)
- end