How To Make A ViewModel In Roblox Studio (2023)

  Рет қаралды 147,350

Pluto

Pluto

Күн бұрын

Пікірлер: 381
@PlutoIsAway
@PlutoIsAway 10 ай бұрын
FIX: If your viewmodel is colliding with the player, add these lines of code on line 18 to make sure the viewmodel has cancollide set to off pastebin.com/b1xGkfpy
@NezoieMaximum
@NezoieMaximum 10 ай бұрын
hey, i got quescion for u, could u make video about how to animate shooting and making so the shooting does damage?
@INEVITABLE_FATE
@INEVITABLE_FATE 9 ай бұрын
Thanks cuz without it i will fly to heaven really. 😁😇
@Owy_
@Owy_ 8 ай бұрын
Hey Pluto it’s saying the website connection is down can u possible fix that
@ADHAMCRAFTS
@ADHAMCRAFTS 7 ай бұрын
still doesnt work for me is there a 2024 fix
@Owy_
@Owy_ 7 ай бұрын
@@ADHAMCRAFTS it does for me I made it work
@randomfunnymomentguy
@randomfunnymomentguy 3 ай бұрын
used this to make a portal type game so i can make the portal gun appear and randomly i hear the portal radio theme as the outro. Perfect
@zumbie411
@zumbie411 Жыл бұрын
If you wanna make the arms look like your character add these lines ViewModel.BodyColors.LeftArmColor = Character:WaitForChild("Body Colors").LeftArmColor ViewModel.BodyColors.RightArmColor = Character:WaitForChild("Body Colors").RightArmColor print("ChangedColors") if Character:FindFirstChild("Shirt") then Character.Shirt:Clone().Parent = ViewModel print("AddedShirt") end
@ghostlol-cw1xy
@ghostlol-cw1xy Жыл бұрын
do i just add it in the viewmodel script?
@friendlyfriend9831
@friendlyfriend9831 Жыл бұрын
do i add it at the end?
@czctus
@czctus 10 ай бұрын
you should use "FindFirstChildOfClass('Shirt')" instead of find first child.
@voltbeta2263
@voltbeta2263 7 ай бұрын
@@czctus true
@raccoon_thats_very_chill
@raccoon_thats_very_chill 9 ай бұрын
Is there a way to make the viewmodels appear on certain tools? and also is there a way to animate them?
@coolboy123e3
@coolboy123e3 8 ай бұрын
yea there is but its pretty hard to do so i recommend you search of a step by step tutorial
@historybitshort
@historybitshort 4 ай бұрын
Yes, its pretty easy to make viewmodels appear on certain tools, but it is very hard to animate them. Use something like : local tool = script.parent local function animate() end tool.Equipped:Connect(animate)
@thatoneguyyouforgotthenameof
@thatoneguyyouforgotthenameof 10 ай бұрын
Incase the viewmodel doesn't move with the camera you might need to set a "primary part" for it.
@frostysgamingclub9162
@frostysgamingclub9162 9 ай бұрын
what should the primary part be because i have that same problem
@JoshuaPayano-v7x
@JoshuaPayano-v7x 9 ай бұрын
@@frostysgamingclub9162 ViewModel.PrimaryPart = ViewModel.HumanoidRootPart
@JessicaCrawford352
@JessicaCrawford352 9 ай бұрын
@@frostysgamingclub9162the humanoidrootpart (if you didnt delete it)
@Jibljang
@Jibljang Жыл бұрын
everytime i go into first person my character starts flying and spazzing out everywhere
@Jibljang
@Jibljang Жыл бұрын
any fixes?
@amcarsega
@amcarsega Жыл бұрын
Turn of collisions i think 🤔
@Cyronez
@Cyronez Жыл бұрын
The humanoid will mess with the properties of the parts in it, so removing it will make it work.
@Mini_Lev
@Mini_Lev Жыл бұрын
i had the same problem, u gotta turn of colligion in in the humanoidRootpart AND the arm/arms
@bomba11037
@bomba11037 11 ай бұрын
script: ViewModel["Right Arm"].CanCollide = false ViewModel["Left Arm"].CanCollide = false add this after line 18
@BobBuilder223
@BobBuilder223 Жыл бұрын
If you can't move to the sides just add ViewModel.RightArm.CanColide = false ViewModel.LeftArm.CanColide = false Add this after lien 17 and replace RightArm and LeftArm with the actual names of your objects if you have questions just comment them fr
@BobBuilder223
@BobBuilder223 Жыл бұрын
@@josh04811 Did you change RightArm and LeftArm to the names of your parts?
@harpseal3034
@harpseal3034 Жыл бұрын
@@josh04811 bc he spelled CanColide wrong its CanCollide with 2 Ls
@Spooky90097
@Spooky90097 Жыл бұрын
@@harpseal3034 theres no way hes that clueless to have an error with a simple mispell
@harpseal3034
@harpseal3034 Жыл бұрын
@@Spooky90097 ??? thats what it is, its CanCoLLide with 2 Ls
@coolbudYT
@coolbudYT Жыл бұрын
@@harpseal3034 yes I didn't notice the typo thanks
@assine79
@assine79 Жыл бұрын
Works almost pefectly! But I had to add 2 line in the script after line 7 to disable CanCollide on both arms!
@smoltoasterpastry2267
@smoltoasterpastry2267 Жыл бұрын
What did you add to make it work? I'm having the same problem
@Ch0wChowdAh
@Ch0wChowdAh Жыл бұрын
What code??
@DennysTheRestaurant
@DennysTheRestaurant Жыл бұрын
@@smoltoasterpastry2267 you can copy the script i sent to someone in the replies, just copy it and replace it with the old one. this should help. hope it helps :)
@wichaponpasomkit2858
@wichaponpasomkit2858 Жыл бұрын
​@@DennysTheRestaurantI don't see your replies.
@culan_SCP
@culan_SCP Жыл бұрын
it dosent work at all for me
@harryboyha-ke2se
@harryboyha-ke2se 7 ай бұрын
Nice! It works perfectly! now how do you do it so you can preview the viewmodel?
@deepfakes4567
@deepfakes4567 2 ай бұрын
I know im late but I think the way is to just put the arms into different positions untill your pleased
@harryboyha-ke2se
@harryboyha-ke2se 2 ай бұрын
@@deepfakes4567 i meant like you know how other people are like holding a gun or something in your perspective but they can still see the viewmodel in their perspective how do you do that because in the viewmodels other people dont see what your seeing
@wichaponpasomkit2858
@wichaponpasomkit2858 Жыл бұрын
Guys turn Humanoid to r15 will prevent your charecter from flying
@thefatherofpelle.___.526
@thefatherofpelle.___.526 Жыл бұрын
🙏🙏🙏
@ADHAMCRAFTS
@ADHAMCRAFTS 7 ай бұрын
THIS GUY IS A LEGEND THX
@EktoAnim
@EktoAnim Жыл бұрын
2:37 please next time you make a tutorial video that includes a script, write the script on video and explain how it works so people can actually learn from it.
@bruh83483
@bruh83483 Жыл бұрын
It's literally so easy to understand lmao
@PlutoIsAway
@PlutoIsAway Жыл бұрын
Fair enough, thanks for the suggestion
@dascreeb5205
@dascreeb5205 Жыл бұрын
​@Fil how would I do that? Is it literally just opening up an animator on the dummy?
@TheL3NX
@TheL3NX Жыл бұрын
@@bruh83483 easy to you not others lmao
@itsaducklin
@itsaducklin Жыл бұрын
@@TheL3NX lmao I started learning like 3 days ago and I completely understand how it works
@YourLocal_Mkara
@YourLocal_Mkara 6 ай бұрын
Is the left arm and right arm ACTUALLY required other than making your character look like it's holding the item? Thanks for responding!
@BattleTheSuperHotMaleIII
@BattleTheSuperHotMaleIII 4 ай бұрын
no
@minelandcodingtutorials3549
@minelandcodingtutorials3549 10 ай бұрын
a few problems with this is that i cant turn my camera left or right it's stuck and when i look up i dont see the gun in my hands like yours help...
@SencyWency
@SencyWency 6 ай бұрын
me too
@BazelesBazel
@BazelesBazel Ай бұрын
sweet vid dude :)
@symonnet5990
@symonnet5990 Ай бұрын
Thx man this helped alot!
@ItzGrugsBtw
@ItzGrugsBtw 3 ай бұрын
Thankyou for adding the script all these other people dont have it
@Auronix784
@Auronix784 2 ай бұрын
I did every step and for some reason I wanted to make it as a Flashlight but it's not working :(
@WaffleRBLOX
@WaffleRBLOX 3 ай бұрын
i made it but when i test and zoom in my player flys around
@Almostsava
@Almostsava 4 ай бұрын
hey can you make a video about animating and scripting walking with View Models?
@frizzyjuice3308
@frizzyjuice3308 4 ай бұрын
this video is very cool! helps out alot!!!!!
@Shark_game21
@Shark_game21 Жыл бұрын
Literally saw a video of 28 minutes of a view model then I see this…😊🎉❤
@kinghotcoc0
@kinghotcoc0 7 ай бұрын
One of them is for just giving you a view model, the other is probably for learning how to make it from scratch. Maybe animations included too
@Jesse_69420
@Jesse_69420 Жыл бұрын
So for the view model in my game, different infected and survivors have their own unique view models. How can I modify the script so that the view model is based on what character you are currently playing as?
@apenasgargorio
@apenasgargorio Жыл бұрын
various games has, my favourite example is Team Fortress 2 you could either use a Script so it could be based on the character you're currently morphed, or you could Model it individually, and depending on the character's weapons or items, it will show as it
@twichsterplayz
@twichsterplayz 17 күн бұрын
he never said thanks so thank you
@Jesse_69420
@Jesse_69420 17 күн бұрын
@@apenasgargorio thanks
@Jesse_69420
@Jesse_69420 17 күн бұрын
@@twichsterplayz whoops, forgot to say thanks
@MST-tl5gx
@MST-tl5gx Жыл бұрын
the script didn't work for me :(
@BloxosBuilds
@BloxosBuilds 10 ай бұрын
Rip
@MrMarkerFinder737
@MrMarkerFinder737 9 ай бұрын
Dosent work for me either
@Oliviaplaysroblox-r9m
@Oliviaplaysroblox-r9m 9 ай бұрын
You did it wrong
@LordCogsley
@LordCogsley 9 ай бұрын
Have you tried putting starter player on lock first person on? It worked for me when I did that
@jordyhall7281
@jordyhall7281 8 ай бұрын
Rip cuz it worked for me 🤣
@KoalaKrush
@KoalaKrush Жыл бұрын
Let's goo!! (First)
@FlipyxlsFilms
@FlipyxlsFilms Жыл бұрын
So whenever I look down and hold my space bar well... I can dobule jump as many times as I want when I'm in first person and I turned of collisions for everything inside of the view model.
@SilverGmr
@SilverGmr Жыл бұрын
That's obviously gonna happen
@Nerbbles
@Nerbbles Жыл бұрын
try this in the script: ViewModel.RightArm.CanColide = false ViewModel.LeftArm.CanColide = false
@bomba11037
@bomba11037 11 ай бұрын
script: ViewModel["Right Arm"].CanCollide = false ViewModel["Left Arm"].CanCollide = false add this after line 18
@bomba11037
@bomba11037 11 ай бұрын
@@Nerbbles this script better: ViewModel["Right Arm"].CanCollide = false ViewModel["Left Arm"].CanCollide = false add this after line 18
@bomba11037
@bomba11037 11 ай бұрын
@@litiamario5427 script: ViewModel["Right Arm"].CanCollide = false ViewModel["Left Arm"].CanCollide = false add this after line 18
@pedka
@pedka Жыл бұрын
he where are your selection boxes? this outline is so cool
@itsjuwon
@itsjuwon 7 ай бұрын
can u make a video where you can play animations on the viewmodel? thanks
@bkkpro1980
@bkkpro1980 3 ай бұрын
Hippity hoppity, your code is now my property.
@rxvokedd
@rxvokedd 6 ай бұрын
What cframe angles did u use for the thumbnail, I kinda just got an arm hanging around🥲
@glich_cinema
@glich_cinema 3 ай бұрын
i did not work when i went to play it keeps draging me of the map and the model did not show pls fix
@Dreiasaiy_IDK
@Dreiasaiy_IDK 9 ай бұрын
When I die the viewmodel stops working
@hampuhunter_offical
@hampuhunter_offical Жыл бұрын
i love your voice thanks for awesome tutorial:)
@GhostyPlaylistAudios
@GhostyPlaylistAudios 6 ай бұрын
Why you bringing up the voice O-O
@Virtus647
@Virtus647 8 ай бұрын
how do i make it so the viewmodel is only visible when your holding a tool, and it changes for each tool
@Amused942glass
@Amused942glass 7 ай бұрын
i could make it for you send me the script
@Virtus647
@Virtus647 7 ай бұрын
@@Amused942glassis the same script used in the tutorial
@Amused942glass
@Amused942glass 7 ай бұрын
i didnt write it send me it
@Amused942glass
@Amused942glass 7 ай бұрын
i will right it down give me a secound@@Virtus647
@Amused942glass
@Amused942glass 7 ай бұрын
put the script in a tool btw
@Cramped_is_sus
@Cramped_is_sus Жыл бұрын
how do I make an animation for it?
@ZodL1n_isEmi
@ZodL1n_isEmi Жыл бұрын
Blender
@monocleman9082
@monocleman9082 Жыл бұрын
roblox animator.
@Exah_co
@Exah_co 10 ай бұрын
when i go first person it collides with my character but collisions are off I:
@ClerigoPiano
@ClerigoPiano 6 ай бұрын
1:36 when he talks it cant be a tool, does it mean it cant have a tool symbol, or anything else?
@symonnet5990
@symonnet5990 Ай бұрын
No it cant be in like your hotbar
@JessicaCrawford352
@JessicaCrawford352 9 ай бұрын
when i tried adding an animation to it it was way too high and was pointing higher than in it did in the animation (im tryna make it kinda like an fps game, like the troll apocalypse)
@Snabze
@Snabze 3 ай бұрын
it worked but when i go to first person it just drags me around and i cant do anything ( i didnt mess up anything bruh)
@LakkiTheFox
@LakkiTheFox 2 ай бұрын
I had the same problem too. Apparently you need to delete the "Humanoid" part in the viewmodel. I tried troubleshooting and found it caused the weird movement.
@How2MagicMan101
@How2MagicMan101 8 ай бұрын
Wait so how do we give it an animation?
@UnstableRaufur
@UnstableRaufur 5 ай бұрын
Shouldn't that be in another tutorial tho
@Realman626
@Realman626 6 ай бұрын
I HAVE 2 PROBLEMS 1:WHEN EVER I WALK I JUST GET FLING AROUND 2:THE VIEW MODEL IS STUCK
@XLouS1289-ck8xf
@XLouS1289-ck8xf 3 ай бұрын
Turn off can collide
@LoganFeutz
@LoganFeutz 2 ай бұрын
When i tested it it teleported me to where the veiwmodel last was. But it looked decent
@aeea3306
@aeea3306 2 ай бұрын
It doesnt work when you want to animate it wasted a whole day trying to animate it it just wont work your viewmodel is broken
@kevlev9217
@kevlev9217 2 ай бұрын
How do you make it so that the arms are that of the clothes that the player are wearing
@Luke-sz2ir
@Luke-sz2ir Жыл бұрын
Bro got a glow up
@chroniarz
@chroniarz 6 ай бұрын
hey, how to make the viewmodel show only when you pull out a given item
@jiajunlai3200
@jiajunlai3200 2 ай бұрын
When I enter the game my player just fly. . .
@BobMinecraft
@BobMinecraft 9 ай бұрын
damn puberty hit this guy hard
@MrJakeMcdonald
@MrJakeMcdonald Ай бұрын
?
@Bandzzcars
@Bandzzcars 8 ай бұрын
my view model is not appearing on the character and is just staying where the rig was placed when i was designing it. i have moved it to replicated storage but nothing is happening. i have done the script perfectly too. please help me out
@Owy_
@Owy_ 8 ай бұрын
Same
@manameeddieBOI
@manameeddieBOI 4 ай бұрын
it didnt work? what happend? i checked all of everything
@paulinemosley6113
@paulinemosley6113 3 ай бұрын
guess u need to make a new one for 2024 cuz it aint working for me :(
@paulinemosley6113
@paulinemosley6113 3 ай бұрын
never mind guess i got it wrong last time 😅
@stevefelker62
@stevefelker62 7 ай бұрын
The script isnt worknig it just puts the gun on my screen and makes me go flying
@T_O_G3
@T_O_G3 Жыл бұрын
when i look down, am just flying around
@ghostlol-cw1xy
@ghostlol-cw1xy Жыл бұрын
ViewModel.RightArm.CanCollide = false ViewModel.LeftArm.CanCollide = false after line 17
@MiloInteractiveOfficial
@MiloInteractiveOfficial Жыл бұрын
nope turn massless on@@ghostlol-cw1xy
@bomba11037
@bomba11037 11 ай бұрын
script: ViewModel["Right Arm"].CanCollide = false ViewModel["Left Arm"].CanCollide = false add this after line 18
@RealCrimsonXVI
@RealCrimsonXVI 3 ай бұрын
Do ViewModel also works to FlashLight?
@APRounds
@APRounds 9 ай бұрын
I tried doing it I even did all the things in the video. Whats the problem that im having?
@pamniedzielski6100
@pamniedzielski6100 3 күн бұрын
the link for the script does not work
@HasimahHarun-i5m
@HasimahHarun-i5m 8 ай бұрын
your video is amazing..
@beezle18397
@beezle18397 3 ай бұрын
how do i make it so i can equip and unequip it?
@groovesbum
@groovesbum 5 ай бұрын
i didn't work for me would it still work in 2024?
@ednalynbatara1759
@ednalynbatara1759 6 ай бұрын
how can i fix the camera? when i play the game it shows the hand and the lantern but doesn't hide my roblox character? it shows on the screen and does not hide the character
@TheRockIsASweetie
@TheRockIsASweetie 6 ай бұрын
lock the view so its zoomed in, click on starter player, go on properties, camera, then set the CameraMaxZoomDistance to the same as the CameraMinZoomDistance
@tal5667
@tal5667 11 ай бұрын
when I jump I fall down slowly only to the right direction
@shereenel-metwally7527
@shereenel-metwally7527 8 ай бұрын
i dont see the viewmodel can anybody help me fix that pls i have been suffering trying to figure this out😭😭😭
@shibaprodd
@shibaprodd 9 ай бұрын
i did everything what was done in the video and i also used pinned comment for fix but when i add that lines of code my whole viewmodel just dissapears
@corbynlarsson9279
@corbynlarsson9279 9 ай бұрын
same man
@브래디-f9h
@브래디-f9h 9 ай бұрын
Me too
@sadslabe
@sadslabe Жыл бұрын
it doesnt work
@Glyppzz
@Glyppzz 2 ай бұрын
Didn’t work
@LuffyTuffy44
@LuffyTuffy44 8 ай бұрын
Bro my gun fires 1s only:(
@KPlayz8304
@KPlayz8304 2 ай бұрын
Does anyone no way I do all these tutorials an follow step by step but can't get animation to work nor view model? :(
@FransMattson
@FransMattson 9 ай бұрын
it doesnt come up copy when i try copying the script pls someone help me:(
@ozzatronrex5785
@ozzatronrex5785 9 ай бұрын
for some odd reason when i move viewer model to replicatedstorage it makes my arms that im using invisable? Do you know how to fix anyone?
@GGlecoco
@GGlecoco 9 ай бұрын
same
@BackyardBirds-bt9uw
@BackyardBirds-bt9uw 9 ай бұрын
i think its supposed to do that
@lemonvrr
@lemonvrr Жыл бұрын
when i play and zoom in why i get stuck and cant move that much to the sides please help
@rinogattuso-h7f
@rinogattuso-h7f Ай бұрын
the script is not working in local script or serverscriptSerivce
@IntelligenceAgentMarcel
@IntelligenceAgentMarcel 2 ай бұрын
yo it doesnt lock me in first person help??
@IntelligenceAgentMarcel
@IntelligenceAgentMarcel 2 ай бұрын
i fixed it
@KenarRasyidRajendra
@KenarRasyidRajendra 2 ай бұрын
How?
@SpectralWaffle
@SpectralWaffle 2 ай бұрын
@@KenarRasyidRajendraGo to starter player and attributes and search for camera mode and set to lock first person. Then turn minium and maximum zoom to 0.5
@helooooooooooooooooooooooo
@helooooooooooooooooooooooo 10 ай бұрын
where is the script i cant find it in the description
@steeleroberts8029
@steeleroberts8029 6 ай бұрын
i made jetpack joyride not an fps shooter the arms make me go flying
@XvioOnYoutubeEdits
@XvioOnYoutubeEdits 8 ай бұрын
Dose it need to be R6 or R15?
@SCA_AGENT_001
@SCA_AGENT_001 10 ай бұрын
It didn't appear. What did I do wrong?
@r.danish23
@r.danish23 7 ай бұрын
i follow all the steps but not worked, is it because im not using dummy? i used rig builder
@gump_plays_rust
@gump_plays_rust 7 ай бұрын
me too
@Stupidrobot54
@Stupidrobot54 Жыл бұрын
Ty sooo much
@R-Flame55
@R-Flame55 Жыл бұрын
I did exactly what you said, but the arms are not visible in-game. Any solutions?
@MuyBienCano
@MuyBienCano 11 ай бұрын
did you anchore?
@R-Flame55
@R-Flame55 11 ай бұрын
yes@@MuyBienCano
@corbynlarsson9279
@corbynlarsson9279 9 ай бұрын
same
@Zaza_Oubiz
@Zaza_Oubiz 4 ай бұрын
did you try making the game r6?
@excelsiis
@excelsiis 6 ай бұрын
bro this is not a “how to make viewmodel” this is just how to download model and copy paste script
@Icy2018
@Icy2018 Жыл бұрын
When ever I look straight I walk slowly when I look down I walk normally
@biozin1706
@biozin1706 Жыл бұрын
Is cancollide off?
@Icy2018
@Icy2018 Жыл бұрын
Ye
@notclixz
@notclixz Жыл бұрын
is it possible to add animations like a stab animation for a knife with this viewmodel?
@nleantnlant
@nleantnlant Жыл бұрын
Yes. The viewmodel is still a character it's just missing some joints, to play animations you would load the animation to the viewmodels animator/humanoid and play the animation as you normally would.
@nleantnlant
@nleantnlant Жыл бұрын
Also make sure to ONLY anchor the HumanoidRootPart. Everything in the viewmodel should be welded to the HumanoidRootPart
@SmolPeople
@SmolPeople 2 ай бұрын
my viewmodel isnt showing up help what did i do wrong
@tysontrent3743
@tysontrent3743 Ай бұрын
same....
@Taha-g5w
@Taha-g5w 3 ай бұрын
İ cannot open the link bcs google says the link is not secure
@AyoHorsebespinning
@AyoHorsebespinning 8 ай бұрын
it still dosent wrk but ur horror game tutorial is very good:)
@chungushungus
@chungushungus Жыл бұрын
For some reason, I can see my viewmodel but it's like the viewmodel is in first person, but I can still see my avatar/character and control it. Pls help...
@textlocked
@textlocked Жыл бұрын
-Put this in a Script and add the Script in Workspace. Script to lock you in first person: game.StarterPlayer.CameraMaxZoomDistance = 0
@biozin1706
@biozin1706 Жыл бұрын
Or you can just go to starterplayer and change the cameramode to lockfirstperson
@TIENMINHLE-r5e
@TIENMINHLE-r5e 5 ай бұрын
i'm too!
@Mini_Lev
@Mini_Lev Жыл бұрын
i cant move to the sides without using my mouse, i can only walk foward and backwards. Any fixes??
@GeoStatt
@GeoStatt 11 ай бұрын
turn off collisions on the arms thats probably the problem
@hkovixrobloxerlol
@hkovixrobloxerlol 10 ай бұрын
turn off collisions on the arms, if they are already off, then just paste this script after line 17 ViewModel["Right Arm"].CanCollide = false ViewModel["Left Arm"].CanCollide = false
@Nethron-YT
@Nethron-YT 3 ай бұрын
How can I have it animated?
@Tr4sh-w3d
@Tr4sh-w3d 8 ай бұрын
the script is not in the description
@iamL0G4N
@iamL0G4N 5 ай бұрын
I had to code all that but it doesn't work it's prob because this was made a year ago sooo
@faronb651
@faronb651 Жыл бұрын
YESSS TY
@NateTheGreatElGato
@NateTheGreatElGato 7 ай бұрын
tysm bro this helps alot
@bane679
@bane679 Жыл бұрын
nice
@vecnana3090
@vecnana3090 10 ай бұрын
Wont work for some reason..
@jabnelsalgado2214
@jabnelsalgado2214 Жыл бұрын
how do u put tis in a tool only for that specific tool
@bandit_boi7639
@bandit_boi7639 Жыл бұрын
TYSM
@Chermokaiju
@Chermokaiju 5 ай бұрын
it didn't work?
@blu3noob
@blu3noob 6 ай бұрын
didnt work. So i did smth wrong?
@amirlaterem
@amirlaterem Ай бұрын
bro it does not work
@Mostafa.protin
@Mostafa.protin Жыл бұрын
do it has like the avatar hands?
@Ch0wChowdAh
@Ch0wChowdAh Жыл бұрын
Can someone help me with this. Whenever I go into first person, it slowly slides to the side, all the parts are collide off. Anyone knows how to fix it? 😐😐😐
@MascotLazy
@MascotLazy Жыл бұрын
Unanchor The HumanoidRootPart
How To Make A Main Menu In Roblox Studio
4:10
Pluto
Рет қаралды 17 М.
Why Regretevator is Roblox's MOST COMPLEX Game (ft. @yeucc695)
19:50
Bedsheet Ghost
Рет қаралды 322 М.
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 262 #shorts
00:20
Wait for the last one 🤣🤣 #shorts #minecraft
00:28
Cosmo Guy
Рет қаралды 7 МЛН
How to make a realistic game in Roblox Studio
6:50
Disobeyedcrab
Рет қаралды 91 М.
How to make VIEWMODELS in Roblox Studio | Tutorial
15:56
NightTime Developments
Рет қаралды 8 М.
I Turned your HATE COMMENTS into a Roblox Game…
12:50
CodeBro29
Рет қаралды 243 М.
I Made a Fake Warning to Scare Roblox Players
16:31
ByteBlox
Рет қаралды 1,5 МЛН
Can 6 DEVS Make a HANGOUT Game Without Communicating?
17:25
Classic Roblox Games: How Are They Doing?
17:09
Chappy
Рет қаралды 375 М.
Making A WEIRD Simon-Says Roblox Game
23:06
Pluto
Рет қаралды 62 М.
I Made a Roblox PVP Game in 1 Week
7:35
Pot4to Studio
Рет қаралды 168 М.
Monster School : Poor Duck No Way Home - Sad Story - Minecraft Animation
18:55
LOR Minecraft Animation
Рет қаралды 8 МЛН
В чем смысл игры?😂
0:26
ХАБИБ
Рет қаралды 2,4 МЛН
Үй тазалаушы-Born Into Fear-Azamat Tursynbay
14:47
AZAMAT TURSYNBAY
Рет қаралды 53 М.