I have been trying to create an automated curtain using the original circuits, now I think I will give this a try. Fingers crossed!! Update: well I got it to work!! So excited!! Of course I broke it when I tried to move it LOL ... I am 64 years old and still learning new things! Thank you so much for all you do to make Rec Room great!
Dude, Ive been putting off learning cv2 because reasons but decided to finally bite the bullet, and thank god I waited because this video is only 2 days old. Very practical and informative. I feel way more confident than I did 40 minutes ago. Thank you.
as a person whos learning C# a bit, rec rooms coding system is easier but still hard to understand if you're a beginner but have knowledge with other coding languages
Just a little update, thanks to your video i started learning cv2, and i made a game with some of my friends for a contest (the stranded one), and we won third place (forgottenIsland) I cant thank you enough BVR, thank you
@@Mr.NobodyOfficial Best tip is to get this tutorial and start practicing, the more you make cv2 the easier it gets Try making simple stuff, a light turn on and off, a piston to move, then scale and get more complex stuff
@@Mr.NobodyOfficial a good point also to start is watching yt tutorial and replicating them, the most you use cv2 and get out of your confort zone with it the better u get at it, good luck!
This is exactly like blueprints in Unreal Engine, so it was very easy to learn for me XD Thanks for explaining it anyway, still learned a lot that would have taken ages alone👍
honestly this video was hella helpful, i was able to make a automatic system using a interactionvolume a bottle a piston and a block, i made it so after a certain amount of time, the bottle drops through the interaction volume making you take a seat then forcing you to be unseated, afterwards the piston retracts allowing the bottle to respawn and allowing the cycle to continue, basically making a clock that teleports you every hour to create a normalized meeting time and respawn cycle
Thank you for this video, I didn't understand anything but was still trying to faceroll my way through making pistons and rotators work. This definitely helped me learn why some pins wouldn't work and gives me hope that I can actually figure this stuff out. I would love to see more videos!
i was really confused when circuits v2 came out because i didnt know about still getting the v1 chips so i thought that my idea for a room was not gonna happen but this helped!
I'm lucky enough to atleast know Python so I'm experienced with coding languages and phrases just like "Int, str, or if statements" so luckily it was easier for me to understand how all this works
Here is some parts that i can explain quickly Bool (boolen) basically false or true making a volume Get local player basically makes the cv2 machine use the selected circuits
I have been looking for circuit tutorials for a while because I truly aspire to make great games on rec room. I even looked at the official Rec Room account tutorials and they were SO confusing. Your tutorial was so clear and concise. Thank you for this, I’m binging it right now.
your correct with the strings, in coding (example C#) a float is presented with a f at the end examples: 0f 5f .2f and i know this cause im working on a C# game
im learning the programing language lua (for roblox) and no joke i saw this video before i started leaning lua and THIS VIDEO legit helped me understand lua, i think if i did not see this video i would still be VERY confused. thank you
Thanks. I always wanted to be a rec room creator. I can now have a basic understanding of chips. Now I have to learn art cause I have no chance of joining a team.
thanks for the tutorial! I'm used to being able to code, so I was really confused with all these complicated block coding things, and I got kind of annoyed that I couldn't just type it out lol
Im going to get a button, when pressed change a int var by 1, if it is 1 theb the mechanism will start and if you press it again it will be 2, if it's 2 then the mechanism will stop and it will be set to 0
Actually made the Fibonacci sequence. (Conclusion, this is harder than it should be. That's kind of a brutal first test.) So the variables use feedback loops ie. output from one variable or math chip feeds back into the input of another. I wanted to add a button to reset initial conditions, which failed because variables can only have one input. Hoping to find a chip that can connect to the "config" value box.
At first Circuits V2 was super intimidating to me and just .. Well alot, but when I actually attempted it this video was a huge help despite most my stuff just being spaghetti code lol.
Hey BVR can you make a very detailed video on how to make a x & y axis crane with pistons? I recently got Rec Room and I just about finished my dorm room, all I need now is a crane I can sit on while I draw on this whiteboard that I made that takes up the entire wall and the size of the whiteboard is why I need the crane for when I get a VR headset.
There is no way to make a detect player looking with all players, that only works for me. I need to do it for every players, cause I'm making a game in which, if we look at a monster, we have a jumpscare. But it only works with "get local player" chip
Now you can give cv2 your Rec Room best!
Yes.
I'm still bad at cv2 😔
Yup
@@RecLatr me too man
nope still can't understand to confusing to my peanut brain
I have been trying to create an automated curtain using the original circuits, now I think I will give this a try. Fingers crossed!!
Update: well I got it to work!! So excited!! Of course I broke it when I tried to move it LOL ... I am 64 years old and still learning new things! Thank you so much for all you do to make Rec Room great!
☺
64? your old and learning many things! i hope you make a great invention each day
You can use an animation gizmo if you want
@@whyarenameshardthe current animation gizmos (V1) are broken with rec room yet to fix it
This seems to be helping a lot of people, great job! Happy to see more people getting into the CV2 community
Dude, Ive been putting off learning cv2 because reasons but decided to finally bite the bullet, and thank god I waited because this video is only 2 days old. Very practical and informative. I feel way more confident than I did 40 minutes ago. Thank you.
Now it's 2 years old, how's it going now?
Youre the first person who explained networking easy and acurate at the same time! THANKS!! ❤
Even if you are an experienced coder, rec rooms way of “coding” is still different. You explained CV2 so well! Great video.
yeah
as a person whos learning C# a bit, rec rooms coding system is easier but still hard to understand if you're a beginner but have knowledge with other coding languages
The way you explain circuits helped me teach my class. Thanks
i started learning to program recently, and i was confused on how things worked in the game context, your video helped me so much, tyyy :^)
Just a little update, thanks to your video i started learning cv2, and i made a game with some of my friends for a contest (the stranded one), and we won third place (forgottenIsland)
I cant thank you enough BVR, thank you
I literally have no idea where to even start learning.
@@Mr.NobodyOfficial Best tip is to get this tutorial and start practicing, the more you make cv2 the easier it gets
Try making simple stuff, a light turn on and off, a piston to move, then scale and get more complex stuff
@@lucvkl I can do few simple things, not a lot though.
@@Mr.NobodyOfficial a good point also to start is watching yt tutorial and replicating them, the most you use cv2 and get out of your confort zone with it the better u get at it, good luck!
Thanks BVR, I literally just learned how to barely CV1, now I can CV2
Love Barley
Barley
I love speling
@@FeeAur saem
@@CatChatGato smea
This is exactly like blueprints in Unreal Engine, so it was very easy to learn for me XD
Thanks for explaining it anyway, still learned a lot that would have taken ages alone👍
Me and my friend are working on a map this really helped thanks
This tutorial is extremely well crafted and produced, and is super helpful. Awesome stuff!! Makin me wanna learn this all.
Really wish there were more tutorials going through different levels like beginner, intermediate, and so on
I‘m happy somebody famous made this kind of video so people will finally be better
Fr
Im about 24 minutes in and surprised on how much of it I understand- Thanks Billeh!
I was confused on the local and synced thing, but now I understand. Thanks!
Ay yo u got top coment
Please make the next circuits video! This was really helpful, and I want to learn more from you.
honestly this video was hella helpful, i was able to make a automatic system using a interactionvolume a bottle a piston and a block, i made it so after a certain amount of time, the bottle drops through the interaction volume making you take a seat then forcing you to be unseated, afterwards the piston retracts allowing the bottle to respawn and allowing the cycle to continue, basically making a clock that teleports you every hour to create a normalized meeting time and respawn cycle
What.
Thank you for this video, I didn't understand anything but was still trying to faceroll my way through making pistons and rotators work. This definitely helped me learn why some pins wouldn't work and gives me hope that I can actually figure this stuff out. I would love to see more videos!
I wanted to learn how to use cv2 thanks for helping me
Definently the best and clearest video for introduction to CV2! Thanks!
I’ve been wondering how to do circuits V2 and this is going to help a ton!
Same (Also first reply)
i was really confused when circuits v2 came out because i didnt know about still getting the v1 chips so i thought that my idea for a room was not gonna happen but this helped!
So its quite literally just coding class all overs again, dope thanks it'll help a lot
I already knew some of cv2 but I'm glad I watched this!
I had no idea about how local stuff worked lol
I'm lucky enough to atleast know Python so I'm experienced with coding languages and phrases just like "Int, str, or if statements" so luckily it was easier for me to understand how all this works
its just i cant find any of the circuits i should use like make a tab recroom of like Exec , Variables , Spawn , Show , Math and etc etc
Ive literally watched this 3 times for fun. I might be a CV2 addict
Here is some parts that i can explain quickly
Bool (boolen) basically false or true making a volume
Get local player basically makes the cv2 machine use the selected circuits
I remember back in the day I didn’t really use maker Pen Or CV2 but now I’ll use it because I’ve been getting more into using the maker pen
Ty !!!!!!!! Cv2 was Hard for me to get this helps a lot
Not only am I watching this VERY informative video, I’m attending cv2 classes this week!
thx can you talk about how to make a basic game with this to help me understand how to use this in practice like how is the soccer game coded?
I have been looking for circuit tutorials for a while because I truly aspire to make great games on rec room. I even looked at the official Rec Room account tutorials and they were SO confusing. Your tutorial was so clear and concise. Thank you for this, I’m binging it right now.
thank you! glad I could help
@@BVR can you make an tutorial on how to make things follow you and kill you
🤑
your correct with the strings, in coding (example C#) a float is presented with a f at the end examples:
0f 5f .2f and i know this cause im working on a C# game
Awesome, now I can understand what's going on when people build circuits!
Bad news, I'm too scared to even place down a chip 😭
same
I have experience with cv1, but now I can do cv2! Thanks!
Ok @bvr, this is really good.
I HATE working with CV2, but this tutorial may be just what I need to get over that.
glad its helped you!
Thanks man I’m trying to make a Rap show in rec room and this helped alot
I normally like coding so I was able to get the hang of it pretty easily. I got stumped on strings though and this video helped so much!
Hey rec room I still give it my rec room best And when I mean best I really mean but I do trick shots inside of the rec center with plates and cups
im learning the programing language lua (for roblox) and no joke i saw this video before i started leaning lua and THIS VIDEO legit helped me understand lua, i think if i did not see this video i would still be VERY confused. thank you
Thank you so much for this video! I’m working on a game with my friend and this really helped me understand so I can help him more!
Thanks. I always wanted to be a rec room creator. I can now have a basic understanding of chips. Now I have to learn art cause I have no chance of joining a team.
This is honestly so helpful Billeh 🍩
jorm
@@tyrone19rr86 tyrone
@@Jormrr jorm
@@Squinkles Squinkles 🍩
@@Jormrr jorm
This makes me feel like I’m watching a vid for a school project
Bro can you please make this a series
I like your words magic man
Hahahhhahaahah i love that meme
This helped me with my dorm room, thank you!!
Dude thanks! I always wanted to learn cv2 and now you learned me! Thank you man!
i havent used v2 yet but this makes so much more sense than v1
I actually figured out how to make a CV2 elevator! Thanks!
in summary: rec room has a visual programming language and you have to try it out
this can also teach people how to code very similar to drag and drop scripting
like scratch! :D
Me being someone who learnt on the original or "legacy" circuits this is very helpful for learning the new stuff
You have entrusted the wrong person with CV2
thanks ! this helped
Now i need to know how to make the helicopter!
BVR: “It’s literally just whole numbers.” Everyone in middle school math: 🤨
BILLEH YOU NEED TO MAKE PART 2 helP
thank god i understand coding
otherwise i honestly wouldn't understand this
This video was a real help to me learning circuit and is a great video. Keep up the good work!
I’ve rewatched this video 7 times.. still have no idea what to do.
Thank you so much! this helped me very much.
this gottta be the most complicated thing in rec room
Not the hero we deserved but the hero we needed
Thank you soooo much. This video is what I have been looking for. Great video man 10/10
Thanks fir this video, it really helped bro! Cheers!
When you skip ahead 10 seconds and there's like 20 more circuit boards
thanks for the tutorial! I'm used to being able to code, so I was really confused with all these complicated block coding things, and I got kind of annoyed that I couldn't just type it out lol
I stopped taking info in at lesson 2 💀and I was trying my best to listen 😔
Im ok with cv2 but i never knew what the get local player did thanks dude!
Thanks for this video, very helpful
I wanna make a racing game time to get some knowledge
This was phenomenal ☺️
bvr should make one but with the new ui
Thanks for the guide!
The only thing I've done with CV2 and circuits is use a clamp and make telekinesis
Im going to get a button, when pressed change a int var by 1, if it is 1 theb the mechanism will start and if you press it again it will be 2, if it's 2 then the mechanism will stop and it will be set to 0
Thank You this was sooo helpful
I came to learn how to make a door to another room and stayed for the full vid I feel like everything I learned will be so useful
Same do you know how to make it
Now I can do big mafs, thanks Billeh!
Actually made the Fibonacci sequence. (Conclusion, this is harder than it should be. That's kind of a brutal first test.) So the variables use feedback loops ie. output from one variable or math chip feeds back into the input of another. I wanted to add a button to reset initial conditions, which failed because variables can only have one input. Hoping to find a chip that can connect to the "config" value box.
good job! yeah the fibonacci sequence is a pretty difficult challenge with just the knowledge from this video. I probably should have bad it easier
Please post the solution.
Can you please post the solution?
This made better sense than my math homework
At first Circuits V2 was super intimidating to me and just .. Well alot, but when I actually attempted it this video was a huge help despite most my stuff just being spaghetti code lol.
Thanks so much man! I’m a high level advanced thanks to you!
YES A NEW EPISODE🤗🤗🤗🤗
now i can know how to set a int to a string for Room Currencies!
Hey BVR can you make a very detailed video on how to make a x & y axis crane with pistons? I recently got Rec Room and I just about finished my dorm room, all I need now is a crane I can sit on while I draw on this whiteboard that I made that takes up the entire wall and the size of the whiteboard is why I need the crane for when I get a VR headset.
this is like redstone. it looks really fucking cool but i have no idea how to use it
Omg yes
I have the basics, but my problem is that sometimes you need more than just the basic chips, and you cant wire them without that “more”
Helped alot, got no ideas tho lol
Give it your interactional rec room best
well, happy late two years of learning how to code
this was amazing thanks so much!
thank you since i already know c# this was way easier so thak you
Have a big feeling that you’re getting the most advanced tutorial gown
BVR thank you for helping me.
Thanks so much I understand it now
There is no way to make a detect player looking with all players, that only works for me. I need to do it for every players, cause I'm making a game in which, if we look at a monster, we have a jumpscare. But it only works with "get local player" chip