get my full Roblox Studio course here: linktr.ee/ByteBlox photos of my pet pigeons: instagram.com/subnautica_man
@namitabsane6194Ай бұрын
WHY THE PIGEONS
@user-vk5xi8ji9pАй бұрын
hello
@user-vk5xi8ji9pАй бұрын
maybe the client can print the source if they somehow insert a remote event into replicated storage or somthing
@jujhar.Ай бұрын
Daddy
@SlayTh3DraG0nАй бұрын
local brainrot = {"rizz", "skibidi", "sigma"} print(brainrot[2].. " ".. brainrot[3])
@CircleGuyAndEnemiesАй бұрын
*skibidi sigma*
@minicupАй бұрын
😂 using.. “ “ .. in a print statement is very stupid, use a comma it adds the space for you (print onlyj)
@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Ай бұрын
@@minicup just use ` string
@ihatemylife-0O0Ай бұрын
*_-hello-_*
@MaskradeАй бұрын
ByteBlox's april fools will be an actual serious video on Roblox scripting.
@CreatorProductionsOriginalАй бұрын
Local commentSection = script.Parent Local Video = commentSection.Parent Video.Ended:Connect(function(vidTopic) If vidTopic = “Scripting” then commentSection:MakeComment(script) end end)
@HarvoxRBXАй бұрын
cringe skid
@CreatorProductionsOriginalАй бұрын
@@HarvoxRBX local reply = script.Parent reply:Dislike() reply:RemoveDislike() reply:Ignore() error: ignore function failed
@GamerKaidenАй бұрын
Unknown Global: “Scripting”
@CreatorProductionsOriginalАй бұрын
@@GamerKaiden print(“fck”)
@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Ай бұрын
Bud, it’s too late for an April fools joke.
@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Ай бұрын
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Ай бұрын
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Ай бұрын
@@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Ай бұрын
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Ай бұрын
print("oil up")
@ArzenikDevАй бұрын
DAHHGGGGG NOOO YOUR DOING IT WRINNGGG you should do while true do() Print("oil up") wait(0.001) End
@TDXC------Ай бұрын
@@ArzenikDev while task.wait( ) do print("oil up") end
@Noylim69Ай бұрын
While true do For i =,1,100 do Print("oil up") End End Much better
@peterwild2974Ай бұрын
@@Noylim69 bros gonna freeze the game with that code
@Noylim69Ай бұрын
@@peterwild2974 while true already crashes it
@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_730025 күн бұрын
im honestly just shook you said the print function is the hardest thing in roblox studio (maybe i came from rust but whatever
@CANSHEMAKEAGRILLEDCHESEАй бұрын
Can you do a totorial on how to make a fuse players 2-8 pls?
@dominiccaesarok5077Ай бұрын
may God bless yall
@BelugaRoblox_YTАй бұрын
I wonder what happens when you do print()
@hexarium4817Ай бұрын
prints nothing just empty space im pretty sure
@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Ай бұрын
this is somehow giving me "Do Chairs Exist?" vibe
@dertyluckАй бұрын
are you trolling in the beginning?
@AisarReduxАй бұрын
yes, he is
@impala831Ай бұрын
Yeah print is like the first thing you will learn
@dertyluckАй бұрын
@@impala831 i know, sometimes this guy is just so confusing the way he talks
@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Ай бұрын
While true do Print(“Erm what the sigma?”) end *Game proceeds to crash*
@rockyes3239Ай бұрын
While task.wait() do* 🤓
@CaseABАй бұрын
Global 'Print()' is deprecated; use print()
@rockyes3239Ай бұрын
@@CaseAB maybe because of auto capslock when pressing enter.
@FluffballWiNgАй бұрын
@@rockyes3239JUST USE wait()
@ZoomGameClipsАй бұрын
@@rockyes3239He specifies that it crashes the game. He knows.
@FluffballWiNgАй бұрын
0:01 LOL SOOOOOOO TRUE
@JeLeff.Ай бұрын
make a video on camera shake effect
@__Paradox.UI__Ай бұрын
Ill send you the print function source code since it looks so complicated
@namitabsane6194Ай бұрын
banger vid
@SgRulzАй бұрын
8:58 it sound like ur about to say a nono word😭😭😭😭😭
@AustinLuZhiQi22 күн бұрын
local momplsdontkillme = I want to taste the Milky Way while true do print(momplsdontkillme) wait(0.5) end
@CeruleanYTubeАй бұрын
They are honest
@keyhitt952Ай бұрын
Cool!
@The_world-v1nАй бұрын
"That’s reserved for the experts". Print() is the first thing I’ve learned.
@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Ай бұрын
@sly_9793 I’m most of the time using it for debugging (and for fun :D).
@CeruleanYTubeАй бұрын
Great video
@yes220ffjfАй бұрын
alive internet theory
@mezohxАй бұрын
Do the thug shake
@HellsWaffleАй бұрын
4:19 Disting-ish
@FluffballWiNgАй бұрын
1:53 who needs a calculator?????
@XebsecАй бұрын
you know I am thinking of buying your course
@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Ай бұрын
@@Wha_ffle alr then it is kinda over priced but thanks for the info
@blueguytutorial15 күн бұрын
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Ай бұрын
error("Yeilded script")
@JeLeff.Ай бұрын
prove it
@Smiling_InvertedАй бұрын
local yippe local repeatedstring = "i love skibidi toilet" for i=1,100 do yippe = yippe..repeatedstring end print(yippe)
@yacmagАй бұрын
you never set yippe to something so this code wont work
@Smiling_InvertedАй бұрын
@@yacmag Yeah I realized that when I was going to bed lol
@Smiling_InvertedАй бұрын
Correct : local yippe = "" local repeatedstring = "i love skibidi toilet" for i=1,100 do yippe = yippe..repeatedstring end print(yippe)