How To Make A ViewModel In Roblox Studio (2023)

Поделиться
HTML-код
  • Опубликовано: 23 дек 2024

Комментарии • 401

  • @PlutoIsAway
    @PlutoIsAway  Год назад +43

    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 Год назад

      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 11 месяцев назад

      Thanks cuz without it i will fly to heaven really. 😁😇

    • @Owy_
      @Owy_ 10 месяцев назад

      Hey Pluto it’s saying the website connection is down can u possible fix that

    • @ADHAMCRAFTS
      @ADHAMCRAFTS 9 месяцев назад

      still doesnt work for me is there a 2024 fix

    • @Owy_
      @Owy_ 9 месяцев назад

      @@ADHAMCRAFTS it does for me I made it work

  • @randomfunnymomentguy
    @randomfunnymomentguy 5 месяцев назад +5

    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

  • @raccoon_thats_very_chill
    @raccoon_thats_very_chill 11 месяцев назад +19

    Is there a way to make the viewmodels appear on certain tools? and also is there a way to animate them?

    • @coolboy123e3
      @coolboy123e3 10 месяцев назад +2

      yea there is but its pretty hard to do so i recommend you search of a step by step tutorial

    • @historybitshort
      @historybitshort 7 месяцев назад +2

      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 Год назад +7

    Incase the viewmodel doesn't move with the camera you might need to set a "primary part" for it.

    • @frostysgamingclub9162
      @frostysgamingclub9162 Год назад

      what should the primary part be because i have that same problem

    • @JoshuaPayano-v7x
      @JoshuaPayano-v7x 11 месяцев назад

      @@frostysgamingclub9162 ViewModel.PrimaryPart = ViewModel.HumanoidRootPart

    • @JessicaCrawford352
      @JessicaCrawford352 11 месяцев назад

      @@frostysgamingclub9162the humanoidrootpart (if you didnt delete it)

  • @Jibljang
    @Jibljang Год назад +24

    everytime i go into first person my character starts flying and spazzing out everywhere

    • @Jibljang
      @Jibljang Год назад +1

      any fixes?

    • @amcarsega
      @amcarsega Год назад +3

      Turn of collisions i think 🤔

    • @Cyronez
      @Cyronez Год назад +2

      The humanoid will mess with the properties of the parts in it, so removing it will make it work.

    • @Mini_Lev
      @Mini_Lev Год назад +1

      i had the same problem, u gotta turn of colligion in in the humanoidRootpart AND the arm/arms

    • @bomba11037
      @bomba11037 Год назад +4

      script:
      ViewModel["Right Arm"].CanCollide = false
      ViewModel["Left Arm"].CanCollide = false
      add this after line 18

  • @minelandcodingtutorials3549
    @minelandcodingtutorials3549 Год назад +6

    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...

  • @BobBuilder223
    @BobBuilder223 Год назад +25

    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

  • @gluklen
    @gluklen Месяц назад

    If you are having problems with the view model spazzing everywhere, first turn off collisions for every part, and other either delete the humanoid from the view model or if you don't want that add motor 6d welds and weld each part to the rootpart

  • @wichaponpasomkit2858
    @wichaponpasomkit2858 Год назад +6

    Guys turn Humanoid to r15 will prevent your charecter from flying

    • @thefatherofpelle.___.526
      @thefatherofpelle.___.526 Год назад

      🙏🙏🙏

    • @ADHAMCRAFTS
      @ADHAMCRAFTS 9 месяцев назад

      THIS GUY IS A LEGEND THX

    • @SomeNinety
      @SomeNinety 23 дня назад +1

      or just make them can collide false.

    • @FlammingFood
      @FlammingFood 11 дней назад

      @SomeNinety why use common sense when you can completely change the style of your view model?

  • @harryboyha-ke2se
    @harryboyha-ke2se 9 месяцев назад +4

    Nice! It works perfectly! now how do you do it so you can preview the viewmodel?

    • @deepfakes4567
      @deepfakes4567 4 месяца назад

      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 4 месяца назад

      @@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

  • @assine79
    @assine79 Год назад +8

    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

  • @Auronix784
    @Auronix784 4 месяца назад

    I did every step and for some reason I wanted to make it as a Flashlight but it's not working :(

  • @EktoAnim
    @EktoAnim Год назад +13

    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 Год назад +2

      It's literally so easy to understand lmao

    • @PlutoIsAway
      @PlutoIsAway  Год назад +3

      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?

    • @Th3Lynx
      @Th3Lynx Год назад +3

      @@bruh83483 easy to you not others lmao

    • @itsaducklin
      @itsaducklin Год назад

      @@Th3Lynx lmao I started learning like 3 days ago and I completely understand how it works

  • @zumbie411
    @zumbie411 Год назад +26

    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 Год назад +1

      you should use "FindFirstChildOfClass('Shirt')" instead of find first child.

    • @voltbeta2263
      @voltbeta2263 9 месяцев назад

      @@czctus true

  • @WaffleRBLOX
    @WaffleRBLOX 5 месяцев назад +1

    i made it but when i test and zoom in my player flys around

  • @oliverbunting4617
    @oliverbunting4617 8 дней назад +2

    Bruh the script is removed on pastebin

  • @Jesse_69420
    @Jesse_69420 Год назад +11

    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 Год назад +4

      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

    • @Repolshon
      @Repolshon 2 месяца назад +1

      he never said thanks so thank you

    • @Jesse_69420
      @Jesse_69420 2 месяца назад

      @@apenasgargorio thanks

    • @Jesse_69420
      @Jesse_69420 2 месяца назад

      @@Repolshon whoops, forgot to say thanks

  • @MST-tl5gx
    @MST-tl5gx Год назад +33

    the script didn't work for me :(

    • @BloxosBuilds
      @BloxosBuilds Год назад +2

      Rip

    • @MrMarkerFinder737
      @MrMarkerFinder737 11 месяцев назад +1

      Dosent work for me either

    • @Oliviaplaysroblox-r9m
      @Oliviaplaysroblox-r9m 11 месяцев назад +1

      You did it wrong

    • @LordCogsley
      @LordCogsley 11 месяцев назад

      Have you tried putting starter player on lock first person on? It worked for me when I did that

    • @jordyhall7281
      @jordyhall7281 10 месяцев назад

      Rip cuz it worked for me 🤣

  • @ClerigoPiano
    @ClerigoPiano 8 месяцев назад +1

    1:36 when he talks it cant be a tool, does it mean it cant have a tool symbol, or anything else?

    • @symonnet5990
      @symonnet5990 4 месяца назад

      No it cant be in like your hotbar

  • @KoalaKrush
    @KoalaKrush Год назад +2

    Let's goo!!
    (First)

  • @Cramped_is_sus
    @Cramped_is_sus Год назад +9

    how do I make an animation for it?

  • @LuffyTuffy44
    @LuffyTuffy44 10 месяцев назад +1

    Bro my gun fires 1s only:(

  • @BazelesBazel
    @BazelesBazel 4 месяца назад

    sweet vid dude :)

  • @KingLlama432
    @KingLlama432 Месяц назад

    if it says you need a primary part set it to HumanoidRootPart

  • @FlipyxlsFilms
    @FlipyxlsFilms Год назад +6

    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 Год назад

      script:
      ViewModel["Right Arm"].CanCollide = false
      ViewModel["Left Arm"].CanCollide = false
      add this after line 18

    • @bomba11037
      @bomba11037 Год назад

      @@Nerbbles
      this script better:
      ViewModel["Right Arm"].CanCollide = false
      ViewModel["Left Arm"].CanCollide = false
      add this after line 18

    • @bomba11037
      @bomba11037 Год назад

      @@litiamario5427
      script:
      ViewModel["Right Arm"].CanCollide = false
      ViewModel["Left Arm"].CanCollide = false
      add this after line 18

  • @How2MagicMan101
    @How2MagicMan101 11 месяцев назад +3

    Wait so how do we give it an animation?

    • @UnstableRaufur
      @UnstableRaufur 7 месяцев назад

      Shouldn't that be in another tutorial tho

  • @TV.358
    @TV.358 Месяц назад

    The script was deleted, what should I do now? I won't write such a huge script, I don't have enough time for it.

  • @Virtus647
    @Virtus647 10 месяцев назад +2

    how do i make it so the viewmodel is only visible when your holding a tool, and it changes for each tool

    • @Amused942glass
      @Amused942glass 10 месяцев назад

      i could make it for you send me the script

    • @Virtus647
      @Virtus647 10 месяцев назад

      @@Amused942glassis the same script used in the tutorial

    • @Amused942glass
      @Amused942glass 10 месяцев назад

      i didnt write it send me it

    • @Amused942glass
      @Amused942glass 10 месяцев назад

      i will right it down give me a secound@@Virtus647

    • @Amused942glass
      @Amused942glass 10 месяцев назад

      put the script in a tool btw

  • @Onyx_Boxer
    @Onyx_Boxer Год назад

    when i go first person it collides with my character but collisions are off I:

  • @JessicaCrawford352
    @JessicaCrawford352 11 месяцев назад

    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)

  • @glich_cinema
    @glich_cinema 5 месяцев назад

    i did not work when i went to play it keeps draging me of the map and the model did not show pls fix

  • @YourLocal_Mkara
    @YourLocal_Mkara 8 месяцев назад +2

    Is the left arm and right arm ACTUALLY required other than making your character look like it's holding the item? Thanks for responding!

  • @itsjuwon
    @itsjuwon 9 месяцев назад

    can u make a video where you can play animations on the viewmodel? thanks

  • @kevlev9217
    @kevlev9217 4 месяца назад

    How do you make it so that the arms are that of the clothes that the player are wearing

  • @symonnet5990
    @symonnet5990 4 месяца назад

    Thx man this helped alot!

  • @Almostsava
    @Almostsava 6 месяцев назад +1

    hey can you make a video about animating and scripting walking with View Models?

  • @rxvokedd
    @rxvokedd 8 месяцев назад +1

    What cframe angles did u use for the thumbnail, I kinda just got an arm hanging around🥲

  • @paulinemosley6113
    @paulinemosley6113 5 месяцев назад +1

    guess u need to make a new one for 2024 cuz it aint working for me :(

  • @Bandzzcars
    @Bandzzcars 11 месяцев назад

    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_ 10 месяцев назад

      Same

  • @ednalynbatara1759
    @ednalynbatara1759 8 месяцев назад

    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 8 месяцев назад

      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

  • @Dreiasaiy_IDK
    @Dreiasaiy_IDK 11 месяцев назад

    When I die the viewmodel stops working

  • @hampuhunter_offical
    @hampuhunter_offical Год назад +2

    i love your voice thanks for awesome tutorial:)

  • @shereenel-metwally7527
    @shereenel-metwally7527 11 месяцев назад

    i dont see the viewmodel can anybody help me fix that pls i have been suffering trying to figure this out😭😭😭

  • @chroniarz
    @chroniarz 9 месяцев назад

    hey, how to make the viewmodel show only when you pull out a given item

  • @LoganFeutz
    @LoganFeutz 4 месяца назад

    When i tested it it teleported me to where the veiwmodel last was. But it looked decent

  • @not-pedka
    @not-pedka Год назад +1

    he where are your selection boxes? this outline is so cool

  • @tal5667
    @tal5667 Год назад

    when I jump I fall down slowly only to the right direction

  • @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 Год назад

      script:
      ViewModel["Right Arm"].CanCollide = false
      ViewModel["Left Arm"].CanCollide = false
      add this after line 18

  • @HoogyProduction
    @HoogyProduction Год назад

    I wish u could do it with tools

  • @shibaprodd
    @shibaprodd 11 месяцев назад

    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

  • @BobMinecraft
    @BobMinecraft 11 месяцев назад +3

    damn puberty hit this guy hard

  • @ozzatronrex5785
    @ozzatronrex5785 Год назад

    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?

  • @lemonvrr
    @lemonvrr Год назад

    when i play and zoom in why i get stuck and cant move that much to the sides please help

  • @BombingGuy
    @BombingGuy Месяц назад

    the script is "not found" on pastebin

  • @FransMattson
    @FransMattson 11 месяцев назад

    it doesnt come up copy when i try copying the script pls someone help me:(

  • @RealCrimsonXVI
    @RealCrimsonXVI 6 месяцев назад

    Do ViewModel also works to FlashLight?

  • @frizzyjuice3308
    @frizzyjuice3308 6 месяцев назад +1

    this video is very cool! helps out alot!!!!!

  • @ItzGrugsBtw
    @ItzGrugsBtw 5 месяцев назад

    Thankyou for adding the script all these other people dont have it

  • @stevefelker62
    @stevefelker62 9 месяцев назад

    The script isnt worknig it just puts the gun on my screen and makes me go flying

  • @jabnelsalgado2214
    @jabnelsalgado2214 Год назад

    how do u put tis in a tool only for that specific tool

  • @jiajunlai3200
    @jiajunlai3200 4 месяца назад

    When I enter the game my player just fly. . .

  • @APRounds
    @APRounds Год назад

    I tried doing it I even did all the things in the video. Whats the problem that im having?

  • @KPlayz8304
    @KPlayz8304 4 месяца назад

    Does anyone no way I do all these tutorials an follow step by step but can't get animation to work nor view model? :(

  • @AyoHorsebespinning
    @AyoHorsebespinning 10 месяцев назад +1

    it still dosent wrk but ur horror game tutorial is very good:)

  • @iamL0G4N
    @iamL0G4N 8 месяцев назад

    I had to code all that but it doesn't work it's prob because this was made a year ago sooo

  • @Realman626
    @Realman626 8 месяцев назад

    I HAVE 2 PROBLEMS
    1:WHEN EVER I WALK I JUST GET FLING AROUND
    2:THE VIEW MODEL IS STUCK

    • @XLouS1289
      @XLouS1289 5 месяцев назад

      Turn off can collide

  • @rinogattuso-h7f
    @rinogattuso-h7f 3 месяца назад

    the script is not working in local script or serverscriptSerivce

  • @steeleroberts8029
    @steeleroberts8029 8 месяцев назад

    i made jetpack joyride not an fps shooter the arms make me go flying

  • @aeea3306
    @aeea3306 4 месяца назад

    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

  • @RuhCay
    @RuhCay 10 месяцев назад

    how can i make the unrecord immersiveness?

  • @R-Flame55
    @R-Flame55 Год назад

    I did exactly what you said, but the arms are not visible in-game. Any solutions?

  • @groovesbum
    @groovesbum 7 месяцев назад

    i didn't work for me would it still work in 2024?

  • @Gio_1234
    @Gio_1234 2 месяца назад

    the pastebin is terminated and i tried writing it and it didn't work. If you get me to make it work i will sub

  • @B1ank_
    @B1ank_ Год назад +2

    why cant i move side to side???

    • @Mini_Lev
      @Mini_Lev Год назад

      i have the same problem idk why..

    • @bomba11037
      @bomba11037 Год назад

      script:
      ViewModel["Right Arm"].CanCollide = false
      ViewModel["Left Arm"].CanCollide = false
      add this after line 18

    • @Mini_Lev
      @Mini_Lev Год назад

      @@bomba11037 I love u bbg

    • @B1ank_
      @B1ank_ Год назад

      thanks@@bomba11037

  • @Icy2018
    @Icy2018 Год назад

    When ever I look straight I walk slowly when I look down I walk normally

  • @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 Год назад

      turn off collisions on the arms
      thats probably the problem

    • @hkov1x
      @hkov1x Год назад

      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

  • @Mostafa.protin
    @Mostafa.protin Год назад

    do it has like the avatar hands?

  • @frfrfeffdfef
    @frfrfeffdfef 19 часов назад

    umm the script got deleted or expired soooo

  • @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

  • @Taha-g5w
    @Taha-g5w 5 месяцев назад

    İ cannot open the link bcs google says the link is not secure

  • @helooooooooooooooooooooooo
    @helooooooooooooooooooooooo Год назад

    where is the script i cant find it in the description

  • @Snoopy_freedom
    @Snoopy_freedom Месяц назад

    i can't open the script any fixes?

  • @Nethron-YT
    @Nethron-YT 5 месяцев назад

    How can I have it animated?

  • @WarTaker
    @WarTaker 8 месяцев назад

    Can y help me plese how i can rotate it?

  • @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 7 месяцев назад

      i'm too!

  • @calepti
    @calepti 11 месяцев назад

    how do i make a gun with it that shoots

  • @bkkpro1980
    @bkkpro1980 5 месяцев назад +1

    Hippity hoppity, your code is now my property.

  • @XvioOnYoutubeEdits
    @XvioOnYoutubeEdits 11 месяцев назад

    Dose it need to be R6 or R15?

  • @NateTheGreatElGato
    @NateTheGreatElGato 9 месяцев назад

    tysm bro this helps alot

  • @Zero_202
    @Zero_202 Месяц назад

    theres no script in the description

  • @Shark_game21
    @Shark_game21 Год назад +2

    Literally saw a video of 28 minutes of a view model then I see this…😊🎉❤

    • @kinghotcoc0
      @kinghotcoc0 9 месяцев назад

      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

  • @RealCTGYT
    @RealCTGYT Месяц назад

    Paste bin doesn't work...

  • @Beeaner1
    @Beeaner1 28 дней назад

    the script in he website wont pop up!!

  • @GNicwow
    @GNicwow 16 дней назад

    the code doesn't exist in pastebin anymore :(

    • @frfrfeffdfef
      @frfrfeffdfef 18 часов назад

      I KNOW FR BRO NEEDS TO FIX IT

  • @harkeyninja99999
    @harkeyninja99999 Год назад

    how do i animate them like everytime i click it plays an animation

    • @TSK_Silver
      @TSK_Silver 8 месяцев назад

      script it to do that

  • @SCA_AGENT_001
    @SCA_AGENT_001 Год назад

    It didn't appear. What did I do wrong?

  • @EddieStudiosOfficial
    @EddieStudiosOfficial 6 месяцев назад

    it didnt work? what happend? i checked all of everything

  • @pamniedzielski6100
    @pamniedzielski6100 2 месяца назад

    the link for the script does not work

  • @LordBaard.
    @LordBaard. Год назад

    Does not work with me.

  • @dzy6192
    @dzy6192 Год назад +1

    can you post the code in comment section I cant open pastebin

    • @memeguy6809
      @memeguy6809 Год назад

      ikr😭😭😭😭😭😭😭😭😭😭