ROBLOX How To Make A First Person System - PART 2: Punching Tool

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024
  • #animation #roblox #gamedev #robloxstudio #robloxgameplay #tutorial
    Place ID: www.roblox.com...
    animations ids:
    18149713142 right
    18152374841 left
    animations links:
    create.roblox....
    create.roblox....

ความคิดเห็น • 67

  • @70rnk
    @70rnk  3 หลายเดือนก่อน +4

    SORRY IT TOOK TIMEEEE!!! GUYS THANKS FOR THE SUPPORT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    • @SimpleMade_
      @SimpleMade_ 3 หลายเดือนก่อน

      Does it work with third person the punch?

    • @_nexz2
      @_nexz2 22 วันที่ผ่านมา

      You deserve that

  • @_nexz2
    @_nexz2 22 วันที่ผ่านมา +1

    The best channel of roblox studio tutorials +1 sub

  • @MagicalSupreme
    @MagicalSupreme 3 หลายเดือนก่อน +1

    heyoo! nice work you gained a sub!!

    • @70rnk
      @70rnk  2 หลายเดือนก่อน +1

      THANKS

  • @solidcover7186
    @solidcover7186 หลายเดือนก่อน

    Idea: Make buttons for mobile on the next tutorial.

  • @KenzoPunk-y6m
    @KenzoPunk-y6m 17 วันที่ผ่านมา

    can you do a tut on how to make a first person system where the body is invis but other player see your body
    And maybe also do a tut on the movment system

    • @70rnk
      @70rnk  16 วันที่ผ่านมา

      to answer your first question. Its possible to set the characters's children's transparency to 1. if you do it in a local script it should work.
      second of all i dont really understand what do you need from the movement system? is it one from my old videos?

  • @Drks2009
    @Drks2009 หลายเดือนก่อน

    part 3 pls

  • @solidcover7186
    @solidcover7186 หลายเดือนก่อน

    How to set transparency of the hitbox to 1? also good tutorial, you earned my sub.

    • @70rnk
      @70rnk  หลายเดือนก่อน

      @@solidcover7186 block.Transparency = 1 when you summon the block

    • @solidcover7186
      @solidcover7186 หลายเดือนก่อน

      ​@@70rnkThanks dude!

    • @solidcover7186
      @solidcover7186 หลายเดือนก่อน

      Yo. Can i ask? Does this damage system work on npcs?

    • @70rnk
      @70rnk  หลายเดือนก่อน

      @@solidcover7186 it can, i managed to add this on one of my games, ill make sure to mention it on next video

  • @babyman_a380
    @babyman_a380 3 หลายเดือนก่อน +1

    I love u bro but can u make a tutorial on a gun that has like recoil and stuff pls🙏

    • @70rnk
      @70rnk  3 หลายเดือนก่อน +1

      next is melee, after that is weapons

    • @babyman_a380
      @babyman_a380 3 หลายเดือนก่อน

      Oh ok

    • @RealAimYT
      @RealAimYT 3 หลายเดือนก่อน

      @@70rnk what did u use to make that volleyball system of yours?

  • @er_aviation
    @er_aviation 2 หลายเดือนก่อน

    Part three please:DD

  • @ausui3997
    @ausui3997 29 วันที่ผ่านมา

    How do you do the punch by using enum key instead of clicking your mouse. For example, I want it to punch when I press the key "F" instead of clicking.

    • @zqsmps
      @zqsmps 4 วันที่ผ่านมา

      make an equipped variable so that when the player equips the tool, set it to true, if they unequip it set it to false
      then type something like
      game:GetService("UserInputService").InputBegan:Connect(function(inp, gp)
      if gp then return end
      if inp.KeyCode and inp.KeyCode == Enum.KeyCode.F and equipped then
      --use the logic from the video to punch
      end
      end)
      or make a function that works like this
      local function input(inp, gp)
      if gp then return end
      if inp.KeyCode and inp.KeyCode == Enum.KeyCode.F and equipped then
      --punch logic here
      end
      end
      and then do
      game:GetService("UserInputService").InoutBegan:Connect(input)
      hope this helps!

  • @Riplatki
    @Riplatki 2 หลายเดือนก่อน

    subscribed

  • @archie-._.
    @archie-._. หลายเดือนก่อน

    yo part three when? :)

    • @70rnk
      @70rnk  หลายเดือนก่อน

      @@archie-._. currently on a break but ill post one soon

    • @archie-._.
      @archie-._. หลายเดือนก่อน

      @@70rnk tyty

  • @qiipoz7991
    @qiipoz7991 3 หลายเดือนก่อน

    Hey buddy, I'm interested in knowing how you do all of this! I've just started game development and all of this stuff looks so fun to do yet so hard. I mostly use chatgpt due to me not knowing how to script yet. When'd you start your journey?

    • @70rnk
      @70rnk  3 หลายเดือนก่อน

      I watch a lot of tutorials and do a lot of research on forums. People tend to simply copy and paste, but by reading and trying to understand you gain step by step more experience. i started about a year ago but only took it seriously about 3-4 month ago. I recommend to start small projects before doing big things. Chat gpt can be a use help just dont depend on it.

  • @turtleDev32
    @turtleDev32 3 หลายเดือนก่อน

    man you're awesome 👍

    • @turtleDev32
      @turtleDev32 3 หลายเดือนก่อน

      I've tried following the tutorial but your animations don't load. I think you need to publish them

    • @70rnk
      @70rnk  3 หลายเดือนก่อน

      @@turtleDev32create.roblox.com/store/asset/18149713142/punch1
      create.roblox.com/store/asset/18152374841/punch2
      if that doesnt work then idk sorry

    • @turtleDev32
      @turtleDev32 3 หลายเดือนก่อน

      I will try it later but thanks
      edit: it dosen't work. still thanks for tring to help

    • @er_aviation
      @er_aviation 2 หลายเดือนก่อน

      You need to spoof it ​@@turtleDev32

  • @affannow16
    @affannow16 3 หลายเดือนก่อน

    why am i 4 days late for thid

  • @NOTBRATIC1
    @NOTBRATIC1 หลายเดือนก่อน

    LOVE ITT MAKE MORE WITH A GOOD FPS SYSTEM BETTER THEN FE GUN KIT THAT IS EZ TO SETUP LOVE THE TURTOR!!! ❤‍🩹

    • @70rnk
      @70rnk  หลายเดือนก่อน

      ill do my best!

  • @Plakezitto
    @Plakezitto 3 หลายเดือนก่อน

    I thought you need animator to load an animation

    • @70rnk
      @70rnk  2 หลายเดือนก่อน

      ?

    • @Plakezitto
      @Plakezitto 2 หลายเดือนก่อน

      @@70rnk Humanoid.Animator.

    • @70rnk
      @70rnk  หลายเดือนก่อน

      i mean yeah, you load the animation on the humanoid but i dont get what you mean, did i not include the animation?

    • @Plakezitto
      @Plakezitto หลายเดือนก่อน

      @@70rnk No, I thought that to load the animation you needed that intance [humanoid.Animator] an example wold be anim = humanoid.animator:LoadAnimation(.)

  • @Josueanim
    @Josueanim 3 หลายเดือนก่อน

    Tankiu

  • @hyxuka
    @hyxuka 3 หลายเดือนก่อน +1

    Thanks man, nice tutorial btw

    • @70rnk
      @70rnk  3 หลายเดือนก่อน +1

      TY!

  • @yungbazerk
    @yungbazerk หลายเดือนก่อน

    aye bro i have a gun system and my fps is absolute ass could you help me out???

    • @70rnk
      @70rnk  หลายเดือนก่อน

      sure what do you need help with

    • @yungbazerk
      @yungbazerk หลายเดือนก่อน

      @@70rnk i got discord

    • @70rnk
      @70rnk  หลายเดือนก่อน

      @@yungbazerkmessage me on roblox your user ill add you when im home

    • @yungbazerk
      @yungbazerk หลายเดือนก่อน

      @@70rnk Xypocalyptic

    • @yungbazerk
      @yungbazerk หลายเดือนก่อน

      @@70rnk yo you back yet?

  • @Haze12492
    @Haze12492 3 หลายเดือนก่อน

    I tried to find part 1 but I couldn't find it, can you tell me what to search for to find this video?

    • @70rnk
      @70rnk  3 หลายเดือนก่อน +1

      look at my account go video click litterally the video under

    • @70rnk
      @70rnk  3 หลายเดือนก่อน +1

      second most recent one

  • @JuanFernandez-yb9pg
    @JuanFernandez-yb9pg 3 หลายเดือนก่อน

    please make a part 3 on guns and stuff

    • @70rnk
      @70rnk  2 หลายเดือนก่อน +1

      yes

  • @SimpleMade_
    @SimpleMade_ 3 หลายเดือนก่อน

    Can this work with third person?

    • @SimpleMade_
      @SimpleMade_ 3 หลายเดือนก่อน

      @70rnk

    • @70rnk
      @70rnk  3 หลายเดือนก่อน

      FPS stands for First Person Shooter, but yes you can just modify my script from the first part. I believe it's in the PlayerScripts attributes

    • @70rnk
      @70rnk  3 หลายเดือนก่อน

      @@SimpleMade_also you can just follow THIS tutorial and u wont have the first person thingy.