Тёмный

1 Minute vs 1 Hour Roblox Game 

ByteBlox
Подписаться 46 тыс.
Просмотров 109 тыс.
50% 1

50% OFF COUPON WITH "DOUBLEBYTE" (ends in 3 days):
linktr.ee/ByteBlox
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/ByteBlox
You’ll also get 20% off an annual premium subscription!
discord: / discord
wondered how to make a main menu in roblox studio? or how to create a shop which has working GUI? ive made lots of 2024 roblox scripting tutorials about all the different bits of roblox to give you some up-to-date information about all of its properties and events.
my goal is to simply give some insight on how to use the various features and instances roblox studio, and show you some fun stuff you can do with them. thanks for checking out this roblox scripting tutorial :)

Хобби

Опубликовано:

 

11 апр 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 249   
@byteblox100
@byteblox100 2 месяца назад
USE CODE "EDGEBYTE" FOR 50% OFF (ends in 3 days lol): linktr.ee/ByteBlox
@creeperplayzz
@creeperplayzz 2 месяца назад
Apart from me edging to every video of yours i would love to see this become an actual game
@MarzFromMars
@MarzFromMars 2 месяца назад
what
@Wermite.
@Wermite. 2 месяца назад
U didnt link the game daddy byte🥺🥺🥺
@Eeryfy
@Eeryfy Месяц назад
No way you made that your code 😭😭
@Sir_Lemons
@Sir_Lemons Месяц назад
I want to play your game 😡
@Cpufi
@Cpufi 2 месяца назад
this is way harder than the normal timed projects as hes actually explaining what he is doing.
@Nuhuhhehehe
@Nuhuhhehehe 19 дней назад
But im harder
@pent6841
@pent6841 16 дней назад
@@Nuhuhheheheguess he is harder
@p2l
@p2l 2 месяца назад
24:29 - Reason why it wasn't working is because roblox picks gradient that was there for the longest time (aka the first one) and sticks to it. Because you didn't have anything to remove gradients at that time, the gradients would keep being cloned to the textlabel without them actually doing anything since there's one in use already
@cowwithwings
@cowwithwings Месяц назад
whats the fix?
@p2l
@p2l Месяц назад
@@cowwithwings it should be obvious but just remove all gradient instances before you apply the new one
@ryzyka.
@ryzyka. Месяц назад
@@cowwithwings [the name]:Destroy()
@Deadlox3
@Deadlox3 Месяц назад
Yeh he found out
@coolcons1930
@coolcons1930 11 дней назад
If gradient exist then Gradient:Destroy New gradient.parent = head.blablabla
@fiftys7ven
@fiftys7ven 2 месяца назад
The problem is you didn’t add gradient for None (no effect)
@byteblox100
@byteblox100 2 месяца назад
Honestly that probably was it
@user-cw4sk4up7y
@user-cw4sk4up7y 2 месяца назад
sol's rng isn't even a game it's just an experience😭😭
@CJ-won
@CJ-won Месяц назад
Not even an experience, its an action, you click a few buttons then walk away.
@RoyaleAria
@RoyaleAria Месяц назад
@@CJ-wonno its not an action its a gameble
@RoyaleAria
@RoyaleAria Месяц назад
Rip i spelt gamble wrong💀💀
@onlyblooper
@onlyblooper Месяц назад
​@RoyaleAria its not. to gamble there needs to be something of value on the line. on sols rng there is nothing of value on the line. sols rng is literally just a time waster
@rubysamurai
@rubysamurai Месяц назад
​@@onlyblooperI mean, time is money, you are gambling time. You gamble robux on gamepasses when there is only a chance that they will actually help you. Fuck, it has been said numerous times that it uses the same method as gambling to get you addicted. It doesn't take money to get you addicted to gambling, the excitement from making a simple action and having a small chance to win something legendary alone is mostly what addicts you. The money wasting is necessary for the person giving you the addiction to profit. There is a flaw with that, though. If you run out of money or notice you are starting to go broke, if you are a level minded person you would know to stop. That is why sols rng is genius: you have nothing to lose except for time, and the developer still gets money.
@ufoulroo2035
@ufoulroo2035 2 месяца назад
Hey that’s a really cool approach to adding debounces, nice
@insertusernamehere8125
@insertusernamehere8125 Месяц назад
Yea it seems like a way cooler debounce that you can be more creative with
@KashTheKingYT
@KashTheKingYT 2 месяца назад
Title: "1 minute game" Video: 26 minutes long 🤔
@Dehhoy
@Dehhoy 2 месяца назад
maybe it's slowed down
@Hyperbolicdev
@Hyperbolicdev Месяц назад
It's obviously just extremely slowed down.
@liontamerxl
@liontamerxl Месяц назад
Watch the video and find out
@shoppingcart69420
@shoppingcart69420 Месяц назад
He said 1 minute game not 1 minute video
@Koofi2
@Koofi2 Месяц назад
@@shoppingcart69420hes joking
@weltonplayz
@weltonplayz 2 месяца назад
byteblox, i watch your videos nearly everyday, they give me motivation to continue working on roblox games and show them to my friends, keep up the good work
@kekefufu2748
@kekefufu2748 Месяц назад
i really enjoyed that vid and i actually feel like i learned stuff, i will for sure come back to it when i'm able to get on roblox studio
@FantasyGuide74
@FantasyGuide74 Месяц назад
i absolutely love and respect how he just says that sol's rng is a game made in 10 mins
@tobyvr4658
@tobyvr4658 Месяц назад
amazing video i love that you kinda teach us scripting or like you say what you do and why you do it. Keep up the good work
@benostrovsky1011
@benostrovsky1011 Месяц назад
I believe that at 6:02 the chances labeled 30 and 20 are actually both 20% chance. There are two ways this can be proved: First, a simple counting argument: the total percent chance should add up to 100. 50+30+20+10 is 110, while 50+20+20+10 is 100. The more concrete way to prove this is to consider the number of integers each slot can have. 6-10 is 5 integers, so 50% chance. 4-5 is 2 integers, so 20% chance. 2-3 is again 2 integers, so 20% chance. Finally, 1 is 1 integer, so 10% chance.
@Dom5S
@Dom5S Месяц назад
Thanks for explaining how things work bro! Very helpful for beginners who wants to script like me.
@CooingMaxito
@CooingMaxito Месяц назад
I’m not even a Roblox developer but I watch these videos anyway lmao Keep it up, your videos are pretty fun to watch
@ImFrAlex
@ImFrAlex Месяц назад
ByteBlox, this is so awesome. I'm somewhat beginning to understand coding and everytime I watch your vids, you explain how code works without making it confusing. When I have the money, I plan to buy your Beginner to Expert scripting guide. I have plans to make a PvP game on Roblox and your videos fill me with DETERMINATION and motivation.. I'm sick of PvP games without fluid combat or real-time combat so I hope to make a game without clunky-ness or any of that "yucky" feel most PvP games on Roblox have. I'm doing too much yapping lol.. I'll continue to watch your videos until I can buy the course, man. :mouse2:
@insertusernamehere8125
@insertusernamehere8125 Месяц назад
I like how you explain everything along the way
@imacat643
@imacat643 Месяц назад
fun fact: when making a gui scaled you dont even need 1,1 you can just type *1* and roblox gets it
@shubaponcr341
@shubaponcr341 2 месяца назад
Do a video on IKControls!
@sixemperor9456
@sixemperor9456 Месяц назад
bro ur discord mods abuse admin i got ip banned for literally talking back (i called a mod lil bro) cuz he called me an idiot for asking a question and didnt even try to help me w my question just straight up trolling me
@azix4591
@azix4591 Месяц назад
They are toxic
@TheSwedishPotato
@TheSwedishPotato 15 дней назад
The problem is that you didn't parent the gradient to the textlabel.
@nuclearsu
@nuclearsu Месяц назад
In the remaining time for the 1 hour game, you should have added datastoring!!
@Storm_RB5
@Storm_RB5 Месяц назад
you need to destroy the gradients. I had this problem too
@iamyou-tf4hl
@iamyou-tf4hl 19 дней назад
for example: function(x) do the x actually matter in the code?
@NavyBlueRevenos
@NavyBlueRevenos Месяц назад
y u make the timer so damn loud bro im watching this on the tv
@someoneuhyeah
@someoneuhyeah 7 дней назад
dang, you just roasted my overnight electricity bills at the start of the video
@Hyperbolicdev
@Hyperbolicdev Месяц назад
Haters won't accept the video is just extremely slowed down so we can comprehend.
@thehumancalledEkamjit
@thehumancalledEkamjit Месяц назад
in 1 minute, he did coding more than i can do in 1 hour.
@1440hz
@1440hz 17 дней назад
i love you byteblox
@GrimBeConfused
@GrimBeConfused Месяц назад
Yo byte just want to say you don’t gotta wait for things in replicated storage it just makes your script longer replicated storage doesn’t need to load as it’s not a local thing the player needs to register its looks
@GrimBeConfused
@GrimBeConfused Месяц назад
And also when you get the character you don’t need to wait for the humanoid root part that comes along side with the character you already have a wait for character line
@dadogwitdabignose
@dadogwitdabignose Месяц назад
make a game that is literally to speedrun your speedrun-made game
@EvenMoreMoney
@EvenMoreMoney Месяц назад
This was some premium gourmet content.
@Wyrmver
@Wyrmver Месяц назад
what if you didn't reset and just took out a minute or more out of the next timer
@cape2378
@cape2378 Месяц назад
Great video man, appreciate that you explain why and how the scripts work, extremely attractive
@ult..
@ult.. Месяц назад
You should make a part two but with 10 hours and 24 hours or 5 hours and 10 hours
@coolguy-lx3fy
@coolguy-lx3fy 9 дней назад
You put two gradients so it dosen’t work, only works if there 1 gradient
@BlueAxolotlOfficial
@BlueAxolotlOfficial Месяц назад
I can’t understand, add subway suffers on the top and put some family guy clips in the side
@Sleepy_Jell
@Sleepy_Jell Месяц назад
if bro puts months into 1 game he would make roblox itself
@MrSquigglesYT
@MrSquigglesYT 7 дней назад
Could you not have done the cooldown system in the local script? It would be so much eaisier
@audrete6071
@audrete6071 Месяц назад
those look like 26 minutes to me
@arbuzdev
@arbuzdev Месяц назад
Amazing video
@altlolxdgd
@altlolxdgd 2 месяца назад
ur so underrated
@Resueman_
@Resueman_ Месяц назад
6:02 the percentages add up to 110%?
@Kopenhagen23
@Kopenhagen23 2 месяца назад
ByteBlox posts I listen
@Airborne-Missile
@Airborne-Missile Месяц назад
can you try making a ship game in under 3 hours
@dylansmith6613
@dylansmith6613 18 дней назад
I followed it to a T but it didn’t work
@Hermit_Wish
@Hermit_Wish Месяц назад
I'm honestly wondering whether if statements are better or using a metatable and do a weighted chance approach.
@byteblox100
@byteblox100 Месяц назад
Literally either works. Weights would be better if you want an easier time adding new rarities, but for beginners, it shouldn’t really matter
@Hermit_Wish
@Hermit_Wish Месяц назад
@@byteblox100 fair point, although one could argue that having if statements for each RNG draw is bad practice. Let's say you want to have 3 items to be the same chance, you're going to run into a problem if you're doing an if statement approach and likely have to run Math.random again till you end up at 1 item. Where as weighted chance is usually a singular function. Although, I have to say though, it also heavily depends on the target audience. If the target audience is people who are completely new, then yes the if statement is great as you get a better feedback of what's happening. Either way, this is a me problem in the end and I just wish more people brought awareness to weighted chance as it is much more beneficial.
@makinnir
@makinnir Месяц назад
@@Hermit_Wishcan you quickly explain weighted chance?
@Hermit_Wish
@Hermit_Wish Месяц назад
​@@makinnir I will not go into full detail of how to make it out of respect of ByteBlox and their audience, my apologies. But, in simple terms, you give each item a certain amount of "rolls", which in turn allows you to control the odds in a way you can make certain items more common than others. if done correctly, you could for example have 50 items be 1 in 25 rolls and have 175 items be 1 in 5,240 rolls, etc. The whole process, while it theoretically gives gives the same odds, actual results may differ depending on how many items have said odds; with such, as explained earlier, it's a way to control rarity on a larger scale and how much you want an item to enter the game
@Lordofbones96803
@Lordofbones96803 Месяц назад
0:03 This video needs a jumpscare warning, I was minding my own business laying down in my bed and this made me recoil so hard I fell off my bed and got a compound fracture in my skull (I got better). I have spent well over $17,000 in medical bills after this incident. Despite this, the video was funny and I enjoyed it even though I had to skip 0:03-0:06
@MasCWE
@MasCWE Месяц назад
How do you get the effects to anchor to your character? I can’t get them to do so
@dootslayer1411
@dootslayer1411 4 дня назад
They should be auto-anchored by changing their parent to the humanoid root part
@temporaltribe
@temporaltribe Месяц назад
Sols RNG is just glorified gambling XD
@ufoulroo2035
@ufoulroo2035 2 месяца назад
Uh that percentage code isn’t right, if there is a random chance from 1 to 100 then nothing happens if it’s above 50, you just did below 50 then below 30 and so on.. what the. Edit: oh nice you realised your mistake, good job
@pansirawit
@pansirawit 2 месяца назад
before I clicked on the video: no way he can make a game in 1 minute 1 second into the video: nevermind
@Hey-cj9nl
@Hey-cj9nl Месяц назад
noted.
@name6953
@name6953 29 дней назад
25:56 average sols rng player ☠☠
@justindc0
@justindc0 Месяц назад
1 hour game but the video is 20+ mins only?
@NedaNeatbot
@NedaNeatbot Месяц назад
Bro I exploded in my pants while watching this video 😂😂😂😂😂😂😂🥹🙏🙏🙏🙏🙏🙏🙏👀👀👀
@angelicnam
@angelicnam 4 дня назад
„10 minute game like sols rng“ and then you proceed to only make sparkles on a character? no map, no ui, not a single acutal aura, no rolling system etc.. you notice how far fetched and unrespectful calling it an „10 minute game“ is when it actually takes a good amount of work?
@byteblox100
@byteblox100 4 дня назад
Found the kid
@HeitorRauberScussiato
@HeitorRauberScussiato 2 месяца назад
Why cant o make a game in a while week? AND YOU DO IT IN 60 SECONDS? (Seconds = minutes)
@Occult_day.
@Occult_day. Месяц назад
bro made 1 hour and 11 mins in just 26 mins
@visablename
@visablename 2 месяца назад
Who else edges to byte bloxs?
@2Savyy
@2Savyy 2 месяца назад
ME!!
@Lx_nar
@Lx_nar 2 месяца назад
Im female but if I was male I would 💀
@darkshadow2314
@darkshadow2314 2 месяца назад
What the fu
@That1_derr
@That1_derr 2 месяца назад
relatable
@creeperplayzz
@creeperplayzz 2 месяца назад
​​@@Lx_narwho says females cant?
@marsalgoritmika
@marsalgoritmika Месяц назад
Video çok güzeldi ellerine sağlık
@Chomikes
@Chomikes Месяц назад
My grandma is your fan byteblox
@iisle
@iisle Месяц назад
Im just now realizing how much he overuses waitforchild
@imnotapartygoer
@imnotapartygoer Месяц назад
Fr
@thetiredplotter7030
@thetiredplotter7030 2 месяца назад
hi
@bolhacska64
@bolhacska64 Месяц назад
YOUR THE BESZ GUIDR❤❤❤❤❤❤❤❤
@amaz1699
@amaz1699 Месяц назад
PLEASEE 🙏🙏 Make a game that uses no variables (local and global)
@Mayorascat31
@Mayorascat31 Месяц назад
imposible
@Simply-Better
@Simply-Better 2 месяца назад
Could you explain what the problem was in the end?
@ultimatesheep
@ultimatesheep 2 месяца назад
Because he didn't destroy the uigradient effect when rolling new effect and common uigradient is overwriting everything
@Simply-Better
@Simply-Better Месяц назад
@@ultimatesheep ohhh ok thanks alot
@ultimatesheep
@ultimatesheep Месяц назад
@@Simply-Better np bro
@mr1910sguy
@mr1910sguy 2 месяца назад
sheeshables
@pavankrishna6637
@pavankrishna6637 Месяц назад
if chance > 30 then 30% chance...??? isnt it chance < 30 == 30% Pol
@kjowl
@kjowl Месяц назад
bro just finish this and polish it might as well
@ConPlaysGames
@ConPlaysGames 2 дня назад
Good youtuber bad discord mods
@beobeo2095
@beobeo2095 Месяц назад
Lvl 1 edging
@YOSOYCOQUET
@YOSOYCOQUET 27 дней назад
Lokking for the name everywhere
@ReaISepiroth
@ReaISepiroth Месяц назад
I want to make my own game with rng type stuff like this in it and it helps SO much
@cricket-ux4nu
@cricket-ux4nu 2 месяца назад
👍
@TheEmeraldKidRE
@TheEmeraldKidRE 24 дня назад
That’s not how rarity systems work lmao
@EGGS181
@EGGS181 26 дней назад
Bro you should make a video on how to make a game like sols rng and bis time tell them how to also make a inventory
@ToastysTaken
@ToastysTaken 2 месяца назад
why not just add a debounce in the local script and do if deb == false then run the code? its much simpler
@CarlosGarcia-jw2xd
@CarlosGarcia-jw2xd Месяц назад
Exploiters can easily bypass debounces and cooldowns in local scripts by just calling the remote event whenever
@ToastysTaken
@ToastysTaken Месяц назад
@@CarlosGarcia-jw2xd ah
@ToastysTaken
@ToastysTaken Месяц назад
@@CarlosGarcia-jw2xd that was my initial thought actually just wanted to make sure
@RemoteAccessGG
@RemoteAccessGG Месяц назад
Tip: never believe clients.
@makinnir
@makinnir Месяц назад
the client WILL kill you
@marike113
@marike113 2 месяца назад
bro pelase fix the audio mixing at 1:15 its loud as shit compared to everything else
@byteblox100
@byteblox100 2 месяца назад
it adds to the video dw
@cowwithwings
@cowwithwings Месяц назад
i fixed the code just remember to change the variables to fit your game local cooldownTable = {} game.ReplicatedStorage:WaitForChild("RemoteEvent").OnServerEvent:Connect(function(plr) local char = plr.Character or plr.CharacterAdded:Wait() if not char then return end if table.find(cooldownTable, plr.UserId) then return end table.insert(cooldownTable, plr.UserId) for i, v in char:WaitForChild("HumanoidRootPart"):GetChildren() do if v:HasTag("Effect") then v:Destroy() end end local randNum = math.random(1, 999) local effectName = "Common" if randNum == 1 then print("0.1%") effectName = "Mythic" elseif randNum < 10 then print("9.99%") effectName = "Legendary" elseif randNum < 200 then print("19%") effectName = "Epic" elseif randNum < 500 then print("30%") effectName = "Rare" elseif randNum < 1000 then print("50%") effectName = "Common" end local effect = game.ReplicatedStorage:WaitForChild("Effects"):WaitForChild(effectName):Clone() effect.Parent = char:WaitForChild("HumanoidRootPart") plr:SetAttribute("CurrentEffect", effectName) local effectGui = char:WaitForChild("Head"):WaitForChild("EffectGui") local textLabel = effectGui:WaitForChild("TextLabel") textLabel.Text = effectName -- Check if the label already has a gradient and remove it if textLabel:FindFirstChildOfClass("UIGradient") then textLabel:FindFirstChildOfClass("UIGradient"):Destroy() end local uiEffectGradient = game.ReplicatedStorage:WaitForChild("Gradiants"):WaitForChild(effectName):Clone() uiEffectGradient.Parent = textLabel task.wait(1) for i, v in ipairs(cooldownTable) do if v == plr.UserId then table.remove(cooldownTable, i) end end end)
@creeperplayzz
@creeperplayzz 2 месяца назад
Day 31 of edging to your videos (its been a month already 😫)
@user-ko1vx3zn6s
@user-ko1vx3zn6s Месяц назад
Good good keep going
@Figster_
@Figster_ Месяц назад
Dunno what to say, just trying to boost the algorithm
@insertusernamehere8125
@insertusernamehere8125 Месяц назад
You can legit add more auras to this game, make some that are incredibly rare, call it Byte's RNG and you'll be rich
@pepebro3462
@pepebro3462 2 месяца назад
nice
@YourLocalRobloxianYT
@YourLocalRobloxianYT Месяц назад
people who are following what he is doing🗿🗿
@e.8444
@e.8444 2 месяца назад
Add skibidi 😩
@aliveinyourmind
@aliveinyourmind 2 месяца назад
W
@YHK_YT
@YHK_YT Месяц назад
25:22 it doesn’t work because I didn’t make it
@That1_derr
@That1_derr 2 месяца назад
i love you daddy byteblox
@That1_derr
@That1_derr 2 месяца назад
by the way, don’t know if this isn’t efficient but to add things to tables you can do yourtable[player] = true and to remove you change to false
@CheesePuffGuy99
@CheesePuffGuy99 2 месяца назад
This will be the next big rng game, i wanna play it!!!11
@dawnbreakerii204
@dawnbreakerii204 Месяц назад
MY EARS
@fancen
@fancen Месяц назад
teeh
@originalorLUNA
@originalorLUNA Месяц назад
That script well take me like 10 mins to make xd
@Jellybean113
@Jellybean113 Месяц назад
Don’t add up
@danzstuff
@danzstuff 2 месяца назад
rel
@SimpleGG
@SimpleGG Месяц назад
Lol
@user-vq5jk4bw6k
@user-vq5jk4bw6k 25 дней назад
I tried it but it didn’t work😢
@Ngainblack
@Ngainblack Месяц назад
I dont know a thing abt scripts but why does he keep typing "child
@imnotapartygoer
@imnotapartygoer Месяц назад
Ur slow and dirty minded "child" in Roblox's coding language child means an item that's linked to its parent item so like let's say I made a text button and added a local script underneath it then that script would be the text buttons child
@blackcat_captinz
@blackcat_captinz Месяц назад
Ive been watching you daily not gonna do no fan thing like pls shout me out but some of these videos are a good bit helpful the others are just fun to watch
@RoHooligun
@RoHooligun 2 месяца назад
Aint no way you didnt made any 1b game with such skills
@repedency
@repedency Месяц назад
bro had to rename the video 🙏🙏👎👎
@SaitamaCh168
@SaitamaCh168 6 дней назад
1.89.00.1.8.60
Далее
Why I Hate Roblox Simulators
16:42
Просмотров 50 тыс.
I spent 500 DAYS Building My Roblox Game!
14:21
Просмотров 871 тыс.
Creepy Teacher Kidnapped My Girlfriend?!
00:42
Просмотров 13 млн
Are Old Roblox Games Actually Fun?
40:07
Просмотров 1,2 млн
Turning an Optical Illusion Into a Playable Character
22:39
I made a CASHGRAB game on ROBlox to make money!!
8:21
I Made a Roblox Game in 100 Hours...
11:26
Просмотров 270 тыс.
Exploits Are EASY to Fix, People Are Just Lazy
11:42
Просмотров 252 тыс.
I made a viral roblox game to prove it's not luck…
8:12
A Fan Asked Why His Game is Failing...
30:53
Просмотров 86 тыс.
How Unoptimized Can a Roblox Game Get?
16:49
Просмотров 267 тыс.
Can 6 DEVS Make a HORROR Game Without Communicating?
10:38
How much ROBUX can you make in 7 DAYS
10:01
Просмотров 119 тыс.
сюрприз
1:00
Просмотров 1,1 млн
сюрприз
1:00
Просмотров 1,1 млн