Print Statements Aren't Honest About What They Print

  Рет қаралды 8,541

ByteBlox

ByteBlox

Күн бұрын

Пікірлер: 109
@byteblox100
@byteblox100 Ай бұрын
get my full Roblox Studio course here: linktr.ee/ByteBlox photos of my pet pigeons: instagram.com/subnautica_man
@namitabsane6194
@namitabsane6194 Ай бұрын
WHY THE PIGEONS
@user-vk5xi8ji9p
@user-vk5xi8ji9p Ай бұрын
hello
@user-vk5xi8ji9p
@user-vk5xi8ji9p Ай бұрын
maybe the client can print the source if they somehow insert a remote event into replicated storage or somthing
@jujhar.
@jujhar. Ай бұрын
Daddy
@SlayTh3DraG0n
@SlayTh3DraG0n Ай бұрын
local brainrot = {"rizz", "skibidi", "sigma"} print(brainrot[2].. " ".. brainrot[3])
@CircleGuyAndEnemies
@CircleGuyAndEnemies Ай бұрын
*skibidi sigma*
@minicup
@minicup Ай бұрын
😂 using.. “ “ .. in a print statement is very stupid, use a comma it adds the space for you (print onlyj)
@disp4754
@disp4754 Ай бұрын
local TableModule = {} TableModule.__index = TableModule function TableModule.New() local self = setmetatable({}, TableModule) self.Dictionary1 = { Dictionary1OfDictionary1 = { MoreDictionariesofDictionary1 = { Value = game.Workspace.Idkman, }, }, Dictionar1OfDictionary2 = { MoreDictionariesofDictionary1 = { Value = Workspace.Idkman2, }, }, Dictionary1OfDictionary3 = { MoreDictionariesofDictionary1 = { Value = Workspace.Idkman3, }, }, Dictionary1OfDictionary4 = { MoreDictionariesofDictionary1 = { Value = Workspace.Idkman4, }, }, } return self end function TableModule:PrintValues() for _,v in pairs(self.Dictionary1) do for _,v in pairs(v) do for _,v in pairs(v) do print(v.Value) end end end end return TableModule --serverscript past this local TableModule = require(script.TableModule) local newtableinstance = TableModule.New() if newtableinstance then newtableinstance:PrintValues() end -- Might be wrong who knowsss since I didn't bother looking too far if my code sample was correct. If u guys can understand what's happening here I wanna say congrats! You r probably on the right path for understanding roblox programming (mb if u r tryna read it without syntax colors)
@robloxcheatreport
@robloxcheatreport Ай бұрын
@@minicup just use ` string
@ihatemylife-0O0
@ihatemylife-0O0 Ай бұрын
*_-hello-_*
@Maskrade
@Maskrade Ай бұрын
ByteBlox's april fools will be an actual serious video on Roblox scripting.
@CreatorProductionsOriginal
@CreatorProductionsOriginal Ай бұрын
Local commentSection = script.Parent Local Video = commentSection.Parent Video.Ended:Connect(function(vidTopic) If vidTopic = “Scripting” then commentSection:MakeComment(script) end end)
@HarvoxRBX
@HarvoxRBX Ай бұрын
cringe skid
@CreatorProductionsOriginal
@CreatorProductionsOriginal Ай бұрын
@@HarvoxRBX local reply = script.Parent reply:Dislike() reply:RemoveDislike() reply:Ignore() error: ignore function failed
@GamerKaiden
@GamerKaiden Ай бұрын
Unknown Global: “Scripting”
@CreatorProductionsOriginal
@CreatorProductionsOriginal Ай бұрын
@@GamerKaiden print(“fck”)
@madrondc2
@madrondc2 Ай бұрын
​@@GamerKaiden local CommentService = game:GetService("CommentService") local video = CommentService:GetVideo("ox6T9gRrDM4") local comment = video:GetUserComments("CreatorProductions")[1] comment:ReplyAsync("GamerKaiden", "he used scripting as a string not a variable, dumbass.")
@boreddragons
@boreddragons Ай бұрын
Bud, it’s too late for an April fools joke.
@samma-pixelstudio
@samma-pixelstudio Ай бұрын
All of this is just because doing print(a+b) is just the same as doing local c = a+b print(c) a+b is just and expression and expressions get calculated to return a result that can be stored... This is also the reason of why we get the memory address of functions when we print them Over all you explained it great... I just wanted to specify this one thing
@UhM_D3V
@UhM_D3V Ай бұрын
This is very true. I have a game that uses printing with tables and it prints a random piece of text in the game when you press F9 instead of the table in studio. Very annoying.
@hexarium4817
@hexarium4817 Ай бұрын
that is because table is a adress that points to other adresses F9 menu just isnt capable of displaying a table like studio would
@Swervy2K
@Swervy2K Ай бұрын
@@hexarium4817 everything in roblox is an "address", it is just coded in the back-end (in C++) to give us readable values or what not
@somenerd8139
@somenerd8139 Ай бұрын
4:18 “What is the unique identifier of each item or, in other words, what is the unique identifier of each item” where are the other words 😂
@Kitoucher
@Kitoucher Ай бұрын
print("oil up")
@ArzenikDev
@ArzenikDev Ай бұрын
DAHHGGGGG NOOO YOUR DOING IT WRINNGGG you should do while true do() Print("oil up") wait(0.001) End
@TDXC------
@TDXC------ Ай бұрын
​@@ArzenikDev while task.wait( ) do print("oil up") end
@Noylim69
@Noylim69 Ай бұрын
While true do For i =,1,100 do Print("oil up") End End Much better
@peterwild2974
@peterwild2974 Ай бұрын
@@Noylim69 bros gonna freeze the game with that code
@Noylim69
@Noylim69 Ай бұрын
@@peterwild2974 while true already crashes it
@okage_
@okage_ Ай бұрын
to get the return value from a function, you need to call the function which is what you do with the (). and the compiler is smart to optimize that into just the return value so basically its the same as writing print(123)
@spok_7300
@spok_7300 25 күн бұрын
im honestly just shook you said the print function is the hardest thing in roblox studio (maybe i came from rust but whatever
@CANSHEMAKEAGRILLEDCHESE
@CANSHEMAKEAGRILLEDCHESE Ай бұрын
Can you do a totorial on how to make a fuse players 2-8 pls?
@dominiccaesarok5077
@dominiccaesarok5077 Ай бұрын
may God bless yall
@BelugaRoblox_YT
@BelugaRoblox_YT Ай бұрын
I wonder what happens when you do print()
@hexarium4817
@hexarium4817 Ай бұрын
prints nothing just empty space im pretty sure
@100s_Legacy
@100s_Legacy Ай бұрын
random question but could you (or someone else) please make a tutorial on how to make an animation game (something like unknown meme animations). If you could I would really appreciate it because i cant find a tutorial :D
@Not-a_name
@Not-a_name Ай бұрын
this is somehow giving me "Do Chairs Exist?" vibe
@dertyluck
@dertyluck Ай бұрын
are you trolling in the beginning?
@AisarRedux
@AisarRedux Ай бұрын
yes, he is
@impala831
@impala831 Ай бұрын
Yeah print is like the first thing you will learn
@dertyluck
@dertyluck Ай бұрын
@@impala831 i know, sometimes this guy is just so confusing the way he talks
@blueapples7915
@blueapples7915 Ай бұрын
Can you make a tutorial on how to make a shelf that you can fill up if you get close to it with a tool equipped?
@TopHatSquad667
@TopHatSquad667 Ай бұрын
While true do Print(“Erm what the sigma?”) end *Game proceeds to crash*
@rockyes3239
@rockyes3239 Ай бұрын
While task.wait() do* 🤓
@CaseAB
@CaseAB Ай бұрын
Global 'Print()' is deprecated; use print()
@rockyes3239
@rockyes3239 Ай бұрын
@@CaseAB maybe because of auto capslock when pressing enter.
@FluffballWiNg
@FluffballWiNg Ай бұрын
@@rockyes3239JUST USE wait()
@ZoomGameClips
@ZoomGameClips Ай бұрын
​@@rockyes3239He specifies that it crashes the game. He knows.
@FluffballWiNg
@FluffballWiNg Ай бұрын
0:01 LOL SOOOOOOO TRUE
@JeLeff.
@JeLeff. Ай бұрын
make a video on camera shake effect
@__Paradox.UI__
@__Paradox.UI__ Ай бұрын
Ill send you the print function source code since it looks so complicated
@namitabsane6194
@namitabsane6194 Ай бұрын
banger vid
@SgRulz
@SgRulz Ай бұрын
8:58 it sound like ur about to say a nono word😭😭😭😭😭
@AustinLuZhiQi
@AustinLuZhiQi 22 күн бұрын
local momplsdontkillme = I want to taste the Milky Way while true do print(momplsdontkillme) wait(0.5) end
@CeruleanYTube
@CeruleanYTube Ай бұрын
They are honest
@keyhitt952
@keyhitt952 Ай бұрын
Cool!
@The_world-v1n
@The_world-v1n Ай бұрын
"That’s reserved for the experts". Print() is the first thing I’ve learned.
@sly_9793
@sly_9793 Ай бұрын
Im an expert coder who worked on many complex and popular games and i still have problems with print bro
@The_world-v1n
@The_world-v1n Ай бұрын
@sly_9793 I’m most of the time using it for debugging (and for fun :D).
@CeruleanYTube
@CeruleanYTube Ай бұрын
Great video
@yes220ffjf
@yes220ffjf Ай бұрын
alive internet theory
@mezohx
@mezohx Ай бұрын
Do the thug shake
@HellsWaffle
@HellsWaffle Ай бұрын
4:19 Disting-ish
@FluffballWiNg
@FluffballWiNg Ай бұрын
1:53 who needs a calculator?????
@Xebsec
@Xebsec Ай бұрын
you know I am thinking of buying your course
@Wha_ffle
@Wha_ffle Ай бұрын
don't do it, from what i've heard and seen from this dude, you are not taught any kind of OOP (object oriented programming) or even basic code structuring. you're better off buying literally anyone elses course or even just learning yourself. also i wouldn't trust this guy period (there is some insane degenerate behaviour that i don't want to talk about in his discord server and he's in on it) tldr; insanely overpriced course, you learn nothing & he's pretty shady guy may the gods now strike down & silence this comment for heresy
@Xebsec
@Xebsec Ай бұрын
@@Wha_ffle alr then it is kinda over priced but thanks for the info
@blueguytutorial
@blueguytutorial 15 күн бұрын
dont hes lowkey a loser, and he is not that experienced. some of his other videos got hate because he doesnt know what hes on about
@alast6624
@alast6624 Ай бұрын
error("Yeilded script")
@JeLeff.
@JeLeff. Ай бұрын
prove it
@Smiling_Inverted
@Smiling_Inverted Ай бұрын
local yippe local repeatedstring = "i love skibidi toilet" for i=1,100 do yippe = yippe..repeatedstring end print(yippe)
@yacmag
@yacmag Ай бұрын
you never set yippe to something so this code wont work
@Smiling_Inverted
@Smiling_Inverted Ай бұрын
@@yacmag Yeah I realized that when I was going to bed lol
@Smiling_Inverted
@Smiling_Inverted Ай бұрын
Correct : local yippe = "" local repeatedstring = "i love skibidi toilet" for i=1,100 do yippe = yippe..repeatedstring end print(yippe)
@dominiccaesarok5077
@dominiccaesarok5077 Ай бұрын
Praise Jesus!
@yacmag
@yacmag Ай бұрын
its a coding video smh
@Ergo288
@Ergo288 Ай бұрын
Pov a bot commenting random stuff for likes:
@KenDGGs
@KenDGGs Ай бұрын
B
@Kitsune_Dev
@Kitsune_Dev Ай бұрын
what are you talking about 🤦‍♂️
@user-vk5xi8ji9p
@user-vk5xi8ji9p Ай бұрын
Hello everyone and ByteBlox
@hiranpeiris877
@hiranpeiris877 Ай бұрын
tr
@CeruleanYTube
@CeruleanYTube Ай бұрын
Heart this
@CeruleanYTube
@CeruleanYTube Ай бұрын
Or pin this
@juhmop
@juhmop 8 күн бұрын
table.concat my goat
The Genius Way That Roblox Prevents Exploits
17:35
ByteBlox
Рет қаралды 43 М.
Why I Hate Roblox Simulators
16:42
ByteBlox
Рет қаралды 64 М.
They Chose Kindness Over Abuse in Their Team #shorts
00:20
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН
Увеличили моцареллу для @Lorenzo.bagnati
00:48
Кушать Хочу
Рет қаралды 8 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 162 МЛН
What happens if my hp value isn't a number?
2:57
Element X
Рет қаралды 874 М.
Explaining Trump's Policies Using Roblox
35:29
ByteBlox
Рет қаралды 5 М.
Proving That Randomness is Not Actually Random
16:47
ByteBlox
Рет қаралды 28 М.
every tower hint in jtoh
4:12
doodlebrained
Рет қаралды 33 М.
5 Minecraft Secrets Mojang Tried to Hide
11:15
SkyBoi
Рет қаралды 327 М.
Can 5 Devs make a STORY GAME in 24 HOURS?
19:55
CodeBro29
Рет қаралды 30 М.
You Forgot about this Roblox Developer...
9:00
Ventuist
Рет қаралды 154 М.
I Made a Geometry Dash Level, But You Have to Beat it TWICE
20:56
DoublePositive
Рет қаралды 125 М.
Why do cozy games suck?
14:46
koramora
Рет қаралды 1,5 МЛН
How I Turned an Illusion Into a Roblox Ability
26:25
ByteBlox
Рет қаралды 13 М.