How are you not famous yet?? This video is first class!! You're givin me motiavation to continue building my game!!
@DeezNuts-sb3gg Жыл бұрын
Sameee
@adgurkan Жыл бұрын
Fr
@joyhoag7781 Жыл бұрын
IKR
@JoinRobloxGroupGameBig Жыл бұрын
I know he helps so much and he definitely won he did half of the work on chataGpd
@goku9q6 ай бұрын
Idea: make a timer and if you die you will be put in a box where you can spectate the players and wait for the time to finish to start playing again!
@ravenguydude Жыл бұрын
you are one of the best dev youtubers i have ever seen, you are really inspiring!:)
@RoDev Жыл бұрын
Thank you so much, appreciate it 🙏🙏
@OhioGaming-g2hАй бұрын
I agree
@K3ttei Жыл бұрын
As a roblox dev in training, no chat gpt ain’t reaching anywhere near a dev’s skills. Also you earned a sub.
@wifi_masterpiece Жыл бұрын
bro your so underrated, ty for makiing 6 devs vid too! i love those types of vids and would love for more vids like that :D
@RoDev Жыл бұрын
More to come!
@IF2290wastaken9 ай бұрын
aye man why do u dont have 1mil subs yet? u are underrated
@Edit.Eclipses10 ай бұрын
It gives inaccurate answers if the description is not detailed. Even with a detailed command, you still have to figure out what to input and which scripting method would be the better option. While it can save you time and offer assistance, it's not capable of independently creating games as some people tend to overestimate.
@omarmammad-jh3eu9 ай бұрын
bro is goated at making games keep on the good work
@Roblox_Artisticraft Жыл бұрын
Write me a Roblox Studio script that will create a grid of (5,.2,5) block parts in a 10 by 10 grid. Make them all start off transparent = 1. continuously Every 2 seconds make a random 20 of them transparent = 0 and the rest opaque. When they are transparent = 0 make them damage any Character that is touching them by dealing 100 damage to the player.Character.Humanoid and every 20 seconds make the ones that are transparent = 0 back to transparent = 1 This is what it gave me and it works. Just ask for color next. -- Define the size of the grid and the size of individual blocks local gridSize = 10 local blockSize = 5 -- Create the grid local gridParts = {} -- Store references to grid parts for x = 1, gridSize do for z = 1, gridSize do local part = Instance.new("Part") part.Size = Vector3.new(blockSize, 0.2, blockSize) part.Anchored = true part.Position = Vector3.new(x * blockSize, 0, z * blockSize) part.Transparency = 1 -- Start off transparent part.Parent = game.Workspace table.insert(gridParts, part) end end -- Function to damage characters touching the transparent parts local function damageCharacters(part) part.Touched:Connect(function(other) local character = other.Parent if character and character:FindFirstChild("Humanoid") then local humanoid = character.Humanoid humanoid:TakeDamage(100) end end) end -- Function to make 20 random parts transparent and the rest opaque local function changeTransparency() -- Shuffle the gridParts table randomly for i = #gridParts, 2, -1 do local j = math.random(i) gridParts[i], gridParts[j] = gridParts[j], gridParts[i] end local numToChange = math.min(20, #gridParts) for i = 1, numToChange do gridParts[i].Transparency = 0 damageCharacters(gridParts[i]) end for i = numToChange + 1, #gridParts do gridParts[i].Transparency = 1 end end -- Timer to change transparency and damage every 2 seconds while wait(2) do changeTransparency() end
@Jared66669 Жыл бұрын
This guy is so underrated 💯💯
@universalgames2901 Жыл бұрын
I like using it but I don’t rely on it. I use it to solve certain issues when your scripting. I tend to base my scripts off GPT after performing a couple of tests
@Skeppys_Goat9 ай бұрын
2:15 All these parts but we looking at that part…
@G4LCDev Жыл бұрын
The Bad Labs group has reached 1,000 Members!
@RoDev Жыл бұрын
Amazing lmao, not sure why people joined but that’s pretty cool
@pickles85039 ай бұрын
ChatGPT's learning or whatever its called got cut off in 2021 so it cant really learn anymore
@RoDev9 ай бұрын
GPT-4 is actually up to date
@zelectricite Жыл бұрын
Hey man! Which mic do you use?
@smaos5400 Жыл бұрын
Chat gpt is good at making simulators a made a whole simulator with gqmepasses with robots
@Trickzy_1. Жыл бұрын
how could u explain so i can try?
@Whoareceltic Жыл бұрын
Whats the code for the little on line code?
@RoDev Жыл бұрын
?
@Whoareceltic Жыл бұрын
I look back on this comment I don't know what I was talking about 🤣
@Klaris5309 ай бұрын
Bro got beef with ai💀
@Felipefilip Жыл бұрын
you're underrated you deserve rmore Im OG
@Trxnn Жыл бұрын
Only real ones have seen this vid whilst its unlisted 🔥🔥 (first :)
@RoDev Жыл бұрын
No way 😭😭😭
@RoDev Жыл бұрын
I appreciate the support tho, thank you!!
@harvmathhАй бұрын
Yo I seen yo edits
@JC107565 ай бұрын
Description Gang🔥🔥🔥🔥🔥
@baoao484710 ай бұрын
Can you teach about Ro codes? ( Haven’t learnt and know nothing about it )
@RoDev10 ай бұрын
what is Ro codes??
@DidierThePenguin Жыл бұрын
What the name of the musics ?
@magicscripter10004 ай бұрын
what's that font, I like it
@ZaWaruldo123 Жыл бұрын
Ur vids are so good i wish i had good coding
@RoDev Жыл бұрын
I started the same you would if you tried to learn coding. Just keep that in mind.
@ZaWaruldo123 Жыл бұрын
@@RoDev ok I will try to do coding
@clocky5018 Жыл бұрын
cool video idea!
@RoDev Жыл бұрын
Thanks!
@123forafurry Жыл бұрын
chatgpt is op if u actually work with it, as in troubleshoot
@crooda3681 Жыл бұрын
chatgpt overthinking lmao
@KadenFinity Жыл бұрын
I’m pretty sure the answer is easy but still W video
@Videorater17811 ай бұрын
Chatgtp will help me much
@jimhalpert0 Жыл бұрын
Short answer: no Long answer: nope
@BESTGAMER12132 Жыл бұрын
I feel you. Using chatgpt to make a game can actually be very annoying
@yuuuriiii11 ай бұрын
chat gpt isnt mean for making a game. Its pretty good at debugging my code tho
@Petergrifinreal10 ай бұрын
Description gang
@RoDev4 ай бұрын
Www
@AuranUnion Жыл бұрын
Hi
@RoDev Жыл бұрын
Hi
@lyssamonhollen10 ай бұрын
Description Gang
@RoDev10 ай бұрын
Www
@emre_ez Жыл бұрын
i feel like teleporting is better cuz dying takes 20 yrs to respawn
@arzoofour Жыл бұрын
Just change the respawn time to 0
@YourlocalketPLays Жыл бұрын
can you test out my script
@RoDev Жыл бұрын
Wdym
@anamkhan24108 ай бұрын
why does it have 69 views 💀💀💀💀
@RoDev8 ай бұрын
69k*
@YourlocalketPLays Жыл бұрын
nice vidoe
@user-px2tx2kt8m Жыл бұрын
holy
@Thecarman-n8o7 ай бұрын
way the minute is the me what
@RoDev7 ай бұрын
no way
@i0909o Жыл бұрын
Uhm
@RoDev Жыл бұрын
?
@JakeTheUhh Жыл бұрын
good
@RoDev Жыл бұрын
k
@gamewithog Жыл бұрын
I guess Stupid GPT lost
@gamewithog Жыл бұрын
Question: what happened here (text) 2:29 😅
@RoDev Жыл бұрын
Looks fine wdym?
@bonkbonkcool Жыл бұрын
Description Gang!!!!!!!!!!!!!!
@CIA_Insights Жыл бұрын
sus
@regyt911 Жыл бұрын
kzbin.info/www/bejne/hWbFhXqdi8uWba8
@sadge6430 Жыл бұрын
Xdd ass
@user-px2tx2kt8m Жыл бұрын
pin trxnn
@saniz997 Жыл бұрын
Yippie
@RoDev Жыл бұрын
Hi saniz
@SuminaArts Жыл бұрын
StupidGPT is correct✅✅😂
@universalgames2901 Жыл бұрын
I agree even though it wasn’t design to learn roblox (lua) programming