Sushi is the main item in the game and a core mechanic that moves you forward. While cooking sushi, you gain cooking XP which will eventually up your Cooking Level. As you level up, you will unlock new recipes for sushi. At Level 40, you gain the ability to cook at the Orange Counter in the dining room. At level 75, you can use the lavender counter, again in the dining room. Boba® is a Roblox cafe groupspecializing in Boba tea (otherwise known as bubble tea). The main game is the Boba Cafe V2. The group holds over 300,000 users. The group is currently owned by Flezent, and is a popular group in the roleplay community. 1 Ranks 1.1 Customer 1.2 Trainee 1.3 Noted Customer 1.4 Business Partner 1.5 Cashier 1.6 Junior Barista 1.7 Barista 1.8 Senior Barista 1.9 Staff. Thanks For Wathing! Don't forget to like & subscribe for more! Script: https://pastebin.com/iFGt7fSa.
- local LevisTitanSimulatorGUiv2 = Instance.new('ScreenGui')
- local ImageLabel = Instance.new('ImageLabel')
- local BringPlayersButton = Instance.new('TextButton')
- local SpamPunchButton = Instance.new('TextButton')
- local BringOrbsButton = Instance.new('TextButton')
- local GlossEffect = Instance.new('ImageLabel')
- LevisTitanSimulatorGUiv2.Name = 'LevisTitanSimulatorGUiv2'
- LevisTitanSimulatorGUiv2.Parent = game.Players.LocalPlayer.PlayerGui
- TextLabel.Parent = LevisTitanSimulatorGUiv2
- TextLabel.BackgroundColor3 = Color3.new(0, 1, 1)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.5, -150, 0.5, -50)
- TextLabel.Font = Enum.Font.Arial
- TextLabel.Text = 'Titan Simulator GUI v2'
- TextLabel.TextSize = 18
- ImageLabel.Parent = TextLabel
- ImageLabel.Size = UDim2.new(1, 0, 0.5, 0)
- ImageLabel.Image = 'rbxasset://textures/BWGradient.png'
- MainFrame.Parent = TextLabel
- MainFrame.BackgroundTransparency = 0.30000001192093
- MainFrame.Position = UDim2.new(0, 0, 0, 20)
- BringPlayersButton.Parent = MainFrame
- BringPlayersButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- BringPlayersButton.BackgroundTransparency = 0.60000002384186
- BringPlayersButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- BringPlayersButton.FontSize = Enum.FontSize.Size14
- BringPlayersButton.Text = 'Bring bodies to you (kill for Power)'
- BringPlayersButton.TextColor3 = Color3.new(1, 1, 1)
- SpamPunchButton.Parent = MainFrame
- SpamPunchButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- SpamPunchButton.BackgroundTransparency = 0.60000002384186
- SpamPunchButton.Position = UDim2.new(0, 0, 0.330000013, 0)
- SpamPunchButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- SpamPunchButton.FontSize = Enum.FontSize.Size14
- SpamPunchButton.TextColor3 = Color3.new(1, 1, 1)
- BringOrbsButton.Parent = MainFrame
- BringOrbsButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- BringOrbsButton.BackgroundTransparency = 0.60000002384186
- BringOrbsButton.Position = UDim2.new(0, 0, 0.660000026, 0)
- BringOrbsButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- BringOrbsButton.FontSize = Enum.FontSize.Size14
- BringOrbsButton.Text = 'Bring Orbs to you (by xFunnieuss Fixed by fixed by bat - exploits)'
- BringOrbsButton.TextSize = 14
- CloseButton.Name = 'CloseButton'
- CloseButton.BackgroundColor3 = Color3.new(1, 0, 0)
- CloseButton.BorderSizePixel = 0
- CloseButton.Size = UDim2.new(0, 20, 0, 20)
- CloseButton.FontSize = Enum.FontSize.Size18
- CloseButton.TextColor3 = Color3.new(1, 1, 1)
- GlossEffect.Parent = CloseButton
- GlossEffect.Size = UDim2.new(1, 0, 0.5, 0)
- GlossEffect.Image = 'rbxasset://textures/BWGradient.png'
- LevisTitanSimulatorGUiv2:remove()
- SpamPunchButton.MouseButton1Down:connect(function()
- local Punch = game.Players.LocalPlayer.Backpack.Punch
- Punch.Parent = game.Players.LocalPlayer.Character
- game.Players.LocalPlayer.Character.Punch:Activate()
- game.Players.LocalPlayer.Character.Punch:Activate()
- local PunchTwo = game.Players.LocalPlayer.Character.Punch
- PunchTwo.Parent = game.Players.LocalPlayer.Backpack
- end)
- BringPlayersButton.MouseButton1Down:connect(function()
- local children = model:GetChildren()
- if children[i] ~= nil then
- children[i].Character.UpperTorso.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- game.Players.LocalPlayer.Character.UpperTorso.Anchored = false
- game.Players.LocalPlayer.Character.UpperTorso.CFrame = children[i].Character.UpperTorso.CFrame
- end
- BringOrbsButton.MouseButton1Down:connect(function()
- for i,v in pairs(game.Workspace:GetChildren()) do
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end)