I Made a ROBLOX Game With 1 LINE of Code!

Ойындар

Prepare to be amazed as I embark on an extraordinary coding experiment in Roblox Studio! In 'I Made a ROBLOX Game With 1 LINE of Code!', I push the boundaries of Roblox Studio game development to the extreme. Witness the power of concise programming as I create a fully functional and entertaining Roblox game using just one line of code. From concept to execution, this rapid-fire adventure takes you on a journey of creativity and ingenuity. Join me as I demonstrate how a single line can unleash a gaming experience that's bound to leave you in awe. Whether you're a seasoned developer or a curious enthusiast, this mind-blowing feat showcases the magic of simplicity in game creation. Don't miss this unique insight into the world of Roblox game development! (no chatgpt here)
💡 Idea: @ItsZyonic
🔥 Game: www.roblox.com/games/14225721...
📜 Line of Code: while wait(1) do for i,v in workspace.Parts:GetChildren() do v.Touched:Connect(function(hit) if v.BrickColor == BrickColor.Red() and game.Players:FindFirstChild(hit.Parent.Name) then hit.Parent.Humanoid.Health = 0 end end) end for i = 1,100,1 do if math.random(1,5) == 4 then workspace.Parts:GetChildren()[i].BrickColor = BrickColor.Red() else workspace.Parts:GetChildren()[i].Color = Color3.fromRGB(163,162,165) end end end
local Discord = dsc.gg/devcove
local pls_Subscribe = / @rodev
👋 --Comment "Description Gang" if you read this
tagging the tags: roblox,Roblox scripting,Roblox studio,make games on roblox,script on roblox,roblox studio scripting,script on roblox studio,roblox scripting,ChatGPT Roblox,Easy Roblox Development,Roblox Game Development,One Line Of Code,Concise Programming,Game Development Experiment,Roblox Code,Roblox Developers,Game Design,Gaming Ingenuity,Roblox Gameplay,Gaming Experience,Simplified Coding,Game Development Insights,Game Programming,Roblox Challenge,roblox code

Пікірлер: 388

  • @fresh.99
    @fresh.9910 ай бұрын

    If you want the shadow to go, select the part and make sure cast shadow is off (in properties). But if you want shadows off universally go onto lighting and turn global shadows off. Or if you want them to look better change the shadow softness. - Saturn.

  • @RoDev

    @RoDev

    10 ай бұрын

    I only realized when I was editing 😭😭

  • @fresh.99

    @fresh.99

    10 ай бұрын

    @@RoDev haha!

  • @NxtiveMontages

    @NxtiveMontages

    10 ай бұрын

    @@RoDev you can also go to lighting and turn off global shadows

  • @Watermelon_C4t

    @Watermelon_C4t

    7 ай бұрын

    @@RoDev fr u had me confused i was like just turn shadow off

  • @RoDev

    @RoDev

    7 ай бұрын

    @@NxtiveMontages why would I disable shadows globally for one part??

  • @xczqs
    @xczqs9 ай бұрын

    To get rid of the shadow on the spawn point click on the part and make sure properties tab is enabled ( view < properties ) and in properties search for Cast shadow and make sure its unchecked

  • @RoDev

    @RoDev

    7 ай бұрын

    realized when i was editing lmao

  • @itsrobert0076

    @itsrobert0076

    7 ай бұрын

    how long you been doing this for, you didn't know that??@@RoDev

  • @davianlawson6281

    @davianlawson6281

    4 ай бұрын

    or you could just disable global shadows in lighting. @@RoDev

  • @RoDev

    @RoDev

    4 ай бұрын

    why would you disable every shadow for one part lmao

  • @xczqs

    @xczqs

    4 ай бұрын

    @@RoDev wym i wrote click on the part

  • @Iced-on-top
    @Iced-on-top10 ай бұрын

    bro your such a w I've learned a bit of scripting from you and I want you to keep up with he vids because I watch em everyday and learn even more thank you!

  • @RoDev

    @RoDev

    10 ай бұрын

    I appreciate that so much, means a lot. If you’ve watched the beginner how to script, the 40 minute one, you should know that I am working on an advanced one!

  • @-j5v

    @-j5v

    7 ай бұрын

    im surprised people even manage to learn a two or thing from this

  • @Noob236-pq6kv.

    @Noob236-pq6kv.

    25 күн бұрын

    ⁠ @@RoDev

  • @ItsZyonic
    @ItsZyonic10 ай бұрын

    yo sick video!

  • @RoDev

    @RoDev

    10 ай бұрын

    Thanks! Congrats on 1K subs!

  • @CharlieMermelstein

    @CharlieMermelstein

    9 ай бұрын

    😀tf,um hi@@RoDev 🤏

  • @sussdood

    @sussdood

    8 ай бұрын

    @@RoDevidea: make a sequel to this in two lines of code!!

  • @TheSonicRobloxGuy01176

    @TheSonicRobloxGuy01176

    8 ай бұрын

    ⁠. Yes @@RoDev

  • @scriptshowcasechannel4515
    @scriptshowcasechannel45156 ай бұрын

    You could make an entire game in 2 lines of code, local and server scripts, since lua is not a whitespace based language, unlike Python, which is quite hard to make 1-liners.

  • @MAXFOLLch
    @MAXFOLLch4 ай бұрын

    thank you man very well!

  • @maxwell6881
    @maxwell68817 ай бұрын

    Most programing languages actually let you simplify thousands of lines of code into one line using a semicolon, although there are exceptions, like python. This also allows you to do a bit of trolling with ascii/unicode character 894.

  • @RoDev

    @RoDev

    7 ай бұрын

    yea the challenge here was to do it all in one line

  • @omagalifty

    @omagalifty

    7 ай бұрын

    obfuscation in one line

  • @-j5v

    @-j5v

    7 ай бұрын

    you don't even need semicolons after the end call cause it closes the task associated with it

  • @maxwell6881

    @maxwell6881

    7 ай бұрын

    @@-j5v Lmao try telling that to java

  • @cottoncherry2177

    @cottoncherry2177

    7 ай бұрын

    @@RoDev code the game normally in a single script then replace all line breaks with a space

  • @javeldevo
    @javeldevo4 ай бұрын

    You should make the tile yellow/orange 0.2s before the tile turns red so you can see which turns into a killbrick

  • @hulkdoesstuff6743
    @hulkdoesstuff67439 ай бұрын

    I didnt know that was possible! 😂

  • @PurplyWasTaken
    @PurplyWasTaken7 ай бұрын

    Ayo, only 30000 subs? Add 3 more zeros and it’s correct. You are very underrated!

  • @xavvvvxd
    @xavvvvxd5 ай бұрын

    You should probably put the loop where you looped over the parts folder's children and connected a function to it's Touched event outside of the while wait(1) loop as you're connecting the function multiple times which may not be what you want.

  • @RoDev

    @RoDev

    4 ай бұрын

  • @xavvvvxd

    @xavvvvxd

    4 ай бұрын

    @@RoDev ?

  • @ignatikklokov
    @ignatikklokov7 ай бұрын

    you can use castshadow property on parts to disable their shadows

  • @RoDev

    @RoDev

    7 ай бұрын

    ik

  • @WeridDragon
    @WeridDragon7 ай бұрын

    I never knew this was possible

  • @LeapInno
    @LeapInno6 ай бұрын

    Exploitng new lines, you could make a whole game in the command line of roblox studio

  • @SlimyXelo
    @SlimyXelo6 ай бұрын

    1:55 you can just select children of parts and u can see amount of it on the properties tab

  • @CraftedChip
    @CraftedChip10 ай бұрын

    May you put the line of code in description? I am working on a minigame game and it looks super cool for a minigame!

  • @RoDev

    @RoDev

    10 ай бұрын

    Yeah I put it in!

  • @CraftedChip

    @CraftedChip

    10 ай бұрын

    ​@RoDev Alright tysm! Earned a sub

  • @Itz_Ashh-0
    @Itz_Ashh-07 ай бұрын

    I just played the game and its really fun! but one problem is that if you stand on the platform and not move, the red wont kill you.

  • @dosantoszy

    @dosantoszy

    7 ай бұрын

    use a renderstepped to check every frame

  • @seizing

    @seizing

    7 ай бұрын

    @@dosantoszyso efficient..!

  • @JamStarBar
    @JamStarBar7 ай бұрын

    Description Gang!!

  • @RoDev

    @RoDev

    7 ай бұрын

    WWwww

  • @Fanumtax69420

    @Fanumtax69420

    3 ай бұрын

    W

  • @AsquatranananBananananan
    @AsquatranananBananananan3 ай бұрын

    1:13 Just set CastShadow to nil/false!

  • @kymanireyes
    @kymanireyes7 ай бұрын

    nice avatar how u get the body?

  • @TymontheplayerGD
    @TymontheplayerGD7 ай бұрын

    So i played the game and found out that you can survive when not walking thanks if i helped

  • @Zapoda
    @Zapoda4 ай бұрын

    Hey what is the line of code used in the command bar?

  • @FlyinC4T
    @FlyinC4T7 ай бұрын

    2014 obbys: Waow... that's something!

  • @cybercathebest5652
    @cybercathebest56527 ай бұрын

    bug- if you stand still on a red part you dont die

  • @CraftedChip
    @CraftedChip10 ай бұрын

    Awesome video!!! I can't do scripting vids sadly since i recordon mobile but script on pc. But great video! Also, music name on 3:50?

  • @RoDev

    @RoDev

    10 ай бұрын

    That's 'Dizzy'

  • @Megestas
    @Megestas7 ай бұрын

    RoDev: Trying to get rid of shadow. CastShadow property: 😢

  • @puzzled3d
    @puzzled3d7 ай бұрын

    its not really “one line” if its just an entire script with all the newlines removed

  • @RoDev

    @RoDev

    7 ай бұрын

    but it's not an entire script with newlines removed. it's me trying to make that script without new lines at all. that's the challenge, the whole idea of the video.

  • @2.cute4uo

    @2.cute4uo

    3 ай бұрын

    @@RoDevomg u responded to them

  • @plck4806

    @plck4806

    3 ай бұрын

    Exactly, one line.

  • @axxtoiletxx4246
    @axxtoiletxx42465 ай бұрын

    Bro used one code and made a better game then me using thousands of them

  • @gonzogod1819
    @gonzogod18197 ай бұрын

    underrated youtuber, i thought you had like 1m subs

  • @RoDev

    @RoDev

    7 ай бұрын

    🙏🙏

  • @jimmyofficial01
    @jimmyofficial017 ай бұрын

    Found an error, if the player idols for 4 seconds, the part does not kill you.

  • @Landon6362
    @Landon63626 ай бұрын

    Me staying in the spawn point to survive the most

  • @Gr8gmrPlayz
    @Gr8gmrPlayz3 ай бұрын

    WHAT'S THE SONG AT THE START I LOVE ITTTT its at 0:14 - Description Gang

  • @Robloxer113
    @Robloxer1137 ай бұрын

    ThEoReTiCaLlY you can make any game in one line of code

  • @Abladicus
    @Abladicus6 ай бұрын

    You can make an obby with the code bring the finish

  • @Ralt_z
    @Ralt_z4 ай бұрын

    this video is cool

  • @karinavarela9617
    @karinavarela96176 ай бұрын

    3:53 ... the red parts lol

  • @automatnasusenky7952
    @automatnasusenky79527 ай бұрын

    Bro is so good at scripting he forgot he can disable shadows😂

  • @RoDev

    @RoDev

    7 ай бұрын

    literally 😭😭

  • @-j5v

    @-j5v

    7 ай бұрын

    hes good at memory leaks, not scripting

  • @_North

    @_North

    7 ай бұрын

    @@-j5v ok. nice opinion. whats your point

  • @RoDev

    @RoDev

    7 ай бұрын

    i forgot the part where memory leaks matter in this game

  • @-j5v

    @-j5v

    7 ай бұрын

    @@RoDev ur essentially giving people code with memory leaks w/o them realizing, cause lets be real anyone whose under your comments praising you does NOT know how 2 lua very well

  • @Spooky.Studios
    @Spooky.Studios8 ай бұрын

    what's the point of having a loop for something that waits for an event anyways? (talking about the thumbnail lol)

  • @RoDev

    @RoDev

    8 ай бұрын

    lmao didn’t even notice

  • @RelationalThrone
    @RelationalThrone10 ай бұрын

    nice man

  • @RoDev

    @RoDev

    10 ай бұрын

    Thanks!

  • @samuelgamingofficial
    @samuelgamingofficial8 ай бұрын

    In the game you can just stand still and a red goes on your feet and you survive

  • @RoDev

    @RoDev

    7 ай бұрын

    yea

  • @Tekleed
    @Tekleed7 ай бұрын

    Okay so you are creating a connection for each part, every time it changes so if the same part turns red twice, there will be two connection that do the same thing, I know its only one line of code but its UNOPTIMIZED (I think)

  • @RoDev

    @RoDev

    7 ай бұрын

    lol

  • @reddeadleisure

    @reddeadleisure

    7 ай бұрын

    Ur right that it's unoptimized he's basically creating hundreds of connections without disconnecting them

  • @RoDev

    @RoDev

    7 ай бұрын

    yea

  • @icey_1010
    @icey_10108 ай бұрын

    you should have 1 mil subs

  • @RoDev

    @RoDev

    8 ай бұрын

    haha bit much lol

  • @icey_1010

    @icey_1010

    8 ай бұрын

    @@RoDev no like your content is that good some youtubers just put out spam content but you are a inspo to me

  • @-j5v

    @-j5v

    7 ай бұрын

    he is truly the pinaccle of shit lua-tubers@@icey_1010

  • @unreal3498
    @unreal34987 ай бұрын

    i reccomend task.wait instead of wait

  • @unreal3498

    @unreal3498

    7 ай бұрын

    also, .touched is pretty unreliable as a hitbox method, i reccomend using some sort of raycast hitbox, but i understand touched is easier on 1 line of code lol

  • @RoDev

    @RoDev

    7 ай бұрын

    yea I went with touched and wait as they are shorter, easier to read for this

  • @unreal3498

    @unreal3498

    7 ай бұрын

    ​@@RoDev very true

  • @beammkaiju
    @beammkaiju4 ай бұрын

    THIS WAS LAST YEAR

  • @ayaanquazi2564
    @ayaanquazi25644 ай бұрын

    I want to change some of the scripts so it's much more easier

  • @MineBloxStudios_
    @MineBloxStudios_7 ай бұрын

    The code in the thumbnail got me crying for 5 days straight

  • @RoDev

    @RoDev

    7 ай бұрын

    k

  • @SmolDummy263
    @SmolDummy2637 ай бұрын

    I found a bug. Bug: whenever I stand still on a red part, I don't die. So make it so that whenever you stand still on a red part, you die.

  • @Pixle-Perfectionists
    @Pixle-Perfectionists8 ай бұрын

    Do you know how to make the other parts that aren't red become a rainbow colour?

  • @RoDev

    @RoDev

    7 ай бұрын

    Brickcolor.random

  • @-j5v

    @-j5v

    7 ай бұрын

    i dont think thats what they mean but sure@@RoDev

  • @YTCBII
    @YTCBII7 ай бұрын

    What’s the game called? I want to play it!

  • @RoDev

    @RoDev

    7 ай бұрын

    Link in description!!

  • @ReaIToxic
    @ReaIToxic7 ай бұрын

    3:39 song name ?

  • @zacfowler5112
    @zacfowler51128 ай бұрын

    Do you mind if i copy it but make it better? I can give you credits

  • @RoDev

    @RoDev

    8 ай бұрын

    k

  • @-j5v

    @-j5v

    7 ай бұрын

    dapper response@@RoDev

  • @Dan_VeryPoor
    @Dan_VeryPoor7 ай бұрын

    in that one line if code, is it possible to make the spawn turn off collision after 3 seconds of the player standing on the spawn, so the player just doesnt camp there (collision effects happen only to the player that trigger the 3 sec timer) edit: shoot is there a kindergarten argument in the replies

  • @RoDev

    @RoDev

    7 ай бұрын

    yea I could have done that

  • @fadingrainbow8882

    @fadingrainbow8882

    7 ай бұрын

    might have to make it client side somehow to do that🤔

  • @teddythecat0

    @teddythecat0

    7 ай бұрын

    task.wait(3); workspace["Your Spawn Location Name"].Anchored = true; workspace["Your Spawn Location Name"].CanCollide = false

  • @Pgia55

    @Pgia55

    7 ай бұрын

    @@teddythecat0 Why did you put anchored tho. lol

  • @teddythecat0

    @teddythecat0

    7 ай бұрын

    @@Pgia55 so it does not fall down.

  • @Zombie2729
    @Zombie27297 ай бұрын

    thats impressive for 1 line of code

  • @socialix_

    @socialix_

    7 ай бұрын

    technically you could make an even better game with a single line of code but the script would be extremely messy and hard to debug

  • @RoDev

    @RoDev

    7 ай бұрын

    exactly

  • @RoDev

    @RoDev

    7 ай бұрын

    thanks

  • @2.cute4uo
    @2.cute4uo3 ай бұрын

    Is this color block

  • @mrgasmaskguy-Topic
    @mrgasmaskguy-Topic3 ай бұрын

  • @ItsGitto
    @ItsGitto7 ай бұрын

    What's up RoDev!

  • @RoDev

    @RoDev

    7 ай бұрын

    what's up gitto

  • @ItsGitto
    @ItsGitto7 ай бұрын

    Here you go ;)

  • @RoDev

    @RoDev

    7 ай бұрын

    appreciate it Gitto

  • @ayaanquazi2564
    @ayaanquazi25644 ай бұрын

    description Gang

  • @Peicey
    @Peicey7 ай бұрын

    i copied this entire game and now i am making real gaming with scripting thx so much

  • @RoDev

    @RoDev

    7 ай бұрын

    nice

  • @babytite18
    @babytite188 ай бұрын

    i joined the game to try it out, and it was good until I found a bug, for your coding journey I suggest you read this because when you stand still it doesnt kill you. if i stood still for like 25 seconds and a red brick appeared under me i wouldnt die for some reason, i hope you see this also i love your vids

  • @RoDev

    @RoDev

    7 ай бұрын

    i realized after lmao, appreciate it 🙏🙏

  • @babytite18

    @babytite18

    7 ай бұрын

    @@RoDev np

  • @-j5v

    @-j5v

    7 ай бұрын

    wow what a shocker.. i wonder why .Touched never gets used haha

  • @alex342gwsturk8

    @alex342gwsturk8

    7 ай бұрын

    yeah theres a reason touched doesnt get used often

  • @teddythecat0

    @teddythecat0

    7 ай бұрын

    ​@@-j5v.Touched is better than TouchInterests, Reasons: Exploiting) Exploits have a firetouchinterest function that can keep firing it with false to make sure you dont die to the part 2) .Touched is easier to use

  • @thatscrazylol69
    @thatscrazylol699 ай бұрын

    Is it ok if I can use this code for my game or Nah

  • @RoDev

    @RoDev

    9 ай бұрын

    Of course!

  • @AaronSucksAtLife
    @AaronSucksAtLife9 ай бұрын

    Tutorial pls

  • @ANUJ_SPACE_MONKEY
    @ANUJ_SPACE_MONKEY7 ай бұрын

    my floor is collapsing why

  • @capo3503
    @capo35037 ай бұрын

    adding touch event inside of while loop is fucking insane... you do realize you could of done that before the while true loop correct?

  • @RoDev

    @RoDev

    7 ай бұрын

    “could of” is insane too💀💀

  • @Hellscaped

    @Hellscaped

    7 ай бұрын

    @@RoDev nah its should of because you should of done that

  • @RoDev

    @RoDev

    5 ай бұрын

    my bad can I see ur video trying this

  • @Hellscaped

    @Hellscaped

    5 ай бұрын

    @@RoDev huh

  • @RoDev

    @RoDev

    5 ай бұрын

    it’s not “should of” either😭😭

  • @KruxzShorts
    @KruxzShorts10 ай бұрын

    W vid keep it up

  • @RoDev

    @RoDev

    10 ай бұрын

    Appreciate it, will do 🙏

  • @gerstemoutazijn
    @gerstemoutazijn8 ай бұрын

    Whenever i use the part grid command it is in a line

  • @RoDev

    @RoDev

    7 ай бұрын

    damn

  • @BlobsMations
    @BlobsMations6 ай бұрын

    Well I don't even use code in my games

  • @SpanishShortsCreator
    @SpanishShortsCreator6 ай бұрын

    0 scripts: obby on the sky.

  • @swagtastical
    @swagtastical6 ай бұрын

    disable castshadow

  • @kolmioo
    @kolmioo8 ай бұрын

    Cast shadow left the chat

  • @RoDev

    @RoDev

    8 ай бұрын

    😭

  • @GiulianoBR3
    @GiulianoBR37 ай бұрын

    Any script works with 1 line, but it's harder to read and fix it

  • @RoDev

    @RoDev

    7 ай бұрын

    mhm

  • @-j5v

    @-j5v

    7 ай бұрын

    hey you actually can, theres plugins that make it eaiser to read your scripts and actually line them out without you changing anything in the source script at all

  • @GiulianoBR3

    @GiulianoBR3

    7 ай бұрын

    @@-j5v i mean it's harder to read

  • @-j5v

    @-j5v

    7 ай бұрын

    @@GiulianoBR3 yeah it is hard but plugins can let you get rid of that problem

  • @Red_scyther
    @Red_scyther8 ай бұрын

    Can you put the code in comment i trying to make a game like that pls reply to this

  • @RoDev

    @RoDev

    8 ай бұрын

    already in the description

  • @eggnogperson
    @eggnogperson7 ай бұрын

    dude you somehow produced a memory leak in 16 lines of code

  • @RoDev

    @RoDev

    7 ай бұрын

    wdym somehow it’s pretty obvious lol

  • @eggnogperson

    @eggnogperson

    7 ай бұрын

    ​@@RoDev when you say obvious do you mean the fact that you're unskilled?

  • @-j5v

    @-j5v

    7 ай бұрын

    ^^^^@@eggnogperson

  • @GamingMoose1736
    @GamingMoose17368 ай бұрын

    Description Gang

  • @roblox_game518
    @roblox_game5182 ай бұрын

    KZreadrs:this script is 1 line of code🎉🎉🎉 Script:

  • @V1N69
    @V1N697 ай бұрын

    well i made one with no line of code 😎

  • @DHgamerZ_6913
    @DHgamerZ_6913Ай бұрын

    Description gang❤

  • @RoDev

    @RoDev

    Ай бұрын

    Ww

  • @TheDawsonGuy
    @TheDawsonGuy7 ай бұрын

    I wanna create this game. Can i create it pls

  • @RoDev

    @RoDev

    7 ай бұрын

    thats why I provided the code

  • @TheDawsonGuy

    @TheDawsonGuy

    7 ай бұрын

    ok thank

  • @YTCBII

    @YTCBII

    7 ай бұрын

    What’s the game called?

  • @Malv4re
    @Malv4re7 ай бұрын

    To turn of the shadow of a part go to properties and unselect "castshadow"

  • @RoDev

    @RoDev

    7 ай бұрын

    ik

  • @stoperdos

    @stoperdos

    7 ай бұрын

    @@RoDev so many people were concerned here lol

  • @ReaIToxic
    @ReaIToxic7 ай бұрын

    im your 1k like

  • @LukeIsntFunnyGaming
    @LukeIsntFunnyGaming10 ай бұрын

    this was crazy.. lol

  • @RoDev

    @RoDev

    10 ай бұрын

    yeah haha

  • @LukeIsntFunnyGaming

    @LukeIsntFunnyGaming

    10 ай бұрын

    @@RoDev yo hi!!

  • @Daniel4Scratch
    @Daniel4Scratch7 ай бұрын

    Why don’t you just set the part’s behaviour property “CanTouch” to false?

  • @RoDev

    @RoDev

    7 ай бұрын

    good idea, i won’t remember for next time because this would be a bad game idea 😭😭

  • @swzlerscool
    @swzlerscool8 ай бұрын

    Day 1 of asking rodeo to make a gtag fan game for Ben players

  • @swzlerscool

    @swzlerscool

    8 ай бұрын

    I meant vr

  • @geniusg9977
    @geniusg99777 ай бұрын

    epic

  • @alochaDominiczek
    @alochaDominiczek7 ай бұрын

    pov skybox on toolbox

  • @notzwx
    @notzwx8 ай бұрын

    hey, can i make a simillar game?

  • @RoDev

    @RoDev

    8 ай бұрын

    ok

  • @notzwx

    @notzwx

    8 ай бұрын

    ty @@RoDev

  • @Hzodx
    @Hzodx7 ай бұрын

    bro just put a connection in a while loop

  • @RoDev

    @RoDev

    7 ай бұрын

    😭 probably looks stupid when formatted

  • @MinerGritz
    @MinerGritz7 ай бұрын

    can't you just... ignore making any spaces in scripting? or just make an entire script and then get rid of every space?

  • @RoDev

    @RoDev

    7 ай бұрын

    thats cheating for this challenge

  • @rapscalliana

    @rapscalliana

    7 ай бұрын

    but its technically one line of code@@RoDev

  • @PGTRobloxArsenalCS2
    @PGTRobloxArsenalCS28 ай бұрын

    Me who is lazy to learn Lua and doesn't use any code in my games:

  • @breaddacat7935

    @breaddacat7935

    8 ай бұрын

    wdym

  • @PGTRobloxArsenalCS2

    @PGTRobloxArsenalCS2

    8 ай бұрын

    @@breaddacat7935making a game by only dragging parts

  • @RoDev

    @RoDev

    7 ай бұрын

    lol what do u do to make ur games work

  • @-j5v

    @-j5v

    7 ай бұрын

    probably free assets

  • @-j5v

    @-j5v

    7 ай бұрын

    like you

  • @Quvl
    @Quvl7 ай бұрын

    What being hurt this man...

  • @RoDev

    @RoDev

    7 ай бұрын

    ?

  • @Xion-ennekenetic-Ace2Prime-vC7
    @Xion-ennekenetic-Ace2Prime-vC77 ай бұрын

    Why not polish game?

  • @RoDev

    @RoDev

    7 ай бұрын

    never touched it again lmao what’s the point of

  • @Xion-ennekenetic-Ace2Prime-vC7

    @Xion-ennekenetic-Ace2Prime-vC7

    7 ай бұрын

    @@RoDev it'll look better

  • @RoDev

    @RoDev

    7 ай бұрын

    np

  • @user-yx7km4ot3o
    @user-yx7km4ot3o7 ай бұрын

    this is the command he wrote in the command bar ffor i = 1,50,5 do for z = 1,50,5 do local x = Instance.new("Part",workspace) x.Size = Vector3.new(5,1,5) x.Position = Vector3.new(i,1,z) end end

  • @ntgqwa2708

    @ntgqwa2708

    5 ай бұрын

    no its not

  • @RoDev

    @RoDev

    5 ай бұрын

    try removing the extra f at the start

  • @FiveShineDev
    @FiveShineDev10 ай бұрын

    Actually the Idea Was From A KZreadr Called CodeBro29 but eh we don't taalk about it

  • @RoDev

    @RoDev

    10 ай бұрын

    Never heard of him

  • @FiveShineDev

    @FiveShineDev

    10 ай бұрын

    @@RoDev oh k

  • @RoDev

    @RoDev

    10 ай бұрын

    I looked it up, you’re right, but I contacted Zyontic for this one

  • @FiveShineDev

    @FiveShineDev

    10 ай бұрын

    @@RoDev k

  • @tankmemer
    @tankmemer5 ай бұрын

    Can I have the script 🙏

  • @RoDev

    @RoDev

    5 ай бұрын

    i thought i put it in the description?

  • @ketPLaysDev
    @ketPLaysDev9 ай бұрын

    and test it in a vid

  • @RoDev

    @RoDev

    9 ай бұрын

    We tested it in this video.

  • @kartonik301
    @kartonik3014 ай бұрын

    hello do you remember me?

  • @RoDev

    @RoDev

    4 ай бұрын

    no

  • @ilikedogsandstuff
    @ilikedogsandstuff7 ай бұрын

    Hot dog water Ice cube

  • @rapscalliana
    @rapscalliana7 ай бұрын

    WE KNOW YOU CAN TURN THE SHADOWS OFF IT'S HALF OF THE COMMENTS

  • @RoDev

    @RoDev

    7 ай бұрын

    maybe that’s why i didn’t use cast shadow 😭😭🙏

  • @Jeff69615
    @Jeff696158 ай бұрын

    Can someone give me the script for the game like the scripts I wanna make the same but with different maps Lol pls find the script

  • @user-bh6vf7zh9s

    @user-bh6vf7zh9s

    8 ай бұрын

    while wait(1) do for i,v in workspace.Parts:GetChildren() do v.Touched:Connect(function(hit) if v.BrickColor == BrickColor.Red() and game.Players:FindFirstChild(hit.Parent.Name) then hit.Parent.Humanoid.Health = 0 end end) end for i = 1,100,1 do if math.random(1,5) == 4 then workspace.Parts:GetChildren()[i].BrickColor = BrickColor.Red() else workspace.Parts:GetChildren()[i].Color = Color3.fromRGB(163,162,165) end end end

  • @Jeff69615

    @Jeff69615

    8 ай бұрын

    Thank you Bro@@user-bh6vf7zh9s

  • @RoDev

    @RoDev

    8 ай бұрын

    right in the description lmao

  • @Jeff69615

    @Jeff69615

    8 ай бұрын

    oh Lol@@RoDev

  • @Jeff69615

    @Jeff69615

    8 ай бұрын

    Idea for next Vid : Can you make a Video about People Working on a Horror game but the Horror game is Actually really bad , and they Can't chat with Each other or Talk to each Other and every Person has 2 Hours@@RoDev?

Келесі