Variables - Roblox Beginners Scripting Tutorial #4 (2024)

Sdílet
Vložit
  • čas přidán 6. 08. 2024
  • DISCORD 📜
    Join my Discord Community if you want scripting help, participate in events/challenges, and make friends!
    / discord
    MEMBERSHIPS 🎁
    Get Access To My Scripts + More Perks By Becoming a Channel Member! 👇
    / @brawldevrblx
    BEGINNER ROBLOX SCRIPTING SERIES 🟢
    • Roblox Beginners Scrip...
    ROBLOX GUI TUTORIAL SERIES 🎨
    • Roblox GUI Tutorial Gu...
    ADVANCED ROBLOX SCRIPTING SERIES 🔴
    • Roblox Advanced Script...
    TWITTER / X 🐦
    / brawlbattlerblx
    In this NEW 2024 Guide to Roblox Scripting for Beginner Developers, I will go through everything you need to know to continue scripting on Roblox!
    My new mission is to have fun teaching everything I know from developing games on Roblox since 2016. We will dive into scripting concepts as basic as printing to as complicated as raycasting. For every episode of this series, I encourage you to do everything I do to gain experience and let it stick with you so that you can create the games you're passionate about on your own. Enjoy this series and remember: being a competent scripter takes time and effort so don't get discouraged if things get too tricky. Remember where your inspirations came from; if you can be a Roblox scripter, then anyone can!
    Tags:
    #roblox #robloxstudio #robloxscript #robloxscripting #robloxadvancedscripting #robloxdev #robloxdevelopment #robloxdeveloper #robloxprogramming #scripting #programming #gamedev #gamedevelopment #gamedeveloper #robloxtutorial #robloxscriptingtutorial #howtomakeagameonroblox #robloxhowto #robloxcoding #coding #codingtutorial #codingtutorials #foryou
    DOWNLOAD ROBLOX STUDIO HERE:
    create.roblox.com
    (On the left side under "Quick Links", click on "Studio" and download)

Komentáře • 147

  • @-TheBlueFlame
    @-TheBlueFlame Před 24 dny +17

    not only did i print numbers..i also printed facts:
    local XDagaz = "cool"
    local BrawlDev = "awesome"
    local Percent = 100
    print(XDagaz)
    print(BrawlDev)
    print("yes")
    print(Percent)

    • @dabent874
      @dabent874 Před dnem

      Thia is what i did:
      local myVariableIsFifty = ("Hey how are you?")
      print(myVariableIsFifty)
      print(myVariableIsFifty)
      print(myVariableIsFifty)
      local hello =("I am good")
      print(hello)
      print(hello)
      print(hello)

    • @-TheBlueFlame
      @-TheBlueFlame Před dnem

      @@dabent874 when your variable is fifty:
      I’m good 😎

  • @Coscurty
    @Coscurty Před 27 dny +7

    I have been learning a lot from your 4 video tutorials i have watched so far. You speak very good and not too fast so i really understand everything that you both show and do :) Incredible videos for sure.

  • @idoscripts
    @idoscripts Před měsícem +2

    loving the consistency

  • @EpicBlox-n6m
    @EpicBlox-n6m Před 29 dny +1

    this playlist is very helpful! i love it. Its helping a lot. Thanks bro

  • @JG1universe
    @JG1universe Před 19 dny +2

    Saved the playlist, this is the best one so far, keep it short and you speak perfectly for us to understand, if I keep this going, I’ll be doing the advanced playlist in no time

  • @Cptn_Candy
    @Cptn_Candy Před 3 dny

    I'm so very glad I decided to watch this I was missing some basics and fundamentals that for sure, hearing about being able to disable and enable scripts in properties opened up so many ideas in my mind. Mostly about making handler scripts to manage other ones, turning them off and on based on variables that occur in the game... so many use cases, thank you!

  • @PodRapBites
    @PodRapBites Před 25 dny +3

    This guy is underrated for sure Im noticing that Im understanding him far greater than the other creators who create even longer videos about this type of stuff

  • @mathbrah
    @mathbrah Před 24 dny +1

    You answered our prayers, with an advanced series!!!!! :-)

  • @user-hj8ob1ve7q
    @user-hj8ob1ve7q Před měsícem +1

    First! And your tutorials is awesome!

  • @glitchwatchers4315
    @glitchwatchers4315 Před 4 dny

    thanks this is helping so far

  • @dexzoro
    @dexzoro Před měsícem +14

    Hey, when the advanced series is back, i have some requests
    * Lerping
    * Raycasting (because everyone loves raycasting)
    * math functions (pi, clamp, round, sqrt, etc.)

    • @NotChinese
      @NotChinese Před měsícem

      yes advanced series plz plz plz plz plz

  • @itsmouse4369
    @itsmouse4369 Před měsícem +1

    great video bro

  • @mathbrah
    @mathbrah Před 24 dny +1

    You are such a great teacher!

  • @kr_specter5054
    @kr_specter5054 Před 11 dny

    This is helping me more than other youtubers

  • @stephen5070
    @stephen5070 Před měsícem

    As someone creating a lot of unlockable buttons for my Roblox game, this is pretty useful!
    Creating tables for Module scripts is just simply too much to manage on a larger scale.

  • @davidfreshh7160
    @davidfreshh7160 Před měsícem

    Are still going to post on the advanced tutorials cause i really need it!

  • @Mystic376
    @Mystic376 Před měsícem

    brawldev,what do u recomment i asked my friend who can also code and he said i should watch 2 a day of your videos what di u think?

  • @OracleWorksOfficial
    @OracleWorksOfficial Před 5 dny

    bro this is so useful i just made an example myself i bassically put, local PrintingDataTypes = true and then i changed it to false and it didnt print omg im learning scripting weeeeeeeeee

  • @oberonpanopticon
    @oberonpanopticon Před 20 dny

    You explain variables in the same way as my computer science teacher. Very good.

  • @mental_goose
    @mental_goose Před 28 dny +1

    figured that you can put multiple inputs into a print statement so I added a variable to make:
    local numvariable = 123
    print("ooh hello world! I'm clump, and I'm ", numvariable)
    :D

  • @dahblox69
    @dahblox69 Před 15 dny

    ive learnt ALOT. even in 4 videos. oh and yeah:
    local myVariableIsFifty = 50
    print(myVariableIsFifty)
    print(myVariableIsFifty)
    print("if run, the prints will show 50, because myVariableIsFifty = 50")
    print("these numbers can aslo be booleans,")
    local thisIsBoolean = true
    print(thisIsBoolean)
    print("or strings")
    local andThisIsAString = "yuh"
    print(andThisIsAString)

  • @IEmeraldM
    @IEmeraldM Před měsícem

    HEY! I got just two questions
    1: How often will these videos be coming out?
    2: Is it worth watching the previous Beginner Scripting Tutorial? Or should I wait for all the episodes in this 2024 series to release

    • @deludedfire
      @deludedfire Před měsícem +1

      he said in his community post he'll be posting these videos once per day

  • @bking7
    @bking7 Před 2 hodinami

    --variables
    local b = 'hello'
    local a = 20
    if (a==20) then
    print(b)
    end
    this is my code i used an if condition to print something cool i studied a bit of lua long ago thx anyways!

  • @zymoon_lua2142
    @zymoon_lua2142 Před měsícem

    yo, can you make a video about raycasting ?

  • @ShiningBlox
    @ShiningBlox Před 2 dny

    managed to make a for loop half way through the tutorial based on previous coding experience

  • @Joseph-ht4iw
    @Joseph-ht4iw Před měsícem +1

    Hey, why'd you make a new playlist of the exact same thing?

  • @CrayZMonkey
    @CrayZMonkey Před dnem

    I am honestly suprised with how well this is teaching me. I want to learn scripting because I already am used to roblox studio and I build stuff when I am bored and with scripting I could make a bunch of games work
    This is what I did in this video
    local Number = 0.000125
    local Number5 = 500039
    local Boolean = true
    local String = ("This is a string")
    local String2 = ("This is also a string")
    print(Number)
    print(Boolean)
    print(String)
    print(Number5)
    print(String2)
    print(Number)

  • @Timuçinn1
    @Timuçinn1 Před 4 dny

    This is an example of addition with variables
    local twentyFivePlusTwentyFive = "25 + 25 ="
    local equalsFifty = 50
    print(twentyFivePlusTwentyFive)
    print(equalsFifty)

  • @RobloxUnleashedBabft
    @RobloxUnleashedBabft Před 9 hodinami

    local Variable = 50
    local Variable1 = 100
    local Variable2 = 150
    print(Variable + Variable1 + Variable2) -- This will combine all 3 variables and add them up to eachother then printing it.

  • @BalintZsoldos
    @BalintZsoldos Před 2 dny

    omg this is help soo mutch this is what i did: wait(8) print("sigma") wait(4)print(false) wait(3)print(true) wait(5.75)print("local")
    local kkk = 100
    wait(3)print(kkk)

  • @RNoob_Bro
    @RNoob_Bro Před 2 hodinami +1

    This is what I did
    local myVariableIsFifty = 50
    print(myVariableIsFifty)
    print(myVariableIsFifty)
    print(myVariableIsFifty)
    local xVariable = true
    local yVariable = false
    print(xVariable)
    print(xVariable)
    print(yVariable)
    local zVariable = ("Start a new objective")
    print(zVariable)
    print(yVariable)

  • @VynoTheSlayer
    @VynoTheSlayer Před 27 dny

    can currencies in game be made like this:
    local Coins = 1
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    print(Coins)
    (if not i will think of a new way through-out the series)

  • @Ambush715
    @Ambush715 Před měsícem +2

    many devs are literally complaining on the devforum that they got terminated for stupid vague reasons, like misusing roblox system, unauthorized charges, etc.
    when you get the chance, can you make a video about 'how to avoid getting terminated from roblox'? so everyone's hardwork doesnt get deleted for no reason in one second.
    or at least can you make a video about you telling us what you've been doing and what you've been avoiding for 12 years that helped you safe from roblox terminations?

    • @BrawlDevRBLX
      @BrawlDevRBLX  Před měsícem

      Sounds like an interesting video idea! I may do something like that in the future!

    • @Ambush715
      @Ambush715 Před měsícem

      @@BrawlDevRBLX
      thx!

  • @ileavisea6760
    @ileavisea6760 Před měsícem

    local myVariable = 50
    print(myVariable)
    print(myVariable)
    print(myVariable)
    local xyPractice = true
    print(xyPractice)
    print(xyPractice)
    this is the best tutorial i aint gonna lie i had no experience with lua scripting neither any scripting things but im really starting to understand thanks to you

    • @NightShaft_Gaming
      @NightShaft_Gaming Před 23 dny +1

      Fr the learning objective idea he has came up with is really helpful and helps us to learn better or revise like it's a homework

  • @rafaeldossantos1998

    i was just practicing making new variables and putting different DataTypes: local MyVariablediffname = 100
    print(MyVariablediffname)
    print(MyVariablediffname)
    print(MyVariablediffname)
    print(MyVariablediffname)
    print(MyVariablediffname)
    print(MyVariablediffname)
    local Hotdog = true
    print(Hotdog)
    print(Hotdog)
    print(Hotdog
    local Lamborghini = -1000
    print(Lamborghini)
    print(Lamborghini)

  • @HoodedOfficial0
    @HoodedOfficial0 Před měsícem

    Can you make an inventory system tutorial that uses modules with armor i cant find anything like it :(

    • @HoodedOfficial0
      @HoodedOfficial0 Před měsícem

      All i can find has to do with folder usage and values for example a folder called inventory inside player acting much like a leaderstats and uses a value to keep track of how much wood (example) the player has as a value object but i feel that that can be easily hacker or manipulated also i wanted more drag to main hotbar instad of equip button because i feel its easier on mobile gameplay

  • @blade6309
    @blade6309 Před 16 dny

    --You can make a Variable instead of Copy Pasting the same value or editing them individually
    local MyVariable = 100
    print(MyVariable)
    local Damage = 10
    print(Damage)
    local MagSize = 30
    print(MagSize)
    local MoveSpeed = 15
    print(MoveSpeed)

  • @leonidganichev3035
    @leonidganichev3035 Před 21 dnem

    local m1 = game.Workspace.Baseplate
    if 2 + 2 == 4 then
    m1.Anchored = false
    end

  • @UpToDate250
    @UpToDate250 Před 2 dny

    hi typed up a boolean and it said nil in the output

  • @Ulysses.1
    @Ulysses.1 Před měsícem

    For the learning objective I did:
    local myVariable = 100
    print("The number is now " .. myVariable) -- remember to add space at the end of the string
    local myVariable = myVariable + 50
    print("The number is now " .. myVariable)
    local myVariable = myVariable - 50
    print("The number is now " .. myVariable)

  • @BalintZsoldos
    @BalintZsoldos Před 2 dny

    my english is 8\•10 but this is help so mutcht ty for this and alll vid:)

  • @ScriptHeavens
    @ScriptHeavens Před 20 dny

    --booleans
    local trueVariable = true
    print(trueVariable)
    print(trueVariable)
    print(trueVariable)
    local falseVariable = false
    print(falseVariable)
    print(falseVariable)
    print(falseVariable)
    local l = 1
    local u = 2
    local a = 3
    print(l)
    print(u)
    print(a)
    --strings i think?
    local name = 'insert name'
    local height = 'insert height'
    local robloxuser = 'insert robloxuser'
    print(name)
    print(height)
    print(robloxname)

  • @H4SSAN_444
    @H4SSAN_444 Před 7 dny +1

    -- Variables
    local myPart = 50
    local NotmyfavPart = 150
    print(myPart + NotmyfavPart)

  • @denilc8665
    @denilc8665 Před měsícem

    can you make a tutorial on type checking

    • @BrawlDevRBLX
      @BrawlDevRBLX  Před měsícem

      When we return to the advanced series!

    • @denilc8665
      @denilc8665 Před měsícem

      @@BrawlDevRBLX and what about instance.fromexisting?

  • @banana2744
    @banana2744 Před 27 dny

    local num = 10
    print(num + num)

  • @boxblox1986
    @boxblox1986 Před 13 dny

    with
    - -
    you can write notes :D

  • @JUSTAGAMERRRR
    @JUSTAGAMERRRR Před 9 dny

    local skibidi = ("HI")
    print(skibidi)
    print(skibidi)
    print(skibidi)
    so i printed "HI" 3 times

  • @Mystic376
    @Mystic376 Před měsícem

    i did this i don`t know if i did something wrong.
    local myVariableIsFiftyToTheTenthOfTheInfinity = print(false)
    print(myVariableIsFiftyToTheTenthOfTheInfinity)
    print(myVariableIsFiftyToTheTenthOfTheInfinity)
    print(myVariableIsFiftyToTheTenthOfTheInfinity)
    print(myVariableIsFiftyToTheTenthOfTheInfinity)
    print(myVariableIsFiftyToTheTenthOfTheInfinity)
    print(myVariableIsFiftyToTheTenthOfTheInfinity)
    print(myVariableIsFiftyToTheTenthOfTheInfinity)
    print(myVariableIsFiftyToTheTenthOfTheInfinity)
    print(myVariableIsFiftyToTheTenthOfTheInfinity)

  • @therealseanman
    @therealseanman Před 10 dny

    roblox studio broke my heart
    local myFIRSTvariableEVER = "my first variable EVER!!"
    wait(1)
    print(myFIRSTvariableEVER)
    local myFIRSTvariableEVER = "i redefined the variable"
    wait(1)
    print(myFIRSTvariableEVER)
    local myFIRSTvariableEVER = "the name may be the same, but is it truly.. myFIRSTvariableEVER?!"
    wait(1)
    print(myFIRSTvariableEVER)

  • @relaxen347
    @relaxen347 Před 11 dny

    cool had me practising for a whi;le thnx s much
    local stringWord = "Loco gone whild!"
    print(stringWord)
    local whatIsOutcome = 'Got results'
    print(whatIsOutcome)
    local useThisnumber = 90
    print(useThisnumber)
    local anotherNumber = 9.99
    print(anotherNumber)
    when run it results -
    Loco gone whild!
    Got results
    90
    9.99

  • @SillyCat290
    @SillyCat290 Před měsícem

    For Objective:
    local Variableis50 = 50
    print(Variableis50)
    print(Variableis50)
    print(Variableis50)
    local Opinion = "This tutorial is great :)"
    print(Opinion)
    local Abhahubadhsh = "Scripting makes me want to bang my head against the wall"
    print(Abhahubadhsh)
    local Number = 12
    local AddFifty = Number + 50
    print(AddFifty)
    local AddSixty = Number + 60
    print(AddSixty)
    print(AddFifty, AddSixty)
    I've been storing the scripts in a rainbow staircase starting from episode 3 :)

  • @drakegd161
    @drakegd161 Před 16 dny

    enough now rest for the tommorow

  • @Ambush715
    @Ambush715 Před měsícem

    again, i thought youre gonna say my name is brawlbattle

  • @Solid_SL
    @Solid_SL Před 6 dny

    local num = 50
    Bool = true
    String = ("Hello")


    print (num)
    print (Bool)
    print (String)

  • @atharvatiwari988
    @atharvatiwari988 Před 12 hodinami

    What I did:
    local myVariableIsFifty = 50
    print(myVariableIsFifty)
    print(myVariableIsFifty)
    print(myVariableIsFifty)
    local variableBoolean = true
    print(variableBoolean)
    print(myVariableIsFifty)
    local string = "Hello World!"
    print(string)
    local factTrue = "awesome."
    print("This game is")
    print(factTrue)

  • @AlexPlays1234
    @AlexPlays1234 Před 17 dny +1

    Real life
    We learn accepting the sad true
    Local myExam = 0
    print(myExam) ( Biology)
    print(myExam) ( Math)
    print(myExam) (Spanish)

  • @DevDazzleYT
    @DevDazzleYT Před 14 dny

    local Dazzle = 10
    print(Dazzle)
    local GrumpyCat = 5
    print(GrumpyCat)
    wait(0.5)
    print(GrumpyCat + Dazzle)

  • @ilikechocolate_idk
    @ilikechocolate_idk Před 8 dny

    local aCoolVariable = true
    local hiGuys = 'love you'
    local iDontLikeScripting = false
    local iThinkProgrammingIsPoetry = true
    print(aCoolVariable)
    print(hiGuys)
    print(iDontLikeScripting)
    print(iThinkProgrammingIsPoetry)
    Simple stuff but i am loving to learn it

  • @Dragon-gn6nl
    @Dragon-gn6nl Před 22 dny

    local math = 5+5
    print(math)
    wait(3)
    local math2 = 10+10
    print(math2)
    wait(3)
    local math3 = 20+20
    print(math3)

  • @Moonster_Gamer
    @Moonster_Gamer Před 2 dny

    Variables are cool, like your videos
    local myVariable = ('Im very cool ;0')
    local alsoMyVariable = ('Im cool too :D')
    print(myVariable)
    print(alsoMyVariable)

  • @Nablier
    @Nablier Před měsícem

    local Mathics = 50
    local Divide = 20
    local Amazed = "Wow that equals 70"
    print(Mathics + Divide)
    print(Amazed, "keep going")

  • @Noobdevsfyp
    @Noobdevsfyp Před 22 dny

    local myVariable =500
    print(myVariable)
    print(myVariable)
    print(myVariable)
    local chcikennuggy = -90
    print('chickennuggy')
    print(chickennuggy)
    local hopscotch =21
    print(hopscotch)

  • @Hack818
    @Hack818 Před 7 dny

    i printed this things KKKK
    local miringuicho = 100
    local edadChino = 13
    local nombreChino = "eder moises miringuicho"
    print(miringuicho)
    print(edadChino)
    print(nombreChino)

  • @tubeseekee7870
    @tubeseekee7870 Před 3 dny

    local myVariableIsThirtySix = 36
    local ballOfYarn = 'a string'
    local space = true
    print(myVariableIsThirtySix)
    print(myVariableIsThirtySix)
    print(myVariableIsThirtySix)
    print(ballOfYarn)
    print(space)

  • @CoolHider
    @CoolHider Před 16 dny

    local myVariable = 50
    print(myVariable)
    local myVariable2 = 35
    print(myVariable2)
    end
    end

  • @VynoTheSlayer
    @VynoTheSlayer Před 27 dny

    my doing (very sigma ig):
    print(false)
    print(true)
    print(420)
    print(-69)
    print(420.69)
    print("This is less cool(it has double quotes so its usual)")
    print('This is so cool(it has single quotes so its supposed to be cool cuz its not ussual(yippe)) ')

  • @The_VANT
    @The_VANT Před 15 dny

    local variableNumber = 20
    print(variableNumber)
    print(variableNumber)
    local Boolean = 70
    print(Boolean)
    print(Boolean)
    print(Boolean)

  • @mrwilddummy7328
    @mrwilddummy7328 Před 7 dny +1

    local Burger = ("delicious")
    local Delicious = ("Burger")
    local is = ("is")
    print(Delicious)
    print(is)
    print(Burger)

  • @AnotherKuzixx
    @AnotherKuzixx Před 7 dny

    local MyVariable = 100
    local Variable = 50
    local AnotherVariable = 20
    print(MyVariable)
    print(AnotherVariable)
    print(Variable)

  • @kidsfoodtheory5971
    @kidsfoodtheory5971 Před 29 dny

    local h = "hey"
    local t = true
    local f = false
    print(h)
    print(f)
    print(t)

  • @Akurealguy
    @Akurealguy Před měsícem

    3:35 But why?

  • @ClashLightningKnight
    @ClashLightningKnight Před měsícem

    local vaccuum = true
    print(vaccuum)
    print(vaccuum)
    popcat = false
    print(popcat)
    print(popcat)

  • @H1tM7
    @H1tM7 Před měsícem

    local Yes =print("Hello World")

  • @Plump_story
    @Plump_story Před 2 dny

    i made this lol
    local chicken ="i"
    local chicken2 ="am"
    local chicken3 ="sigma"
    print(chicken)
    print(chicken2)
    print("you are what?")
    print(chicken3)
    print('you are not sigma lol')
    print(chicken3)
    print("oke that is just")
    print(-10000000)
    print("aura")

  • @wiz2023
    @wiz2023 Před měsícem

    local notFifty = 49
    print(notFifty)

  • @ThatOneBoel
    @ThatOneBoel Před 17 dny

    local numberVariable = 10
    local booleanVariable = true
    local stringVariable = "Yes"
    print(numberVariable)
    print(booleanVariable)
    print(stringVariable)

  • @Nox2000YT
    @Nox2000YT Před 5 hodinami

    local myVariableIsFifty = 50
    print(myVariableIsFifty)
    print(myVariableIsFifty)
    print(myVariableIsFifty)
    local FalseVariable = false
    print(FalseVariable)
    local TrueVariable = true
    print(TrueVariable)
    local HelloWorldString = "Hello World"
    print(HelloWorldString)
    print(HelloWorldString)
    print(HelloWorldString)

  • @devil.ray1
    @devil.ray1 Před 14 dny

    My Variable :
    local MyFavoriteMemberIsFive = 5
    print(MyFavoriteMemberIsFive)
    print(MyFavoriteMemberIsFive)
    print(MyFavoriteMemberIsFive)
    local SetbooleanTrue = true
    print(SetbooleanTrue)
    print(SetbooleanTrue)
    local SetbooleanFalse = false
    print (SetbooleanFalse)

  • @Bobxzai
    @Bobxzai Před měsícem

    local myVariableisOne = 1
    print(myVariableisOne)
    local Variable = 122
    print(Variable)
    print(myVariableisOne)
    local myVariablesix = 777
    print(myVariablesix)
    print(myVariableisOne)
    print(Variable)
    print(myVariableisOne)
    print(myVariablesix)
    local Variable2 = true
    local variable3 = false
    print(true)
    print(false)
    print("THANKYOU BrawlDev mwa mwa")

  • @Eragon1f23YT
    @Eragon1f23YT Před dnem

    local myVariableIsFifty = 50
    print(myVariableIsFifty)
    print(myVariableIsFifty)
    print(myVariableIsFifty)
    local oneHundredsTheGoat = 1000
    print(oneHundredsTheGoat)
    print(oneHundredsTheGoat)
    print(oneHundredsTheGoat)

  • @Clayton-z9y
    @Clayton-z9y Před 8 dny

    this is what i made
    local monkey = 'Steve:Lets Play 2 Truths And 1 Lie'
    local sure = "John:il go first i killed a man"
    local op = "John:i like nuts and i was born in november"
    local hah = 'John:haha u got me!'
    print(monkey)
    print(sure)
    print(op)
    print("Steve:i though u hated nuts")
    print("silence is so loud it can be heard...")
    print("Steve Died ur next")

  • @bushbabbies
    @bushbabbies Před 19 dny

    This is what I made:
    local MyNum = 10
    local MyName = ("Jon")
    local MyVal = (false)
    local MyCount = 0
    print(MyName)
    MyCount = MyCount + MyNum
    MyNum = MyNum + 10
    print(MyCount)
    print(MyVal)

  • @guglboi
    @guglboi Před měsícem +4

    DO NOT LIKE THIS VIDEO AGAIN(there is 69 likes as of 6.7.2024.)

  • @FunnySmartphone-rw5xm
    @FunnySmartphone-rw5xm Před měsícem

    What I did
    local pifgesuatg = 100
    local jafg = "idfjoa"
    local iodshgiq = true
    local iraiap = 'aeooapt'
    print(pifgesuatg)
    print(jafg)
    print(iraiap)
    print(iodshgiq)

  • @Kamplays_fr
    @Kamplays_fr Před 15 dny

    local myVaribleIsFifteen = 15
    local myString = ("Test")
    local False= (false)
    print(myVaribleIsFifteen)
    print(myString)
    print(False)
    print(myString)

  • @Anormalperson5
    @Anormalperson5 Před 22 dny

    You can do Booleans as variables here’s the script xd
    Local ImBadAtScripting = true
    Local imGoodAtScripting = false
    Print(imGoodatScripting, ImBadAtScripting)
    If you want to be good at variables you can learn these

  • @samuelpeter8763
    @samuelpeter8763 Před 12 dny

    local OneAboveAll = 1
    print(OneAboveAll)
    local HEHEH = 100
    print(HEHEH)
    local Variabless = 111
    print(Variabless)

  • @Limondman
    @Limondman Před 19 dny

    Local sayHi = “hi”
    Local myName = “my name is Enzo”
    Local iWantToBe = “i want to be a”
    Local answer = “Roblox devloper”
    Print(sayHi)
    Print(myName)
    Print(iWantToBe)
    Print(answer)

  • @Meanfella
    @Meanfella Před 6 dny

    uhh yeah heres what i did ig
    local hotdog = 69
    print (hotdog)
    print (hotdog)
    print (hotdog)
    local pizza = "yap"
    print (pizza)
    local spg = false
    print(spg)

  • @mustvethoughticared917
    @mustvethoughticared917 Před měsícem

    local myName = "YourNameHere"
    local myAge = 200
    local myHeight = 1100
    local myWeight = 10013
    print(myName)
    print(myAge)
    print (myHeight)
    print(myWeight)
    local aSentence = "Starting off."
    local aBoo = true
    local aNumber = 1010
    print(aBoo)
    print (aSentence)
    print(aNumber)
    local booLang = false
    print(booLang)

  • @ItZMazon
    @ItZMazon Před 15 dny

    local maZonIsSigma = "Sigma"
    print(maZonIsSigma)
    print(maZonIsSigma)
    print(maZonIsSigma)

  • @user-mk2lz4lo7j
    @user-mk2lz4lo7j Před 10 hodinami

    print(true)
    print(false)

    print(100)
    print(-100)
    print(100.50)
    print("this is a string ")
    print("this is a string ")
    print(false)
    print(false)
    print(100000000012331231231232131232131232132132132131543.80)

  • @epicfart183
    @epicfart183 Před 16 dny

    i think its funny that every video has less and less views
    they are dropping like flies!

    • @magentasart
      @magentasart Před 16 dny +1

      So many people gave up it went from 14k views to just 3k now. Don’t give up!

  • @abdul11youssef
    @abdul11youssef Před 18 dny

    local chickenugget = I
    local amogus = iam
    local help = kind
    print(chickenugget)
    print(amogus)
    print(help)

  • @radrubix3798
    @radrubix3798 Před 14 dny

    local myVariable = 100
    local myBoolean = true
    print(myVariable)
    print(myVariable)
    print(myVariable)
    print(myBoolean)
    print(myBoolean)
    print(myBoolean)

  • @Terrence69
    @Terrence69 Před 4 dny

    local number = 69
    print (number)

  • @FantaPlayz841
    @FantaPlayz841 Před 13 dny

    local myv = 100
    local myx = 20
    print(myv + myx)
    print(myv)
    print(myv)
    print(myv)
    print(myx)
    print(myx)
    print(myv - myx)
    print(myx - myv)
    print(myx * myv)

  • @mohakhaldi9509
    @mohakhaldi9509 Před měsícem

    local X = "lol"
    local Y = 5
    local Z = true
    local W = false
    print(X)
    print(Y)
    print(Z)
    print(W)

  • @Cudtch
    @Cudtch Před měsícem

    local oogaBooga = 12
    print(oogaBooga)
    print(oogaBooga)
    print(oogaBooga)
    local myVariableIsFifty = 50
    print(myVariableIsFifty)
    print(myVariableIsFifty)
    print(myVariableIsFifty)

  • @admzml
    @admzml Před měsícem +1

    BrawelDev > all devs

    • @Ambush715
      @Ambush715 Před měsícem

      you again?
      i too am a muslim

    • @admzml
      @admzml Před měsícem

      @@Ambush715 i know bro eid mubark

    • @Ambush715
      @Ambush715 Před měsícem

      Eid mubarak to you too!