Create a Monster That Follows When You Look Away

  Рет қаралды 5,784

theRCLman

theRCLman

Күн бұрын

Пікірлер: 152
@StarDaMonke
@StarDaMonke 4 ай бұрын
I love making these goofy ai’s that can hear your voice.
@MineBloxYT.
@MineBloxYT. 4 ай бұрын
This is the first time in a rclman video that I didn’t already know how to do, thank you I’ve been trying to do this for months! Also u can just add a role to the player if their looking at the monster so it doesn’t need to much extra stuff 🙃
@theRCLman
@theRCLman 4 ай бұрын
tru, the only issue is no roles in 2.0 but i guess tags could work
@IamTuna
@IamTuna 4 ай бұрын
As i always say, circuits are a lot of knowing what chips exist and what chips dont exist. I never learnt AI (i never had a reason to), but now i can confidently say that i can make AI soley from the circuits at 1:40, because i never knew about the `Vector3 move towards` chip. So thank you for that 😅 btw at 5:20 i see you used a list get first index of to find the index of the local player, there is a chip that does this for you. I think its called `Get player index`
@theRCLman
@theRCLman 4 ай бұрын
Same, oh yeah I forgor that one existed lol
@SwiftDucky
@SwiftDucky 4 ай бұрын
7:56 To fix something like that instead of getting how the monster is looking use the chip that you use for the rotation and make it local, then even though the monster isn’t looking at him the vector dot will work like it is
@The_Null_point
@The_Null_point 4 ай бұрын
I don’t really play Rec room anymore but I still like watching your tutorials for fun because they’re very interesting and make me learn about stuff like that, that makes me want to play again :>
@theRCLman
@theRCLman 4 ай бұрын
Awesome and if you ever do physics classes it will help you there also
@isaacammerlaan7710
@isaacammerlaan7710 4 ай бұрын
(commenting while watching the video) 5:28 i think something that would be better instead of a predefined amount of chips.. maybe tags? add the tag "cansee" to the player when they see barry, remove when they look away. the authority would check if there are any players with a tag named "cansee", and if there are, stop moving barry. i think this is a better approach cause tags are already synced and are scalable!
@theRCLman
@theRCLman 4 ай бұрын
OMG yes I think that's so much better, good call man
@1cozmo1
@1cozmo1 4 ай бұрын
Yo rcl i just wanted to say you have inspired me in doing rec room cv2 since i started watching you and i have gotten so in to it i made black jack in rec room
@theRCLman
@theRCLman 4 ай бұрын
That's awesome man, congratulations on your progress
@KottonBall_
@KottonBall_ 4 ай бұрын
seeing the notification has given me motivation to make rec room games once more, I thank you RCLman 🙏🙏
@theRCLman
@theRCLman 4 ай бұрын
glad it helps, thanks for watching :)
@SwiftDucky
@SwiftDucky 4 ай бұрын
7:30 instead of a and you could use a I believe it’s called a nor where the are all false, then at the Greator or equal you could use a not, this makes them have it so they change it to false (the bool system is interesting though)
@theRCLman
@theRCLman 4 ай бұрын
@@SwiftDucky honestly I was just gonna keep the single player one but then I came up with that, thing
@SwiftDucky
@SwiftDucky 4 ай бұрын
y’a…..
@SwiftDucky
@SwiftDucky 4 ай бұрын
That thing is uhh interesting to say the least
@GGOORRIILLAA_VR
@GGOORRIILLAA_VR Ай бұрын
7:27 Instead of comparing the monsters forward vector to where the players looking, compare (player position - monster position) to where the players looking, this should fix it!
@theRCLman
@theRCLman Ай бұрын
ill have to try this
@TheRealSilverClash
@TheRealSilverClash 4 ай бұрын
Bro… thanks to you I’m gonna create a badass horror game. Thanks RLC ✌️
@theRCLman
@theRCLman 4 ай бұрын
Glad it helped
@SwiftDucky
@SwiftDucky 4 ай бұрын
For the player can’t you use get head forward vector or whatever the chip is called and it has a input for a player 2:50
@SwiftDucky
@SwiftDucky 4 ай бұрын
(But also it is also cool if it gets if everyone is looking at the monster just make sure they can’t look through walls)
@theRCLman
@theRCLman 4 ай бұрын
@@SwiftDucky maybe that's what I was thinking of. OMG didn't even think of walls, regardless I think it's enough to get ppl started, mainly I wanted to show what the vector dot was, hopefully ppl will be able to apply the chip now when they need it
@SwiftDucky
@SwiftDucky 4 ай бұрын
I do like the vector dot I might have to make a game with this function
@laneyschannal
@laneyschannal 4 ай бұрын
Do you know how you can make the monster have sounds while walking or running
@theRCLman
@theRCLman 4 ай бұрын
Attach an audio player to the monster
@laneyschannal
@laneyschannal 4 ай бұрын
Do you know how to make sounds while the npc or whatever its called is walking or even running (im trying to make a detailed rec room game)
@SoluteEdits
@SoluteEdits 2 ай бұрын
How do you make it so the monster doesn’t look up or down but looks at you sideways based on where you are
@theRCLman
@theRCLman 2 ай бұрын
you have to lock the rotation, idk how to do this off my head but could probably figure it out with enough time
@matthewlongland4355
@matthewlongland4355 4 ай бұрын
Thank you man
@theRCLman
@theRCLman 4 ай бұрын
Thanks for watching :)
@MeTravisDee
@MeTravisDee 4 ай бұрын
Can you do a tutorial on making a nock back projectile?
@theRCLman
@theRCLman 4 ай бұрын
Hmmm idk about a while tutorial if it gets enough requests, I will tell you you add velocity to the hit player within either the projectile launcher circuit board or the player definition board, my pvp tutorial should help
@MK_beanie
@MK_beanie 4 ай бұрын
When you talk about the vector dot in the beginning of the video, does the vector dot outputs the average of the two inputed vectors.
@theRCLman
@theRCLman 4 ай бұрын
I don't believe so, to my knowledge it just spits out a number comparing the 2 vectors
@MK_beanie
@MK_beanie 4 ай бұрын
Ok, thank you for telling me. 🫡🫡🫡
@anormalperson3064
@anormalperson3064 4 ай бұрын
could you make a tutorial on how to make something rotate upwards (like a pool floatie in water)
@yeeman_
@yeeman_ 4 ай бұрын
Hey theRCLman, I absolutely LOVE your videos, and I was wondering how I could make an option hud. Example: In some games when you click Play in the title area, it'll pop up a menu with two options, "Make a server" and "Join a Server" I was wondering if I could make that but when you click an option, it spawns an item. (I'm making Jim's Computer in RR btw)
@theRCLman
@theRCLman 4 ай бұрын
You are looking for prompt player multiple choice
@OfficialKingVR
@OfficialKingVR 2 ай бұрын
This is great, now I can make a Pico Park rip-off game!
@Cinnamon337
@Cinnamon337 4 ай бұрын
I got a question how do you get the top player of all time on a leader board? With cv2
@Tricky_impossible
@Tricky_impossible 4 ай бұрын
We love your creations, RCL ❤❤
@theRCLman
@theRCLman 4 ай бұрын
thanks man :)
@GreenBoethiah
@GreenBoethiah 4 ай бұрын
The handy dandy notebook 😂
@theRCLman
@theRCLman 4 ай бұрын
handy dandy barry notebook
@MysttyVR
@MysttyVR 2 ай бұрын
can you make a moveset ui that also changes what moves you do. (not the actual moves)
@RLDUDE36
@RLDUDE36 4 ай бұрын
Hey theRCLman I had fun playing RR with you last night. I was JB. Hope to see you again. When's your next video?
@theRCLman
@theRCLman 4 ай бұрын
Hopefully will be out Friday, maybe Saturday, also sorry I didn't have headphones
@bakadef2997
@bakadef2997 4 ай бұрын
Can you please make a tutorial on a guns spawner *when a player walks up and hit the button they are teleported to somewhere and given a custom weapon*
@theRCLman
@theRCLman 4 ай бұрын
I believe there is an equip object chip, but 2.0 might be different
@The_real_Elite_dog
@The_real_Elite_dog 4 ай бұрын
Hey can you make a hiding system for a horror game(add the seat thing too)
@DONUTBOBRR
@DONUTBOBRR 4 ай бұрын
Bro cooked up again🥶🥶🥶
@theRCLman
@theRCLman 4 ай бұрын
😂
@BitcoinkidMc
@BitcoinkidMc 4 ай бұрын
Hi Rcl I quite didn’t understand how it works could you make tutorial from scratch
@theRCLman
@theRCLman 4 ай бұрын
kzbin.info/www/bejne/bX3Fp6CPhcaimcU kzbin.info/www/bejne/a6CxqGuuerShidE kzbin.info/www/bejne/aaiznZaslpZqqMU
@Lonkvr
@Lonkvr 4 ай бұрын
Scp map makers are about to have a field day
@theRCLman
@theRCLman 4 ай бұрын
😂😂😂
@CooIMonkeVR
@CooIMonkeVR 4 ай бұрын
yes i am
@Clayguy111
@Clayguy111 4 ай бұрын
Yes👍
@theRCLman
@theRCLman 4 ай бұрын
awsome
@Cinnamon337
@Cinnamon337 4 ай бұрын
i LOV berry
@theRCLman
@theRCLman 4 ай бұрын
Goated sometimes
@Cuttlef1sh
@Cuttlef1sh 4 ай бұрын
We boutta cook with this one 🔥
@theRCLman
@theRCLman 4 ай бұрын
😂😂😂
@Cormuliminal
@Cormuliminal 4 ай бұрын
Tank you so much for this amazing video im making a backrooms game i will use this so much
@theRCLman
@theRCLman 4 ай бұрын
Word, glad it helped
@HotHotDog3
@HotHotDog3 4 ай бұрын
Thanks, I’m just thinking what character to use this on in my horror game 😂
@theRCLman
@theRCLman 4 ай бұрын
😂
@TheRealSilverClash
@TheRealSilverClash 4 ай бұрын
Could you make this an invention please?
@theRCLman
@theRCLman 4 ай бұрын
Not a free one
@TheRealSilverClash
@TheRealSilverClash 4 ай бұрын
@@theRCLman yeah I know I’ll def buy it
@NightmaresWBun2
@NightmaresWBun2 2 ай бұрын
Ive been trying to get an AI to work similarly to this, but every tutorial I do just ends up being too complicated to modify or just breaks for some reason, and I can never figure out why, all I want it to do is freeze when its in lights but there are no tutorials for that so ive been trying to improvise, idk if you could maybe help me figure out how to get it to work, im still kinda new to rec rooms circuits so yeah-
@theRCLman
@theRCLman 2 ай бұрын
You may want to try a spherecast starting at where the light is and if the monster is in the spherecast it stops
@NightmaresWBun2
@NightmaresWBun2 2 ай бұрын
@theRCLman I tried it. I got it to partly work, but now it's just stuck in place. I tried to set the spherecst's radius to a lower level, but that didn't work at all. Are there specific things I didn't hook up correctly, or am I missing something?
@ALEXCRACKMX
@ALEXCRACKMX 4 ай бұрын
Don’t blink.
@theRCLman
@theRCLman 4 ай бұрын
don't breath
@ALEXCRACKMX
@ALEXCRACKMX 4 ай бұрын
@@theRCLman or you are gonna die
@Procon34
@Procon34 4 ай бұрын
@@theRCLman will it phase through walls when moving?
@BitcoinkidMc
@BitcoinkidMc 4 ай бұрын
Also could you make a tutorial for advanced goblin ai
@theRCLman
@theRCLman 4 ай бұрын
What does this mean exactly?
@BitcoinkidMc
@BitcoinkidMc 4 ай бұрын
It quite hard to explain
@Kosh905
@Kosh905 3 ай бұрын
hey do you know how to make a system so you can send room currency to someone else
@XvetalVR
@XvetalVR 7 күн бұрын
do you know how so it won’t noclip through the walls?
@ItsCrucible
@ItsCrucible 4 ай бұрын
SCP-173 fangames finna pop off 💀
@theRCLman
@theRCLman 4 ай бұрын
fr fr
@JPGpack
@JPGpack 4 ай бұрын
Oh no the weeping angels
@theRCLman
@theRCLman 4 ай бұрын
I thought about putting that in the title but was unsure how many ppl would get the reference
@JPGpack
@JPGpack 4 ай бұрын
@@theRCLman oh haha 😂
@JPGpack
@JPGpack 4 ай бұрын
@@theRCLman I’d probably be like 1 of the 4 others
@Th73823
@Th73823 4 ай бұрын
You should probably make it that you blink
@General_Grievous_gaming
@General_Grievous_gaming 3 ай бұрын
Can you make one where, the monster teleports in different spots, I can't walk btw
@Th73823
@Th73823 4 ай бұрын
I like how this video is way higher quality
@theRCLman
@theRCLman 4 ай бұрын
Glad you enjoyed, thanks for watching th
@Th73823
@Th73823 4 ай бұрын
No problem I love you watching your videos:D
@Th73823
@Th73823 4 ай бұрын
you’re subscribe to MrBeast?
@Stuck7777
@Stuck7777 3 ай бұрын
Hey rcl! I’m the guy who made the cross communication text screen interface! I have a question, so, in this you can see if you’re looking at the monster right? Is there a way for you to see which player you’re looking at too?
@ITZC0NZERK
@ITZC0NZERK 4 ай бұрын
It's kinda like a weeping angel
@theRCLman
@theRCLman 4 ай бұрын
yes exactly
@TreemingRR
@TreemingRR 4 ай бұрын
Now I can make Scp 173😈
@theRCLman
@theRCLman 4 ай бұрын
Word,glad it helped
@Bluegamer5674
@Bluegamer5674 3 ай бұрын
Bro try to make scp 096 so when u look his face it will only come after u
@Fethyon
@Fethyon 4 ай бұрын
hi rcl
@theRCLman
@theRCLman 4 ай бұрын
Hello fay the on
@ArthurRech-c9s
@ArthurRech-c9s 4 ай бұрын
Now i can make teste from Baldi basic
@theRCLman
@theRCLman 4 ай бұрын
Word, glad it helped
@laneyschannal
@laneyschannal 4 ай бұрын
You really helped me and others alot _i hope rec room is proud of you_
@Noibat_Solos
@Noibat_Solos 4 ай бұрын
My biggest flex is that we are friends
@theRCLman
@theRCLman 4 ай бұрын
😂
@Ower2525
@Ower2525 4 ай бұрын
1:33 i just want to tell you that you didn't link the videos
@theRCLman
@theRCLman 4 ай бұрын
Oops my bad, they r there now, thanks
@Franoid
@Franoid 4 ай бұрын
so essentially scp 173?
@ALEXCRACKMX
@ALEXCRACKMX 4 ай бұрын
I was going to say that
@theRCLman
@theRCLman 4 ай бұрын
to many scps, idk if that is one lol
@SwiftDucky
@SwiftDucky 4 ай бұрын
I think so
@Cheerfulgoat4610
@Cheerfulgoat4610 4 ай бұрын
I might know how to fix it
@theRCLman
@theRCLman 4 ай бұрын
let me know ur ideas
@Cheerfulgoat4610
@Cheerfulgoat4610 4 ай бұрын
@theRCLman it's a lot, but I'll try to explain it. Get the position of Barry and the player subtract Barry's position by the player's normalize it with a vector 3 normalize and get a local camera forward, get a Vector3 Dot put the normalize into Lhs and the camera forward into Rhs. Put the result of the vector 3 dot into A on a greater or equal and with B customize it to your liking.
@Cheerfulgoat4610
@Cheerfulgoat4610 4 ай бұрын
Now that that's set up, get a raycast and have the start position be the local player's position and the direction the camera forward (make sure the raycast ignores players) get Barry's tag and put it into an equals chip with the object hit then put both of those into an and chip and that's all I got for tn
@Cheerfulgoat4610
@Cheerfulgoat4610 4 ай бұрын
(Rn
@theRCLman
@theRCLman 4 ай бұрын
@@Cheerfulgoat4610 I had the idea of a raycast also, but I think because it's just a beam going straight it might miss him if he is like in the far left or right of the camera, I thought sphere cast might work, but the corners are still vulnerable, petitioning rr for an is on screen chip, jk, either way I think where I u stopped was good, enough to get ppl started without being overly complicated. ... I hope
@joe3.0
@joe3.0 4 ай бұрын
You should make a vector path finding ai
@theRCLman
@theRCLman 4 ай бұрын
What is this?
@joe3.0
@joe3.0 3 ай бұрын
@@theRCLman a path finding ai made with vectors/nodes basically it has to walk around walls
@AJK8864
@AJK8864 4 ай бұрын
Oooooo finally I can make a scp game 😆
@theRCLman
@theRCLman 4 ай бұрын
So many scp in comments I should have put in title
@AJK8864
@AJK8864 4 ай бұрын
Yeah that would’ve been a good idea
@Mr.Midnight_RR
@Mr.Midnight_RR 4 ай бұрын
Do You Know How To Make Abilities If You Do Can You Make A Tutorial ?
@theRCLman
@theRCLman 4 ай бұрын
Abilities is to general
@Mr.Midnight_RR
@Mr.Midnight_RR 4 ай бұрын
@@theRCLman oh ok
@SwiftDucky
@SwiftDucky 4 ай бұрын
(Sorry for my yap ses)
@theRCLman
@theRCLman 4 ай бұрын
Nah I get it, ur one of the ppl I consider that knows what they are doing circuits wise, so I value when u see something I don't
@SwiftDucky
@SwiftDucky 4 ай бұрын
:p
@SwiftDucky
@SwiftDucky 4 ай бұрын
I’ll try my best to
@GR3YEY5SVR
@GR3YEY5SVR Ай бұрын
Will u release the code?
@theRCLman
@theRCLman Ай бұрын
???
@GR3YEY5SVR
@GR3YEY5SVR Ай бұрын
Like publish the circuits and stuff as an invention
@Suskittles
@Suskittles 4 ай бұрын
I’m only 16 minutes late
@theRCLman
@theRCLman 4 ай бұрын
thanks for watching :)
@BUCKETguy-0
@BUCKETguy-0 4 ай бұрын
I was in it 🎉🎉 friend me in rec room I am BUCKET
@theRCLman
@theRCLman 4 ай бұрын
will accept next time on
@reedreed4389
@reedreed4389 2 ай бұрын
4:57 RCL face reveal
@jintxTRR
@jintxTRR 4 ай бұрын
5th!
@theRCLman
@theRCLman 4 ай бұрын
early
@jintxTRR
@jintxTRR 4 ай бұрын
@@theRCLman Thanks!
@Stick_Productions.
@Stick_Productions. Ай бұрын
Do one where if you look at it
@TCWWrestleingRoblox
@TCWWrestleingRoblox 4 ай бұрын
27th VIEWER IM A BIG FAN
@theRCLman
@theRCLman 4 ай бұрын
thanks man :)
@Quepp_RR
@Quepp_RR Ай бұрын
311 likes? lemme fix that.
@Quepp_RR
@Quepp_RR Ай бұрын
also i just realized you can just get the forward vector of the players head and then use that vector for the vector3 dot
@CyberRealmgaming
@CyberRealmgaming 29 күн бұрын
Fnaf
How To Add A Punching System In Rec Room
8:27
theRCLman
Рет қаралды 26 М.
Classic Roblox Games: How Are They Doing?
17:09
Chappy
Рет қаралды 479 М.
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН
요즘유행 찍는법
0:34
오마이비키 OMV
Рет қаралды 12 МЛН
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН
I Was WRONG About Enemy Design
17:06
Deynum Studio
Рет қаралды 205 М.
How To Create A PVP Map | Rec Room Circuits Tutorial
14:05
theRCLman
Рет қаралды 64 М.
I HIRED AI to Make a ROBLOX Game
12:34
DeHapy
Рет қаралды 112 М.
How To Make EVERYTHING Do Damage In Rec Room!
10:02
theRCLman
Рет қаралды 37 М.
This is the WORST Feature in Rec Room (here's why)
8:44
I TRICKED Them With MODS!
9:36
Boe
Рет қаралды 1,5 МЛН
How To Make Ignited Freddy AI in Rec Room
22:25
theRCLman
Рет қаралды 44 М.
Меня удочерили звездные геймеры
30:03
Трум Трум Оки Токи
Рет қаралды 448 М.