Тёмный

Proving That Randomness is Not Actually Random 

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

get my full Roblox Studio course here:
linktr.ee/Byte...
insta (i NEED clout pls): / subnautica_man
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 :)

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

 

18 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 152   
@byteblox100
@byteblox100 3 месяца назад
My official Roblox Studio course: bit.ly/ByteBloxCourse
@dzrknx
@dzrknx 3 месяца назад
give me it for free
@ForgottenGuyReal
@ForgottenGuyReal 18 дней назад
Umm why are there no replies?
@AKM0885
@AKM0885 3 месяца назад
from trying to prove that randomness is not actually random into making some cool neon random parts stuff
@GreatRamilYT
@GreatRamilYT 3 месяца назад
from trying to prove that randomness is not actually random into making some cool neon random parts stuff into teaching how module scripts works
@CreatorProductionsOriginal
@CreatorProductionsOriginal 2 месяца назад
@@GreatRamilYT he’s just like my dementia grandpa fr fr
@SpicyMilk2005
@SpicyMilk2005 3 месяца назад
At 13:55. The reason why if you move the bound part from a different place or position, it will change the color according to place. The part's color number was getting the same number as the Z-axis position.
@AdaptNero
@AdaptNero 3 месяца назад
"nothings ever random, everything happens for a reason" that actually blew my mind
@GreatRamilYT
@GreatRamilYT 3 месяца назад
From saying why random stuff isnt random into making random part generator and into teaching how module scripts works
@gamingtg1009
@gamingtg1009 3 месяца назад
When did you start popping up on my home page??? Out of nowhere this guy giving random scripting lessons/videos helping so much. Thanks 🙏🙏🙏🙏🙏
@noobzyx5700
@noobzyx5700 3 месяца назад
If it is not truly random, it is called pseudo random number generator. Its random enough for your use case. Tried making a random number generator myself and i ended with just doing a bunch of operators (+ - *) that make big number, using the modulo operator for the max value and return value.
@tyrannosa
@tyrannosa 3 месяца назад
I mean, in a way cloudflare is random, since it uses the colours made via the different shapes captured by the cameras watching that wall of lava lamps - you cant predict that even with the code watching the lamp and the calculations necessary for it - since the heated wax moves on its own with no pre-established patterns (You can guess what the colour might be, but it definitely wont be something you can guess based off of the last colour and 'lavaShape' or something that follows a formulae). BUT it is still a good example
@mr.awesome7361
@mr.awesome7361 2 месяца назад
Hard to predict does not equal random. True random would be something that produces a result not connected to or influenced by any other factors aside from the predefined range. True random does not exist because EVERYTHING has cause and effect. If someone knew everything there is to know about the present, had perfect understanding of science and math, and the ability to complete infinite thoughts and calculations instantly, they would be able to perfectly predict everything that will happen for the rest of eternity.
@tyrannosa
@tyrannosa 2 месяца назад
@@mr.awesome7361 Well as far as we know, no one has the capabilities you've mentioned, nor have they been practiced, so relative to today i.e what we know is possible as of right now, yeah, its pretty much random.
@mr.awesome7361
@mr.awesome7361 2 месяца назад
@@tyrannosa it is practically random, which means close enough to what we want out of randomness for what we will be using it for
@GreatRamilYT
@GreatRamilYT 3 месяца назад
I always wondered how random is made in things like roblox studio, i though about it and it felt like it's impossible to do, like how do you make computer give random number? If you ask random people in real life to say random number from 1 to 10 there wont be 10% of getting each number. It depends on how people think. Maybe person likes 7, and instead of 10% the number will have much higher chance to get from this person. People analyze everything and then choose what to do, so it gives different numbers. Im not sure how did they make random in roblox studio, but im sure that chances arent perfect. Maybe, first time instead of 10% it will be 11%, maybe then 9% or smth. And of course it can sound stupid for some people, but im as person who dont know how random things works on PC had that theory long time ago. (im not good at math too)
@Danixik
@Danixik 3 месяца назад
roblox uses thing called PRNGs(Pseudo-Random Number Generators) it takes a seed and from that generates a "random" number, its a algorithm that determines the output, same seed will always yield the same output
@solidracer7947
@solidracer7947 3 месяца назад
​@@Danixikyeah everytime random is called it updates seed to clock() (cpu tick) so it gives a feeling of randomness as no seed can be same
@villain_devious
@villain_devious 3 месяца назад
dude youre going to far off with your thoughts, when we talk about randomness we are also talking about luck and destiny, when you come talking about asking people for a number you are no longer talking just about randomness once you can get close to the answer knowing their culture and studying their behavior, as for true randomness you cant really grasp or guess their behavior even tho in some cases we can apply constraints to the situation like making something spawn randomly in a box
@konradburnett
@konradburnett 3 месяца назад
Why do I feel so satisfied because in my head I thought of the same divide by 2 process that ByteBlox did...
@ThatNerdGuy0
@ThatNerdGuy0 3 месяца назад
the entire thing with cloudflare is that it is truly and 100% random even if you know the formulas you won't know the colors, since with computers there is a pattern to their randomness but lava lamps don't have any patterns
@jonashoffmann9344
@jonashoffmann9344 3 месяца назад
Nothing is truely random. If you caluate every atom in the universe you can see the future.
@ThatNerdGuy0
@ThatNerdGuy0 3 месяца назад
@@jonashoffmann9344 quantum physics
@M1xVerballist
@M1xVerballist 2 месяца назад
@@jonashoffmann9344 yeah shut up
@SystemError-wb2vi
@SystemError-wb2vi 3 месяца назад
🎯 Key points for quick navigation: 00:00 * Randomness and Patterns* - Randomness can exhibit patterns due to how math works and the elements of randomness - Cloudflare uses lava lamps to generate secure random codes - Even though randomness seems chaotic, patterns can emerge in computer-generated randomness 02:08 * Creating Shapes with Random Spawning* - Exploring the possibility of creating a shape within random parts generated inside a bounding box - Discussing the concept of randomness spreading out versus clustering together - Initiating the scripting process to control the generation and deletion of randomized parts 03:49 * Scripting the Part Generation Process* - Setting up variables and functions for handling the bounding box and parts generation - Demonstrating how to position a part within a bounding box coordinates randomized - Explaining the use of scripts to control the rate and behavior of the part generation process 08:39 * Scaling and Managing Part Generation* - Implementing a timed deletion of parts to prevent clutter in the game environment - Duplicating scripts to spawn multiple random parts simultaneously - Introducing module scripts for centralized control and modification of part generation parameters
@rogenus
@rogenus 3 месяца назад
Byte is doing advanced science stuff while teaching us LUA....
@aeea3306
@aeea3306 Месяц назад
Ghis is actually pretty useful for making 3d particles though its probably gonna be so lag
@expeditious.
@expeditious. 3 месяца назад
can you script functioning electricity
@MeT2NeeD
@MeT2NeeD 3 месяца назад
nuh uh
@DiabolicalDilemma_
@DiabolicalDilemma_ 3 месяца назад
Yes you can
@DiabolicalDilemma_
@DiabolicalDilemma_ 3 месяца назад
Electricity is just electrons with positive charge (volts) at a rate (amps) its possible
@probablyjaden
@probablyjaden 3 месяца назад
mm yes a perfect coding video to watch at 4 am lets go
@samp4664
@samp4664 3 месяца назад
The reason why humans can’t make random stuff very well is because our brain dosent allow us to. Our brain always results to everything being some sort of pattern
@vermamaerodriguez96
@vermamaerodriguez96 3 месяца назад
i thought it was random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, cause it's random, and it's random.
@sourdoggy
@sourdoggy 3 месяца назад
are you okay?
@TFZ1337
@TFZ1337 3 месяца назад
@@sourdoggy no, he's random now....
@dummy845
@dummy845 3 месяца назад
@@TFZ1337 cause it's random and random cause him
@3hxde
@3hxde 3 месяца назад
Bro accidentally put while true do print “ because it’s random “ end
@hapainess3636
@hapainess3636 3 месяца назад
​@@3hxderoblox studio is not responding
@MooseManReal
@MooseManReal Месяц назад
when you are still confused on module scripts, but someone just explains it to you in 45 seconds. wow
@insertusernamehere8125
@insertusernamehere8125 Месяц назад
13:20 14:00 14:51 beautiful effects
@tucannYT
@tucannYT 3 месяца назад
15:01 Getting some danmaku vibes frfr
@termisher5676
@termisher5676 3 месяца назад
Just od a loop it'll. Multiply number fo shapes generated jsut put all of them in table and remove the oldest entry in table by table. Remove and do table insert the part when you create it.
@gergoVokGD
@gergoVokGD 3 месяца назад
I think the best way to make true randomness is to make a new random with the player’s user id being the seed and using the nextintiger and saving it with datastores so it doesn’t repeat itself
@SmrtkaTV
@SmrtkaTV 3 месяца назад
Can you add timestamps to these videos like where youre coding and where its finished because i dont have time to watch it fully i just wanna see the result and i bet theres a lot of other people like this too
@UF2Potatoe_Man
@UF2Potatoe_Man 3 месяца назад
instead of duplicating the scripts, use a for i loop for each generation of renderstepped, so you can make multiple parts per render
@ABISDIAD
@ABISDIAD 3 месяца назад
ur good for ur genre and i like ur video ideas keep it up
@steinleenen6764
@steinleenen6764 3 месяца назад
for some reason it doesnt work for me i like the overall look can u maybe make it a model?
@pou-c
@pou-c 3 месяца назад
please add a pointlight to each part based on their color and remove part shadows. it will be so awesome
@Danixik
@Danixik 3 месяца назад
actually, really cool thing is, since its PRNGs you can predict the output :)
@bads_creations
@bads_creations 2 месяца назад
this is my favorite video so far
@YGM-
@YGM- 3 месяца назад
Bro went through Made a module script Instead of calling the function multiple times or making a for loop he duplicated the scripts
@Narvalo_Lastar
@Narvalo_Lastar 3 месяца назад
Wouldn't that not work ?
@YGM-
@YGM- 3 месяца назад
@@Narvalo_Lastar why not?
@Narvalo_Lastar
@Narvalo_Lastar 3 месяца назад
@@YGM- if it loops the fastest way possible how could you increase the amount of parts ?
@YGM-
@YGM- 3 месяца назад
@@Narvalo_Lastar yes but if you make the fastest loop and make it repeat it would work A for loop is especially multiple scripts how he did in the video
@Narvalo_Lastar
@Narvalo_Lastar 3 месяца назад
@@YGM- oh
@tursu_kavanozu
@tursu_kavanozu 2 месяца назад
14:14 "WHUat"
@Zyskr..
@Zyskr.. 3 месяца назад
I can't find the game :(
@samuellebeau-seary746
@samuellebeau-seary746 3 месяца назад
Learning X Y and Z through Minecraft:
@t00k1
@t00k1 3 месяца назад
bro created art
@CCheeky
@CCheeky 3 месяца назад
Oh hell yeah, this encouraged me to go gambling!
@yesil_hiyar7335
@yesil_hiyar7335 3 месяца назад
you could, instead of copying the script, just write a for loop in the heartbeat loop.
@StillCode
@StillCode 3 месяца назад
Idea: tutorial on how to make a developer product nuke. (Some background, I had a nuke but it stopped working and all the tutorials I watch are dumb and not really to my liking.)
@Stratogis
@Stratogis 3 месяца назад
Imagine this guy is just extremely lucky, and we never knew.
@PlasmaticRoblox
@PlasmaticRoblox 3 месяца назад
hi
@unearthxatreyu
@unearthxatreyu 3 месяца назад
This is the first comment 😮
@Tsirlibigos
@Tsirlibigos 3 месяца назад
epic vid pal
@gneu1527
@gneu1527 3 месяца назад
Computers have their own randomness pattern which does not make it fully random.
@presidentgamingz
@presidentgamingz 3 месяца назад
doesnt it work faster if you do it every frame with renderstepped? you dont have to duplicate the script just more of the clones in a single heartbeat or renderstepped
@OKevinO494
@OKevinO494 3 месяца назад
9:30 couldn't you just iterate a for loop a set amount of times instead of duplicating the script a bunch of times? Running a for loop that loops 20 times instantaneously per Heartbeat would be the equivalent of duplicating the script 20 times, seems impractical to do that and eliminates the use of a module script in this case.
@bebra3392
@bebra3392 3 месяца назад
This just proves on why I don't believe in luck
@rntflower419
@rntflower419 3 месяца назад
quantum mechanics is real randomness i think
@finallychangedmyname3614
@finallychangedmyname3614 3 месяца назад
Idk why i am watching this guy's videos, I don't know anything about coding, and I'm not playing roblox
@kingfhd2424
@kingfhd2424 2 месяца назад
urmmm actually u can't compare real life randomness with computer randomness since computers actually use math soo that's why you can see pattern since it uses algorithm for randomness but it looks random enough
@BloxBuilder100
@BloxBuilder100 3 месяца назад
Fun Fact: if you double click a comment it likes it
@ryanphillips6335
@ryanphillips6335 3 месяца назад
Hey that's pretty cool
@YourLocalWarGorilla
@YourLocalWarGorilla 3 месяца назад
@@ryanphillips6335 are you on mobile or smth?
@lembarkii8669
@lembarkii8669 3 месяца назад
ok
@SP.43
@SP.43 3 месяца назад
That's crazy. It's just like Insta. Anyways keep the free like I guess.
@A-75rldrooms
@A-75rldrooms 3 месяца назад
Doesn't work on PC.
@kareemismail8998
@kareemismail8998 3 месяца назад
hollow purple thumbnail
@zitou2170
@zitou2170 2 месяца назад
nothing was actually random? or am I trippin
@KeaweFaltstrom
@KeaweFaltstrom 3 месяца назад
One minute ago is crazy
@yumcheese2513
@yumcheese2513 3 месяца назад
math.random() is psudorandom.
@Axoy2024
@Axoy2024 3 месяца назад
Can’t you just create a for loop instead of duplicating scripts or copy and paste the same code into the same script
@SquooshyShark1000
@SquooshyShark1000 3 месяца назад
the for loop definitely would work
@hahamanhraje4625
@hahamanhraje4625 3 месяца назад
the moment u duplicated the scripts and ran it my wifi disconnected 😭
@GreatRamilYT
@GreatRamilYT 3 месяца назад
9:25 copy and paste the code: im joke for you?
@SquooshyShark1000
@SquooshyShark1000 3 месяца назад
wouldn't work as it's all running on the same thread
@Za1E_dtU7
@Za1E_dtU7 3 месяца назад
Is it me, or did he never use bPos
@nathanlikesjazz
@nathanlikesjazz 3 месяца назад
bro thinks he socrates
@Jsjdjcsjkdnggnjt
@Jsjdjcsjkdnggnjt 3 месяца назад
Do NOT let bro COOK 🗣❌️🔥⁉️🔥🔥‼️🔥⁉️⁉️
@TheXjearex
@TheXjearex 3 месяца назад
Why is that?
@Jsjdjcsjkdnggnjt
@Jsjdjcsjkdnggnjt 3 месяца назад
@@TheXjearex How can a Random not be a Random 🤔
@entity4465
@entity4465 3 месяца назад
​@@Jsjdjcsjkdnggnjt He literally talks about it in the video.
@user-zc2hz3yj2k
@user-zc2hz3yj2k 3 месяца назад
The random number function has a pattern to it. It is not actually random or unpredictable.
@ItsClawlike
@ItsClawlike 3 месяца назад
@@Jsjdjcsjkdnggnjt It’s pseudorandom, not true randomness.
@tntmelonyt5672
@tntmelonyt5672 3 месяца назад
Good morning
@EATBProder
@EATBProder 3 месяца назад
Good afternoon
@mosone2076
@mosone2076 3 месяца назад
good evening
@Aadiyan1
@Aadiyan1 3 месяца назад
good night
@Epicalyx1
@Epicalyx1 3 месяца назад
Good dawn
@mangoferanous
@mangoferanous 2 месяца назад
Why are all your titles so misleading? Clickbait perhaps???? Also missed opportunity to teach how to create multiple threads in a script (you wouldnt need to spam tons of script objects)
@duckicodes
@duckicodes 3 месяца назад
...
@bacon_guy99
@bacon_guy99 3 месяца назад
ay
@DripCheems
@DripCheems 3 месяца назад
oil up please byteblox😢
@Escs_error
@Escs_error 3 месяца назад
What the hell 😳
@GreatRamilYT
@GreatRamilYT 3 месяца назад
People searching how to make random stuff on roblox not looking this video beacuse of title: 👁👄👁 People who wanted to see why random isnt random seeing its roblox studio making random stuff: 👄👁👄 People searching random stuff and intrested in title: 👁👁👄👄👁👁 People clicked this video beacuse they bored and they dont searching for anything: 👄👄👁👁👄👄
@therealseam
@therealseam 2 месяца назад
your random
@whenable1
@whenable1 3 месяца назад
Are you no text to speech?
@weegeenumberone2
@weegeenumberone2 3 месяца назад
he is not
@SquooshyShark1000
@SquooshyShark1000 3 месяца назад
it's possible
@NMarIV
@NMarIV 3 месяца назад
joe mama
@h4xp
@h4xp 3 месяца назад
blud
Далее
Adding Schizophrenia to Roblox
20:42
Просмотров 337 тыс.
Why Do Most Games Make Death Boring?
26:27
Просмотров 46 тыс.
ВЛАД А4 СКАТИЛСЯ
09:34
Просмотров 519 тыс.
Turning Pizza Into a Heat-Seeking Missile
12:07
Просмотров 31 тыс.
87 Minecraft Build Hacks That Require 0% Skill
30:56
Просмотров 214 тыс.
This Roblox Screenshot RUINED HIS CAREER
10:19
Просмотров 3 млн
How Are Minimaps Actually Programmed?
15:12
Просмотров 19 тыс.
Ruining a Roblox Discord Scam
13:56
Просмотров 3,1 млн
Exploits Are EASY to Fix, People Are Just Lazy
11:42
Просмотров 277 тыс.
Torturing My Roblox Character For Views
12:32
Просмотров 21 тыс.
Uhhh... Hmmmmmmm...
8:13
Просмотров 870 тыс.