How To Make a Tool Dedicated VIEW MODEL in Roblox Studio | Roblox Studio Tutorials

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

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

  • @StuffyDev
    @StuffyDev  9 месяцев назад +28

    For those of you that are having script issues or other issues, and can't figure it out yourself or the video doesn't help (somehow), then you can use the model below. Don't just blindly copy and paste the viewmodel, try recreating the viewmodel yourself using the video or else you won't learn anything and won't be able to expand on the viewmodel.
    create.roblox.com/store/asset/16897515665/FPS-ViewModel-by-StuffyDev

    • @JupiterDo0vid
      @JupiterDo0vid 9 месяцев назад +1

      Thanks!

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

      Where do i have to put the view model for it to work? Because when i spawn in it doesn't work.

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

      also i can't find the gin kit anymore

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

      i think ppl didnt weld the gun to the viewmodel

    • @MercedesBenzOver-dk1ls
      @MercedesBenzOver-dk1ls 7 месяцев назад +1

      I already knew how to create a ViewModel like this i just wanted you to explain the math behind the ViewModel instead of just saying "we are just gonna do a bunch of math"

  • @NebulaAccount
    @NebulaAccount 9 месяцев назад +14

    truly an underrated channel

  • @the_voices_wont_stop
    @the_voices_wont_stop 9 месяцев назад +17

    bro when i saw you had a channel with programing tutorials i was not expecting to get lua flashbacks

    • @StuffyDev
      @StuffyDev  9 месяцев назад +12

      HES MADE IT

  • @Tophattttttt
    @Tophattttttt 27 дней назад +5

    OMG IT WORKED!
    i thought why does viewmodel doesn't apear?
    Its easy
    1.Check if code is correct
    2.Check if your viewmodel is named correctly and in code is a correct name of viewmodel like: in code is ViewModel but the model named Viewmodel

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

    i just want to say thank you, ive tried so many other videos that dont work, and this one actually works, keep up the good work

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

      ye but other players cant see the gun

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

      @@niksiisieki u can probably look up another video for that problem

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

      @@Viunly nah nvm i js used fe gun kit

  • @Boi-be2ni
    @Boi-be2ni 2 месяца назад +1

    I was trying to find gun models I could use and you saved me, thanks

  • @LaughsALots
    @LaughsALots 14 дней назад +2

    I'm having an issue I made a part thats suppost to remove the tool,But when it destroys the tool it leaves the viewmodel floating there and every time I try to destroy the viewmodel I get an error that its not a member of camera. would you happen to know how to fix it? Thanks in advanced😄

  • @Airman_ConYT
    @Airman_ConYT 20 дней назад +2

    how do you make the gun be able to shoot? ive been trying to do this for a while but nothing works. Can you maybe explain this or make a video for it? Also, how do you make it where you can have multiple viewmodels? i tried to duplicate it with another weapon, but it doesn't work.

  • @vulephamminh3421
    @vulephamminh3421 Месяц назад +1

    i've been searching for this vid for so long

  • @beezle18397
    @beezle18397 6 месяцев назад +34

    FOR ANYONE WHO WANTS THE FULL SCRIPT:
    local tool = script.Parent
    local player = game.Players.LocalPlayer
    local character = player.Character or player.CharacterAdded:Wait()
    local Camera = workspace.CurrentCamera
    local RunService = game:GetService("RunService")
    local ViewModel
    local equipped = false
    tool.Equipped:Connect(function()
    equipped = true
    game.ReplicatedStorage.ViewModel:Clone().Parent = Camera
    end)
    tool.Unequipped:Connect(function()
    equipped = false
    ViewModel = Camera:FindFirstChild("ViewModel")
    if ViewModel then
    ViewModel:Destroy()
    end
    end)
    local swayCF = CFrame.new()
    RunService.RenderStepped:Connect(function()
    if player.Character.Humanoid.Health

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

      you forgot to add this line under :
      local RunService = game:GetService("RunService")
      this goes under the line of code i have showed you:
      local uis = game:getservice("userInputservice")

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

      @@maxfurbabuni capitals are important, its supposed to be, "GetService," and "UserInputService"

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

      Thank my laziness couldn’t deal with this

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

      @@gamingwithbros887 did it work for u?
      for me no

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

      @@idkwhattoputhere7826 same

  • @mc_nourishment
    @mc_nourishment Месяц назад +2

    hey man how do we add animations? I want to make a shooting animation but it won't work.

  • @EuropeanFootballClothes
    @EuropeanFootballClothes Месяц назад +1

    I did exactly what you did but ehen I equip the Tool the Gun and veiemodel doesnt show up

  • @JohnabnerAlayonjr
    @JohnabnerAlayonjr 6 месяцев назад +2

    im having this trouble where when i equip the tool the viewmodel along with the gun doesnt appear and when the tools equipped it would dissapear completely from the players backpack

  • @matrixgeg
    @matrixgeg 8 месяцев назад +3

    this video helped me to make my first view model!!

  • @CAT.Entertainment_Off
    @CAT.Entertainment_Off 26 дней назад +1

    My item is a camera, and i want that the cam, if we click (use it), it make a VHS effect, is it possible?

  • @super-rocco
    @super-rocco 9 месяцев назад +2

    it worked! tysm

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

    IT WORKS OMG THANK YOU SO MUCH

  • @ricardsstankevics
    @ricardsstankevics 13 дней назад +1

    my character arm is showing. How to fix it?

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

    Thanks for the turorial. You helped me a lot!

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

    great tutorial and really good quality underated af

  • @victor90ro86
    @victor90ro86 9 месяцев назад +1

    under rated dev fr, ur amazing dude

  • @Penpane
    @Penpane 2 дня назад

    What if you’re making more than 1 gun?

  • @Assasin_K_C137
    @Assasin_K_C137 9 месяцев назад +1

    Bro, u just got another subscriber, I have been looking for this

  • @sNIXerBars2009
    @sNIXerBars2009 7 месяцев назад +14

    To simplify the FP (First Person) script you can say
    "local player = game.Players.LocalPlayer
    player.CameraMode = 1"
    instead of that

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

      imo its better to just change the properties in "StarterPlayer"
      it just saves on a script

    • @UltraGamer5543-zc2gf
      @UltraGamer5543-zc2gf 5 месяцев назад

      I don't even know why we needed a script for the FP go to starter player and change the camera mode
      It is easier.

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

      @@UltraGamer5543-zc2gf I said the same thing, but scripts are useful whenever you want to switch their camera on command rather than whenever they join the game.

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

    for some reason when I equip it the sway works but It moves me in the air and I can't move but I can still look around, I tried to fix it but nothings working do you know what the issue could be

  • @brandehhh2023
    @brandehhh2023 Месяц назад +1

    Dont work my left arm when I turn off collisions it makes the view model have no collisions

    • @StuffyDev
      @StuffyDev  29 дней назад

      there isnt anything that can be done with the viewmodel clipping, its just how its gonna have to be.

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

      @@StuffyDev alr got it

  • @Bloopet
    @Bloopet 9 месяцев назад +1

    You should make a video on fist combat next 🙏

  • @_channel_311
    @_channel_311 5 дней назад +1

    i need help the model dosent go yo my camera its just on the ground

    • @i_am_SigmusYT
      @i_am_SigmusYT 4 дня назад

      did you anchor the camera?

    • @_channel_311
      @_channel_311 4 дня назад

      @@i_am_SigmusYT what camera?

    • @_channel_311
      @_channel_311 4 дня назад

      @@i_am_SigmusYT wait nvm i dont need help i fixed it already

  • @randompro3kj
    @randompro3kj 17 дней назад +1

    The run service doesnt' work

  • @BunBun-VRGT
    @BunBun-VRGT 13 дней назад +1

    i used this code for main menu button so now when i click start it does fps lock
    local player = game.Players.LocalPlayer
    local button = script.Parent
    local blur = game.Lighting.Blur
    button.Activated:Connect(function()
    blur.Enabled = false
    player.PlayerGui.ScreenGui.TextLabel.Visible = false
    player.PlayerGui.ScreenGui.TextButton.Visible = false
    player.PlayerScripts.FPS.Enabled = true
    end)
    (edit : forgot to say i renamed the Local Script FPS)

  • @sodanykrouk9148
    @sodanykrouk9148 27 дней назад +1

    I can’t get the sway tho

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

    do you know or have ideas how to make sway work on mobile

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

      It should work on all devices? Did you test yourself

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

      @@ObliviousNoob1 I tested myself. MouseDelta is really bad with touchscreen

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

    Is there a way you could add an equip animation?

  • @yoburoml1304
    @yoburoml1304 7 месяцев назад +1

    so if i make another gun i need to copy the script and viewmodel?

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

    Thanks you for tutorial of roblox studio. You helped me with guns, cause it is a lot of broken or none working guns in toolbox. I'm creating a new game as same as RDR 2. I hope, I wiil be in Rock Star Games. RDR 3 is my dream. More likes for you.

  • @predatt0rgoldsborough879
    @predatt0rgoldsborough879 Месяц назад +1

    you saved me omg thank you

  • @JoelynElejorde
    @JoelynElejorde 7 месяцев назад +1

    underated dev

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

    I did everything correctly and the first person code won’t work and the gun code won’t work either HELP

  • @greenqz22
    @greenqz22 9 месяцев назад +2

    It works TYSM
    Will you do a part 2?

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

      other ppl cant see the gun

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

      @@niksiisieki im a new scripter and i just learned how to script/code in the last few months, and i made it so other people could see the gun i would probably share it to you all if it works in mobile (im still trying to make it work for mobile)

    • @basam1688
      @basam1688 3 месяца назад

      @Jails284 cuz its client sided lol, it was made in a local script

    • @basam1688
      @basam1688 3 месяца назад

      try doing a remote event or something like that to make this fire for the whole server not just the client, but i'm not sure if that will work

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

    is there a way to make the ViewModel have the clothing and skin colour of the user?

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

      Try putting a localscript in startercharacterscripts and try this,
      --name Clothing "Shirt"--
      workspace.Camera.ViewModel.Shirt.ShirtTemplate = game:GetService("Players").LocalPlayer.Character.Shirt.ShirtTemplate --or name of shirt--
      for skin colour i don't know. This is all i could help with.

  • @LockSmithJohn
    @LockSmithJohn 3 месяца назад

    how to make multiple gun model work in the same inventory

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

    Help me when I equip my gun and I'm starting fly

  • @masterray7280
    @masterray7280 3 месяца назад

    for some reason it always says "Equipped is not a valid member of backpack"

    • @Verbsh
      @Verbsh 3 месяца назад

      check the script and when you see the code "local item = script.parent" remove one parent in the code thats similer to the one i showed you

  • @PaxProductions.
    @PaxProductions. 9 месяцев назад +1

    for the end of the script, i can't really see what it is saying. does it say "renderstopped".

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

      Renderstepped. Renderstepped id something that fires before a frame starts.

  • @theabyss_gt
    @theabyss_gt 4 дня назад

    What's on line 24

  • @OSFlames
    @OSFlames 6 месяцев назад +2

    People out there, i recommend you to put a humanoid in the Viewmodel because it just makes you're arms smoother which makes you viewmodel look 10x better. No problem!
    Another solution, I had trouble with this one to but, if it does not appear but appears in the workspace then just get the model and get the position original and copy and paste from the m4a1 and paste onto you’re guns model and hands. Np! People.

    • @Jdh2k10
      @Jdh2k10 3 месяца назад +1

      what?
      i have this problem but i cant understand your comment

    • @OSFlames
      @OSFlames 3 месяца назад

      @@Jdh2k10 just put it in your model thats it lol

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

      @@OSFlames man could you way it again? i have same problem but i cant undestand you too

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

    I got a question my gun and viewmodel doesnt show or is still invisible whenever I equip the gun

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

      did you add handle to your tool?

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

      @@oliik_icy yes but it still doesnt work!

  • @Half-Life2Fan
    @Half-Life2Fan 5 месяцев назад

    can you leave Link for The Script to copy

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

    can we get one that's dependent on the playermodel

    • @KaoPii-Dingus
      @KaoPii-Dingus 11 дней назад

      If you can script you can probably pull it off by copying the player's arms, resizing and rotating etc in the script

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

      @@KaoPii-Dingus yeah i fucked around with the shoulder joints and got it working

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

    Is it possible to animate the viewport when i press the left mouse button?

  • @LazyLimeTF2
    @LazyLimeTF2 9 месяцев назад +2

    Hey there I have a question, does the view model appear on just the players screen or does it show the model to people as well?

    • @StuffyDev
      @StuffyDev  9 месяцев назад +3

      its only on the players screen, as its attached to their local camera

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

      @@StuffyDev oh okay, thanks for the tutorial though👍

    • @bananajesus667
      @bananajesus667 7 месяцев назад +1

      @@StuffyDev How should you create visuals for the other players?

    • @DontReallyKnow-O
      @DontReallyKnow-O 3 месяца назад

      @@bananajesus667 in a server side script maybe,

  • @WorldOne-b3t
    @WorldOne-b3t 2 дня назад

    It works thanks

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

    hey, im having trobble with playing animations in the viewmodel, do you know how i could fix it?

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

    I put the gun in starter pack, but when I equip it it shows up really far away and I can't use it. What did I do wrong?

    • @Cr3cked
      @Cr3cked 3 месяца назад

      Try Checking If Any part Is Anchored

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

    How to animate the viewmodel?

  • @-stars.and.raindrops-
    @-stars.and.raindrops- 5 месяцев назад

    My viewmodel is facing the wrong way, can someone help me figure out the solution

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

    its not working can you make an video to fix the script

  • @Cr3cked
    @Cr3cked 3 месяца назад

    Is There Any Possible Way To Make It So That The Parts Are The Hands Of The Player?

    • @tnstd
      @tnstd 3 месяца назад

      i think its just place parts and name them left arm and right arm and position them

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

    The viewmodel stayed at it's normal position, not at the camera, but i have wrote the script normally, what causes this?

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

      Also, when i unequipped the gun stayed too.

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

      Nevermind, i used R15

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

    would you be able to animate this??

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

    I problem i have is that the viewmodel already shows up on screen without equipping the tool, I downloaded and used your model below and still have the same issue

    • @StuffyDev
      @StuffyDev  9 месяцев назад +1

      if you used the model then its either you renamed something and then didn't update the scripts or you never ungrouped it from the folders, because I just tested the model and it works fine

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

      @@StuffyDev Actually, I figured out the problem, I had a script from the last view mode; i had made with little experience and completely removed the old script and it works like a charm! Thank you

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

    what do i do if it shows up but its not connected to me?

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

    can you write the code in the comments bc I messed it up

  • @tylermessina9594
    @tylermessina9594 3 месяца назад

    the viewmodel is invisible for somereason

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

    Please help me @StuffyDev when my tool is unequipped I still see the arms and the gun and I looked over my code and everything is right. If you need pictures please let me know and I can send them to you

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

      and other ppl cant see the gun

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

    One little problem you need visuals for other players as the viewModel is only local sided and is not visible to other players.

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

      what im saying do i put in normal script?

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

      @@niksiisieki No - local scripts are the only ones able to access UserInputService. It'd error.

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

      @@DivineFoxx nvm i used fe gun kit works so good

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

    can you please put the tool local script in like a pastebin its really hard to copy down

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

      use the model in the pinned comment

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

      @@StuffyDev thats not the script dumdum

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

    Can you make it third person compatible?

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

      no thats why there is only arms
      use your brain

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

      @@superduperbob damn broskie don't have to be that rude💀

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

      @@RawOpsis sorry im a christian now but i still agree😅

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

      @@superduperbob 👍

  • @RealJusticeDEV
    @RealJusticeDEV 9 месяцев назад +1

    can you do this but make the gun shot and do damage. If not, please make a tutorial for it. -Please and Thank you

    • @StuffyDev
      @StuffyDev  9 месяцев назад +1

      already have a tutorial thats on my channel

    • @RealJusticeDEV
      @RealJusticeDEV 9 месяцев назад +1

      @@StuffyDev Oh, sorry I am gonna watch that now.

    • @RealJusticeDEV
      @RealJusticeDEV 9 месяцев назад +1

      @@StuffyDev And also there is a bug when you look down your player walks. Can you fix that?

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

    Hey I just finished making this and I noticed something and I’m wondering if there’s any way to fix it at all even but it clips through walls. Idk if it’s possible to fix it without completely deleting it and just adding an overlay but I just wanted ask that

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

      It clips through walls due to CanCollide being turned off. Unfortunately I don't know of a way to make it so it doesn't clip through walls without screwing up the whole model, as if you turn CanCollide on it will mess with player movement.

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

      @@StuffyDev ok thanks for responding!

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

    Hey. I coded my viewmodel and all. It didnt work, i then used your model and still didnt work. Do you know what went wrong on my code?

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

      Did you typo the ViewModel name?

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

    whenever i hold the tool nothing happens but the model just appears in its original spot and i dont get a viewmodel

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

      that means you screwed up with setting the viewmodels position to the camera, check what your view models name is along with the code underneath the runservice function

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

      @@StuffyDev I also have the same problem but I literally used the Tool and StarterPlayerScripts in the model you provided. I made my own ViewModel by following the video

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

      The viewmodel provided works perfectly fine tho, not mine

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

      I believe that the problem is because of renaming the ViewModel itself and/or changing the ViewModel in game.ReplicatedStorage.ViewModel:Clone().Parent = Camera

  • @super-rocco
    @super-rocco 9 месяцев назад +1

    is there a way to animate this using CFrame positions?

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

      If you are talking about aim down sights then you can just create a transparent part near the aim part of the gun and then just align the camera to the part position. If you are talking about weapon firing and reload animation you are gonna have to use something like blender or moon animator
      I hope this is the answer you were looking for 😭

    • @super-rocco
      @super-rocco 9 месяцев назад

      @@StuffyDev yes thanks!

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

    I have followed this step by step three times, and i still can't see the view model or gun

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

      did you add handle to your tool?

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

      @@oliik_icy that might be it, thanks

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

    It didn’t work I went back and checked everything and still did work the gun I used was a Glock from that gun pack

  • @farhatmalik1886
    @farhatmalik1886 4 дня назад +1

    can someone copy paste the script if so?

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

    how do i animate it like reloading and shooting

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

    I don’t know why but my gun and viewmodel is invisible every time i equip my gun

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

      try using the model in the pinned comment

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

      @@StuffyDev still doesn't work

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

    can you make a tutorial on how to make melee items?

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

    hi I'm having issues on the view model every time I equip the weapon it spawns at the place I created instead of in front of me I tried using your model scripts below but nothing is working. pls respond

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

      if you used the model then its either you renamed something and then didn't update the scripts or you never ungrouped it from the folders, because I just tested the model and it works fine

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

      @@StuffyDev thanks for replying ill see what it is thank you

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

      @@OMARTHEREF541 Did you figure it out?

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

      @@PokerRat Sadly no maybe it might the gun cause i uses a diff one

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

      @@OMARTHEREF541 ah shoot same.

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

    How do I put aim mechanics in the gun?

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

      Script them

    • @KaoPii-Dingus
      @KaoPii-Dingus 11 дней назад

      add a transparent part where the aim part of the gun is and make the camera tween there I guess

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

    how do i make the third person tool invisible but visible to others

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

      what do you mean? like you want the wiew model to be visible to others too?

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

    thank you very much bro

  • @josh04811
    @josh04811 9 месяцев назад +1

    yoo does this work wit melees?

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

      it works with anything that would be a tool in a players backpack

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

    for me a random part just spawns when i use the gun and i cant walk cuz of the part

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

      U did it wrong

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

      make sure your handle isnt anchored

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

    how to make it so when your third person, your gun viewmodel is disabled and when I go first person, the viewmodel is enabled?

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

      if player.CameraMode = 1 then put everything in this if loop

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

      @@DevKing_Phizo when I do that, the viewmodel doesn't appear when I go first person or third person.

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

      @@GGEZLLL hmm try and improvise idk it should have worked is the player local player?

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

      @@DevKing_Phizo Oh now it worked ty!!!!!!!!!

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

      @@GGEZLLL np!

  • @IcyCola-fb2xr
    @IcyCola-fb2xr Месяц назад

    is it ok if i use only a mesh as the gun?

  • @super-rocco
    @super-rocco 9 месяцев назад

    i owe you so much!

  • @Osky-02
    @Osky-02 7 месяцев назад

    Pls, how to make it have recoil??

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

    BRUH NOW ITS NOT WORKING BECAUSE IM SUCK AT SCRIPTS :(

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

    can u link the whole script plz

  • @zbiki8325
    @zbiki8325 9 месяцев назад +3

    2:32 (Just a reminder for me)

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

    How do you create the server-side visuals to be seen by other players?

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

      fr

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

      What I did, was that I made a gun model and then I welded the gun's parts to the tool's handle. It looks a little weird with the player holding it like a candle but I think it's better then nothing

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

      @ryanphillips6335 i got 2 options for u , u can use fe gun kit wich has viewmodels and yt tutorials or u can use a script i made but then have to add animation scripts but its kinda easy

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

      @ryanphillips6335 but i would recommend fe gun kit its very customize able and easy to use has cool gun features and everything u can animate everything just from a model script using integers , booleans and strings

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

      @@niksiisieki thats cool but I personally prefer to use a modified version of what StuffyDev has created

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

    for me it creates on the beginning already an viewmodel

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

      nevermind i had a another script for viewmodel

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

    The model doesnt show up i take the tool but nothing

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

      did you add handle to your tool?

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

    didint really work for me, my gun just started to fly away XD

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

    Can you put scrip in the comments it’s hard to read

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

    when i equipped my gun it didnt show on the screen

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

      did you add handle to your tool?

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

      @@oliik_icy ye

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

    could you write the script in the comments or the description by any chance?

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

      go to the new pinned comment
      put it in your game
      change the viewmodel to anything you want
      done

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

    how can I fix the bug when the ViewModel stays in one place?

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

      @@StuffyDev I did but now its invisible

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

      @@DiellHoxhaj try using this model, move everything to the correct places as stated in the folder names (make sure to ungroup the folders once moved to the right places):
      create.roblox.com/store/asset/16897515665/FPS-ViewModel-by-StuffyDev

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

      @@StuffyDev it says i dont have perrmission

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

      @@StuffyDev Im Sorry if im making you overwotk

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

      @@DiellHoxhaj nah you good, idk why it doesn't give you permission to download it, lemme see how i can fix it