Bacon Lite
Bacon Lite
  • 75
  • 16 652
how to make a Pet sim X game I Studio lite I 2024
wait tomorrow im lazy fine it was tomorrow here is the gui script local CoinsLabel = script.Parent
local function onCoinsChanged(newValue)
CoinsLabel.Text = "Coins: " .. tostring(newValue) -- Change "Coins" to whatever you want your currency to be called
end
local player = game.Players.LocalPlayer
local leaderstats = player:WaitForChild("leaderstats")
local Coins = leaderstats:WaitForChild("Coins")
onCoinsChanged(Coins.Value)
Coins.Changed:Connect(function(newValue)
onCoinsChanged(newValue)
end)
Btw the leader stats and the coin touch is a pre made script
มุมมอง: 199

วีดีโอ

How to make a soccer goal system I Studio lite I 2024
มุมมอง 8914 ชั่วโมงที่ผ่านมา
Here is the local script local Goal = game.ReplicatedStorage:WaitForChild("Goal") local function SetPoints(points) script.Parent.Text = points[1].." - "..points[2] end Goal.OnClientEvent:Connect(function(points) SetPoints(points) end) Server script service script local Goal = game.ReplicatedStorage:WaitForChild("Goal") local Team1 = game.Workspace:WaitForChild("Team1") local Team2 = game.Worksp...
How to make a loading bar screen in studio lite
มุมมอง 10516 ชั่วโมงที่ผ่านมา
Script in comments
How to make a Open/Close Frame I Studio lite I 2024
มุมมอง 4521 ชั่วโมงที่ผ่านมา
Script here local SGui = script.Parent local Frame = SGui:WaitForChild("Frame") local Button = SGui:WaitForChild("TextButton") Button.MouseButton1Up:Connect(function() Frame.Visible = not Frame.Visible end) made by Dash Lite
How to scale GUIs on all device I Studio lite I 2024
มุมมอง 17414 วันที่ผ่านมา
How to scale GUIs on all device I Studio lite I 2024
14 New UGC Working "2024"
มุมมอง 6114 วันที่ผ่านมา
14 New UGC Working "2024"
How to make a click simulator Part 2 I Studio Lite I 2024
มุมมอง 13214 วันที่ผ่านมา
Here is the code game.Players.PlayerAdded:Connect(function(player) local leaderstats = Instance.new("Folder") leaderstats.Name = "leaderstats" leaderstats.Parent = player local Clicks = Instance.new("IntValue") Clicks.Name = "Clicks" Clicks.Value = 0 Clicks.Parent = leaderstats end)
How to change gravity I Studio Lite I 2024
มุมมอง 10114 วันที่ผ่านมา
How to change gravity I Studio Lite I 2024
How to make a Click Simulator Part 1I Studio Lite I 2024
มุมมอง 14214 วันที่ผ่านมา
Here is the leader stats script: game.Players.PlayerAdded:Connect(function(player) local leaderstats = Instance.new("Folder") leaderstats.Name = "leaderstats" leaderstats.Parent = player local Clicks = Instance.new("IntValue") Clicks.Name = "Clicks" Clicks.Value = 0 Clicks.Parent = leaderstats end) local script: script.Parent.MouseButton1Click:Connect(function() local player = game.Players.Loca...
How to Make a Hideing Spot I Studio lite I 2024
มุมมอง 37714 วันที่ผ่านมา
Here is the script local prompt = script.Parent local function toggleVisibility(character, isHidden) for _, part in pairs(character:GetChildren()) do if part:IsA("MeshPart") or part:IsA("Accessory") then local handle = part:IsA("Accessory") and part:FindFirstChild("Handle") or part handle.Transparency = isHidden and 1 or 0 if part.Name "Head" and part:FindFirstChildWhichIsA("Decal") then part:F...
How to make a ANIMATED Open Close Frame I Studio lite (2024)
มุมมอง 22314 วันที่ผ่านมา
Here is the script btw put it in screen GUI SCRIPT 👇 local openbutton = script.Parent.OpenButton local closebutton = script.Parent.Frame.CloseButton local frame = script.Parent.Frame local animationduration = 0.5 openbutton.MouseButton1Click:Connect(function() openbutton.Visible = false frame.Visible = true frame.Size = UDim2.new(0, 0, 0, 0) frame:TweenSize(UDim2.new(0.39, 0, 0.61, 0), Enum.Eas...
How to make a proximityPrompt Teleport door 🛠️ I Stuido lite
มุมมอง 11821 วันที่ผ่านมา
Here is the script local ProximityPrompt = script.Parent ProximityPrompt.Triggered:Connect(function(Player) wait(2) Here you can change the amount of time the system waits until you teleport to the other part after clicking E. Player.Character.HumanoidRootPart.Position = game.workspace.Beachpad.Position Depending what your exit part is called, Change the "Entry2" to whatever your part is called...
⚠️NEW BLADE BALL CODES⚠️ How to do codes in blade ball😱😱
มุมมอง 6028 วันที่ผ่านมา
⚠️NEW BLADE BALL CODES⚠️ How to do codes in blade ball😱😱
⚠️NEW ALL WORKING CODES⚠️ HOW TO DO ALL WORKING CODES IN BLOXFRUITS
มุมมอง 444หลายเดือนก่อน
⚠️NEW ALL WORKING CODES⚠️ HOW TO DO ALL WORKING CODES IN BLOXFRUITS
How to make body follow camera in stuido lite
มุมมอง 150หลายเดือนก่อน
How to make body follow camera in stuido lite
How to make a health bar in stuido lite
มุมมอง 120หลายเดือนก่อน
How to make a health bar in stuido lite
How to make a player joined notifications on stuido lite
มุมมอง 242หลายเดือนก่อน
How to make a player joined notifications on stuido lite
How to disable the leave button on stuido lite roblox
มุมมอง 280หลายเดือนก่อน
How to disable the leave button on stuido lite roblox
How to make a over head name tag tutorial stuido lite
มุมมอง 123หลายเดือนก่อน
How to make a over head name tag tutorial stuido lite
The classic song trailer
มุมมอง 105หลายเดือนก่อน
The classic song trailer
How to add blood effects in ur stuido lite game
มุมมอง 154หลายเดือนก่อน
How to add blood effects in ur stuido lite game
100 subs special: how to make a proximityPrompt door on stuido lite
มุมมอง 121หลายเดือนก่อน
100 subs special: how to make a proximityPrompt door on stuido lite
If roblox fixed there modretion part 1
มุมมอง 181หลายเดือนก่อน
If roblox fixed there modretion part 1
How to disable the reset button on stuido lite
มุมมอง 91หลายเดือนก่อน
How to disable the reset button on stuido lite
How to make a invite Ur friends gui in stuido lite
มุมมอง 103หลายเดือนก่อน
How to make a invite Ur friends gui in stuido lite
How to add ur Roblox profile GUI in stuido lite
มุมมอง 119หลายเดือนก่อน
How to add ur Roblox profile GUI in stuido lite
How to make a health gui on stuido lite
มุมมอง 107หลายเดือนก่อน
How to make a health gui on stuido lite
#roblox #stuido how to make a dash abilty Roblox stuido lite
มุมมอง 842 หลายเดือนก่อน
#roblox #stuido how to make a dash abilty Roblox stuido lite
How to make a rng game in stuido lite
มุมมอง 3392 หลายเดือนก่อน
How to make a rng game in stuido lite
[READ DESC] How to get admin commands in ur own game [ROBLOX TUTORIAL]
มุมมอง 1732 หลายเดือนก่อน
[READ DESC] How to get admin commands in ur own game [ROBLOX TUTORIAL]

ความคิดเห็น

  • @BIPPODPLAYREAL
    @BIPPODPLAYREAL 3 วันที่ผ่านมา

    Hey im working on a game and i need someone to help me to scale the button cause only me can see it

  • @Diegardox3000
    @Diegardox3000 4 วันที่ผ่านมา

    very w

    • @RealBaconLite
      @RealBaconLite 4 วันที่ผ่านมา

      @@Diegardox3000 thx

  • @XXGKET45
    @XXGKET45 4 วันที่ผ่านมา

    Here Is the text button: local script: script.Parent.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local Clicks = player:WaitForChild("leaderstats"):WaitForChild("Clicks") Clicks.Value = Clicks.Value + 1 end)

  • @Gojo_playz10
    @Gojo_playz10 4 วันที่ผ่านมา

    Wait how you got studio in mobile

  • @trixi_0829
    @trixi_0829 5 วันที่ผ่านมา

    yay but can u make like cash doors and pets

    • @NotV45U
      @NotV45U 4 วันที่ผ่านมา

      Yo i made a find the ___ tutorial and even the simulator tutorial but u didnt see it lol

    • @NotV45U
      @NotV45U 4 วันที่ผ่านมา

      the cash doors is in the simulator btw

    • @RealBaconLite
      @RealBaconLite 4 วันที่ผ่านมา

      I know how to make cash door lol

  • @YourTrollKing
    @YourTrollKing 5 วันที่ผ่านมา

    What I needed

  • @trixi_0829
    @trixi_0829 5 วันที่ผ่านมา

    ikr they r sooo annoying

  • @trixi_0829
    @trixi_0829 5 วันที่ผ่านมา

    bro when will u upload my tutorial??

  • @TinySkullYT
    @TinySkullYT 5 วันที่ผ่านมา

    Um make it when button click it will make the ball go towards front

  • @RealBaconLite
    @RealBaconLite 6 วันที่ผ่านมา

    guys i lost my other script so here is another one -- LocalScript inside StarterPlayer -> StarterPlayerScripts -- Create the ScreenGui local screenGui = Instance.new("ScreenGui") screenGui.Name = "LoadingScreen" screenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") -- Create a background frame (darkened overlay) local background = Instance.new("Frame") background.Name = "Background" background.Size = UDim2.new(1, 0, 1, 0) background.Position = UDim2.new(0, 0, 0, 0) background.BackgroundColor3 = Color3.fromRGB(0, 0, 0) background.BackgroundTransparency = 0.6 background.Parent = screenGui -- Create the loading bar background frame local loadingBarBg = Instance.new("Frame") loadingBarBg.Name = "LoadingBarBg" loadingBarBg.Size = UDim2.new(0.5, 0, 0.05, 0) -- 50% width, 5% height loadingBarBg.Position = UDim2.new(0.25, 0, 0.45, 0) loadingBarBg.BackgroundColor3 = Color3.fromRGB(255, 255, 255) loadingBarBg.Parent = background -- Create the actual loading bar local loadingBar = Instance.new("Frame") loadingBar.Name = "LoadingBar" loadingBar.Size = UDim2.new(0, 0, 1, 0) -- starts with width of 0 loadingBar.BackgroundColor3 = Color3.fromRGB(0, 255, 0) -- green color loadingBar.Parent = loadingBarBg -- Function to simulate loading local function simulateLoading() -- Gradually increase the size of the loading bar for i = 0, 100, 1 do wait(0.05) -- wait for a short time loadingBar.Size = UDim2.new(i / 100, 0, 1, 0) -- increase the width based on the percentage end -- After loading is complete, hide the loading screen screenGui:Destroy() -- removes the loading screen from the player's view end -- Call the simulateLoading function simulateLoading()

  • @changingmyytcauseitscringe
    @changingmyytcauseitscringe 6 วันที่ผ่านมา

    Where's script?

    • @RealBaconLite
      @RealBaconLite 6 วันที่ผ่านมา

      I lost script i will put another one

  • @QuensoRobloxStudio
    @QuensoRobloxStudio 6 วันที่ผ่านมา

    bro you took my comment thank you sooo much

    • @RealBaconLite
      @RealBaconLite 6 วันที่ผ่านมา

      @@QuensoRobloxStudio yw dude :D

  • @MiguelMaior.oficial
    @MiguelMaior.oficial 7 วันที่ผ่านมา

    Want free robux?

  • @Silverkylle
    @Silverkylle 7 วันที่ผ่านมา

    Yo thanks!

    • @RealBaconLite
      @RealBaconLite 7 วันที่ผ่านมา

      @@Silverkylle yw

  • @Pelow_XD
    @Pelow_XD 8 วันที่ผ่านมา

    Bro the trick you show to scale it scales on tablets bro I'm in tablet and I have in my friend in phone it don't scale

    • @RealBaconLite
      @RealBaconLite 8 วันที่ผ่านมา

      @@Pelow_XD it only works on open close frames

  • @Raiden-g2y
    @Raiden-g2y 9 วันที่ผ่านมา

    Last words from this kid hey mister why is your candy bag made of metal (It’s a gun)

  • @shannondemeyer2987
    @shannondemeyer2987 9 วันที่ผ่านมา

    Hi

  • @RealBaconLite
    @RealBaconLite 9 วันที่ผ่านมา

    lasts words i can kill the weakest dummy hehe

  • @Silverkylle
    @Silverkylle 10 วันที่ผ่านมา

    Hi

    • @RealBaconLite
      @RealBaconLite 10 วันที่ผ่านมา

      @@Silverkylle hi

  • @RealBaconLite
    @RealBaconLite 10 วันที่ผ่านมา

    IF U GUYS DON’T UNDERSTAND STAND IF U LOOK AT GOKU POSE IT LOOKS LIKE THE PLAYER POSE

  • @RBLXLiteTutorials
    @RBLXLiteTutorials 11 วันที่ผ่านมา

    BRUH THEY LITERALLY COPIED ADOPT ME

  • @quoeee
    @quoeee 11 วันที่ผ่านมา

    this song is ass

  • @QuadrioFamily-pd2wr
    @QuadrioFamily-pd2wr 12 วันที่ผ่านมา

    I met U in game

    • @RealBaconLite
      @RealBaconLite 11 วันที่ผ่านมา

      yea i know lol

  • @QuadrioFamily-pd2wr
    @QuadrioFamily-pd2wr 12 วันที่ผ่านมา

    Hi

  • @neonbhai7218
    @neonbhai7218 13 วันที่ผ่านมา

    Yeah this works but I can only my tag I cannot see others and other can’t see mine

  • @AlexDuzStuff
    @AlexDuzStuff 13 วันที่ผ่านมา

    Yo can you make a tutorial on how to make a slap battles game next time

    • @NotV45U
      @NotV45U 12 วันที่ผ่านมา

      Should i make it?

    • @AlexDuzStuff
      @AlexDuzStuff 12 วันที่ผ่านมา

      Sure!

    • @NotV45U
      @NotV45U 11 วันที่ผ่านมา

      @@AlexDuzStuff aight posting in like sometime

  • @Notbloxxy69
    @Notbloxxy69 13 วันที่ผ่านมา

    Thanks! I needed this for my mega mini games game

    • @RealBaconLite
      @RealBaconLite 13 วันที่ผ่านมา

      @Notbloxxy69 yw

  • @StudioLiteTutorial
    @StudioLiteTutorial 13 วันที่ผ่านมา

    Yo bro could you make an tutorial how to make an saitama abilty [Button Version]? If You Accept This Tutorial I’ll Be Happy! Thanks!

  • @trixi_0829
    @trixi_0829 13 วันที่ผ่านมา

    my tuto when???

  • @choopnoobsofficial
    @choopnoobsofficial 14 วันที่ผ่านมา

    How to create pls donate game in studio lite pls

  • @TinySkullYT
    @TinySkullYT 15 วันที่ผ่านมา

    But it doesn't give a click value when you fully make the game I don't know why

  • @abirary59
    @abirary59 15 วันที่ผ่านมา

    ey the red screen should be removed can i remake this?

  • @trixi_0829
    @trixi_0829 16 วันที่ผ่านมา

    Pls tuto on a cash grab game like pet simulator x

    • @RealBaconLite
      @RealBaconLite 16 วันที่ผ่านมา

      @@trixi_0829 Ok wait