get my full Roblox Studio course here: linktr.ee/ByteBlox photos of my pet pigeons: instagram.com/subnautica_man
@namitabsane61942 ай бұрын
WHY THE PIGEONS
@user-vk5xi8ji9p2 ай бұрын
hello
@user-vk5xi8ji9p2 ай бұрын
maybe the client can print the source if they somehow insert a remote event into replicated storage or somthing
@jujhar.2 ай бұрын
Daddy
@SlayTh3DraG0n2 ай бұрын
local brainrot = {"rizz", "skibidi", "sigma"} print(brainrot[2].. " ".. brainrot[3])
@CircleGuyAndEnemies2 ай бұрын
*skibidi sigma*
@minicup2 ай бұрын
😂 using.. “ “ .. in a print statement is very stupid, use a comma it adds the space for you (print onlyj)
@disp47542 ай бұрын
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)
@robloxcheatreport2 ай бұрын
@@minicup just use ` string
@ihatemylife-0O02 ай бұрын
*_-hello-_*
@Maskrade2 ай бұрын
ByteBlox's april fools will be an actual serious video on Roblox scripting.
@CreatorProductionsOriginal2 ай бұрын
Local commentSection = script.Parent Local Video = commentSection.Parent Video.Ended:Connect(function(vidTopic) If vidTopic = “Scripting” then commentSection:MakeComment(script) end end)
@HarvoxRBX2 ай бұрын
cringe skid
@CreatorProductionsOriginal2 ай бұрын
@@HarvoxRBX local reply = script.Parent reply:Dislike() reply:RemoveDislike() reply:Ignore() error: ignore function failed
@GamerKaiden2 ай бұрын
Unknown Global: “Scripting”
@CreatorProductionsOriginal2 ай бұрын
@@GamerKaiden print(“fck”)
@madrondc22 ай бұрын
@@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.")
@boreddragons2 ай бұрын
Bud, it’s too late for an April fools joke.
@UhM_D3V2 ай бұрын
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.
@hexarium48172 ай бұрын
that is because table is a adress that points to other adresses F9 menu just isnt capable of displaying a table like studio would
@Swervy2K2 ай бұрын
@@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
@somenerd81392 ай бұрын
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 😂
@samma-pixelstudio2 ай бұрын
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
@CANSHEMAKEAGRILLEDCHESE2 ай бұрын
Can you do a totorial on how to make a fuse players 2-8 pls?
@Kitoucher2 ай бұрын
print("oil up")
@ArzenikDev2 ай бұрын
DAHHGGGGG NOOO YOUR DOING IT WRINNGGG you should do while true do() Print("oil up") wait(0.001) End
@TDXC------2 ай бұрын
@@ArzenikDev while task.wait( ) do print("oil up") end
@Noylim692 ай бұрын
While true do For i =,1,100 do Print("oil up") End End Much better
@peterwild29742 ай бұрын
@@Noylim69 bros gonna freeze the game with that code
@Noylim692 ай бұрын
@@peterwild2974 while true already crashes it
@okage_2 ай бұрын
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_73002 ай бұрын
im honestly just shook you said the print function is the hardest thing in roblox studio (maybe i came from rust but whatever
@blueapples79152 ай бұрын
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?
@dertyluck2 ай бұрын
are you trolling in the beginning?
@AisarRedux2 ай бұрын
yes, he is
@impala8312 ай бұрын
Yeah print is like the first thing you will learn
@dertyluck2 ай бұрын
@@impala831 i know, sometimes this guy is just so confusing the way he talks
@100s_Legacy2 ай бұрын
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
@BelugaRoblox_YT2 ай бұрын
I wonder what happens when you do print()
@hexarium48172 ай бұрын
prints nothing just empty space im pretty sure
@dominiccaesarok50772 ай бұрын
may God bless yall
@Not-a_name2 ай бұрын
this is somehow giving me "Do Chairs Exist?" vibe
@JeLeff.2 ай бұрын
make a video on camera shake effect
@FluffballWiNg2 ай бұрын
0:01 LOL SOOOOOOO TRUE
@__Paradox.UI__2 ай бұрын
Ill send you the print function source code since it looks so complicated
@SgRulz2 ай бұрын
8:58 it sound like ur about to say a nono word😭😭😭😭😭
@AustinLuZhiQiАй бұрын
local momplsdontkillme = “I want to taste the Milky Way” while true do print(momplsdontkillme) wait(0.5) end (I edited this because I accidentally didn’t put a string)
@alast66242 ай бұрын
error("Yeilded script")
@CeruleanYTube2 ай бұрын
They are honest
@TopHatSquad6672 ай бұрын
While true do Print(“Erm what the sigma?”) end *Game proceeds to crash*
@rockyes32392 ай бұрын
While task.wait() do* 🤓
@CaseAB2 ай бұрын
Global 'Print()' is deprecated; use print()
@rockyes32392 ай бұрын
@@CaseAB maybe because of auto capslock when pressing enter.
@FluffballWiNg2 ай бұрын
@@rockyes3239JUST USE wait()
@ZoomGameClips2 ай бұрын
@@rockyes3239He specifies that it crashes the game. He knows.
@mezohx2 ай бұрын
Do the thug shake
@namitabsane61942 ай бұрын
banger vid
@HellsWaffle2 ай бұрын
4:19 Disting-ish
@The_world-v1n2 ай бұрын
"That’s reserved for the experts". Print() is the first thing I’ve learned.
@sly_97932 ай бұрын
Im an expert coder who worked on many complex and popular games and i still have problems with print bro
@The_world-v1n2 ай бұрын
@sly_9793 I’m most of the time using it for debugging (and for fun :D).
@FluffballWiNg2 ай бұрын
1:53 who needs a calculator?????
@Xebsec2 ай бұрын
you know I am thinking of buying your course
@Wha_ffle2 ай бұрын
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
@Xebsec2 ай бұрын
@@Wha_ffle alr then it is kinda over priced but thanks for the info
@blueguytutorialАй бұрын
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
@CeruleanYTube2 ай бұрын
Great video
@yes220ffjf2 ай бұрын
alive internet theory
@Smiling_Inverted2 ай бұрын
local yippe local repeatedstring = "i love skibidi toilet" for i=1,100 do yippe = yippe..repeatedstring end print(yippe)
@yacmag2 ай бұрын
you never set yippe to something so this code wont work
@Smiling_Inverted2 ай бұрын
@@yacmag Yeah I realized that when I was going to bed lol
@Smiling_Inverted2 ай бұрын
Correct : local yippe = "" local repeatedstring = "i love skibidi toilet" for i=1,100 do yippe = yippe..repeatedstring end print(yippe)