Advanced Running System | Mobile Support, R15, R6, VFX | Roblox Studio

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

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

  • @shaben0172
    @shaben0172 7 месяцев назад +13

    Hello, your model is really great! There's just one thing I'd need for my server, and that's that to run you have to hit W twice. If you could tell me how to do that, that would be really great!

    • @Vap0rized
      @Vap0rized  7 месяцев назад +8

      this script should work! tell me if it doesnt!
      script:
      local plr = game.Players.LocalPlayer
      local Character = plr.Character or plr.CharacterAdded:Wait()
      local Humanoid = Character:WaitForChild("Humanoid")
      local UIS = game:GetService("UserInputService")
      local RunService = game:GetService("RunService")
      local TweenService = game:GetService("TweenService")
      local Camera = workspace.CurrentCamera
      local RunAnim = Humanoid:LoadAnimation(script:WaitForChild("Sprint"))
      local JumpAnim = Humanoid:LoadAnimation(script:WaitForChild("Jump"))
      local Running = script.Parent.RunningValue.Value
      local CrouchingValue = script.Parent.CrouchingValue.Value
      Running = false
      local notMoving = true
      local isOnGround = true
      local Jumped = false
      local originalSpeed = Humanoid.WalkSpeed
      local db = true
      local lastPosition = Character.PrimaryPart.Position
      local lastRunTime = 0
      ----------------- Changeable ---------------------
      local RunButton = Enum.KeyCode.W -- Change this to the key you want for running
      local newSpeed = 25 -- Speed you want while running
      local DefaultFieldOfView = 70 -- Default FOV
      local SprintFieldOfView = 85 -- Running FOV
      local maxRunActivationTime = 0.5 -- Time between pressing RunButton to activate run
      --------------------------------------------------
      Camera.FieldOfView = DefaultFieldOfView
      local function CanRun()
      local currentTime = tick()
      return currentTime - lastRunTime

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

      @@Vap0rized Thanks a lot, I'll give it a try

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

      @@Vap0rized Finally, it's ok, I fixed the problem and it works perfectly, thank you very much!!!!!, but I have to say one last thing, sorry to bother you again, it's just that I'd like the script mixed with the button for mobile pleasee!

    • @Vap0rized
      @Vap0rized  7 месяцев назад +3

      oh just add local MobileButton = plr.PlayerGui.MobileGUI.MobileButtons.RunButton -- Location of the button and MobileButton.MouseButton1Click:Connect(function()
      if Running == false then
      Run()
      elseif Running == true then
      Stop()
      end
      end) after stop() function

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

      @@Vap0rized Thank you so much !!!!!!!!

  • @itz_legendy
    @itz_legendy 7 месяцев назад +3

    edited comment: I fixed the animation error because the plugin window makes it small 😅

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

      Same 😢

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

      Cant find the running value😅

  • @8Y-wen
    @8Y-wen 7 месяцев назад

    Thanks!! I really liked how theres alot of variations!

  • @Lv0322
    @Lv0322 3 месяца назад +2

    The song, the creator, small content creator, everything about this is so good! Keep up the good work man you just earned a sub :D.

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

    In the example with stamina, there is a check that if StaminaValue < MaxStamina, then StaminaValue = MaxStamina. Apparently this is a check for variable overflow, and there must be StaminaValue > MaxStamina, otherwise the value will always be maximum) But this is a very useful thing and great work, thanks for sharing!

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

      oh yea my bad, ill fix it

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

      Heyyyy bro why isn't the animation working it's just normal ​@@Vap0rized

  • @AkariEdits-gtr
    @AkariEdits-gtr 7 месяцев назад +2

    Not gonna lie this is the goat of all Devs he gives so many useful tutorials for free that helps not just me but many others

  • @duckyblox-r9c
    @duckyblox-r9c 3 месяца назад

    This is so useful man,thank you so much. Big respect!

  • @Jc-01234
    @Jc-01234 8 месяцев назад

    the goat posted again (ty)

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

    this guy is my hero, thank you so much, you saved me hours.

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

    Best running model I've ever seen, very good!!! new subscriber

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

    TY MAN THIS HELP SO MUCH

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

    Other sugestion : Checkpoints w effects or some jump effect (Good vid tho!)

  • @fishboy-gv7kq
    @fishboy-gv7kq 3 месяца назад +1

    YOOOO TYSM THIS IS SO GOOOOOOD

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

    The model is so good!! 👍👍
    new sub

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

    in my opinion this is the best audio available on capcut

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

    thanks bro! i love you!

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

    Thanks! it rlly helped me, im rn making a battleground game. Wish me luck!

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

    so goated bro thank you so much

  • @hushload
    @hushload 24 дня назад +3

    For some reasons it doesnt work..

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

    thank you so much i cant make animations so this helps me alot

  • @offcial-ln4gl
    @offcial-ln4gl 5 месяцев назад

    W system keep going

  • @Shirarera
    @Shirarera 27 дней назад

    THANKYOU!

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

    2 questions: what did you use to animate your character and do you use module scripts to split up your project?

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

    Nice work

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

    Nice

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

    hey vaporized, you may not see my comment, but amazing work, i admire how well you make things. you deserve so much subscribers, also, can you make a fist and / or sword combat damage dealing thing whenever u can if you want to? also i subbed ❤

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

    Thank you so much!

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

    W work

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

    Hey man this has gotta be one of the best run models ive laid my eyes on in terms of function, but it would be great if i could change it so that only upon tapping left control you sprint and when tapping it again or when receiving an amount of damage you switch back to walking since its tiring to have to hold the button all the time just to sprint so it'll help alot if you could explain how to do this :))

  • @vayuoia
    @vayuoia 3 месяца назад +6

    Hi hi! I was wondering why it only works for me but when I had someone else test it, they were unable to run at all? Mine was working perfect though!

    • @HYP.3R_
      @HYP.3R_ Месяц назад

      Did the animations work for the other person?

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

    BRO TYSM I CAN USE THIS FOR MY NICOS NEXTBOTS FANGAME TYSMMM

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

    wow nice

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

    Bro why does my character gets cloned every time when i run and jump at the same time💀💀💀💀

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

    Hey really great model but if you hold shift it likes make yoru animation play without moving

  • @Vap0rized
    @Vap0rized  8 месяцев назад +4

    I recommend using this dust fx create.roblox.com/store/asset/16716368418/New-dust-fx-for-running-system it is more visible and better

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

    for me doesnt work

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

    Nice tutorial i published it to my game but it only did the normal r6 any help?

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

      whatever verison you pick is what u use?

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

    Just a question, I can't find the running value in StarterCharacterScripts, R6, Mobile support. Did you change anything since the video released?

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

    i love u vaporized i edge to ur videos

  • @DuccGang
    @DuccGang 4 месяца назад +2

    I wished that you wouldve add the animations to the model cause im to lazy to do that.

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

    THX SMMM

  • @P.B.ETCOFC
    @P.B.ETCOFC 5 месяцев назад

    thanks its worked

  • @feltrin._.
    @feltrin._. 2 месяца назад

    yo this is sick, but how can I make the stamina bar visible? I made a GUI but idk how to insert it in your script, can you help me please?

  • @CoolGrey-r9p
    @CoolGrey-r9p Месяц назад

    the stamdina thingy does it have fx too?

  • @Titan_Cameraman785
    @Titan_Cameraman785 3 месяца назад +2

    hi... umm im just asking how do i change the button for sprint?
    for e.g. its currently ctrl but i want it to be shift instead
    what do i do??

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

      I know when you open script when go down find this type of script ---------------- Changeable ---------------------
      local RunButton = Enum.KeyCode.LeftShift -- Change this to the key you want for running
      local newSpeed = 25 -- Speed you want while running
      local DefaultFieldOfView = 70 -- Default FOV
      local SprintFieldOfView = 85 -- Running FOV
      local MobileButton = plr.PlayerGui.MobileGUI.MobileButtons.RunButton -- Location of the button
      local RunButton = Enum.KeyCode.LeftShift -- Change this to the key you want for running
      you can see i changed my key to leftshift here you can change

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

    Great! can you giveaway shiflock cursor

  • @midnightghost94
    @midnightghost94 17 дней назад

    running value isnt there please fix it, stop ignoring comments that is asking for help.ty

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

    hey i don't know if you still replying comments but is there anyway i can make player see each other run vfx (clients) ? ty for the great model

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

    Hey! can you please make a video showing on to do the crouching and running with stamina gui! i love you videos

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

    Simple question : I want to use it with the crouching system, but when I press the run button, It runs while crouching, any idea?

    • @feltrin._.
      @feltrin._. 2 месяца назад

      change the running or the crouching button maybe

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

    thanks goated yotuber

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

    Wait, I made that R6 running animation. OMG
    이히히히히

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

    @vaporized the jump seem to not work for r15 normal

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

    Hello i was wondering how you would change this to add your own animations. the running animation was fairly simple but the jumping animation didnt work when i changed it. Would you know how?
    update: i fixed it i dont help anymore!!!

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

    The animation worked perfectly for me, but I have a problem that may be from the script as well, when I press s and shift the character can run backwards and I want him to not be able to run backwards, only forward and when walking backwards or to the sides walk

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

    Hey, could you suggest some good lighting for my game that won’t lag. The game is about wizards, magical powers, quests etc.

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

      i would suggest dark lighting with a purple ambience

  • @Senpaisuma-yt
    @Senpaisuma-yt 5 месяцев назад

    can use pc and mobile device same time?

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

    Hello i got a question i got a walk animation in my game and when i press shift it doesnt walk like that in the video can you help me?

  • @erindufour6039
    @erindufour6039 28 дней назад +1

    Can you add conole support

  • @realBoba_
    @realBoba_ 10 дней назад

    how can i add a vizual inducator for the one with stamina?

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

    Hello, i know this video is old and you may not be viewing comments from this video anymore, but one question, how do i fix the thing where when i play my game in the normal roblox player / website, the running thing doesn't work, Please tell me what to do.

  • @mohammedrabih-qo3um
    @mohammedrabih-qo3um 3 месяца назад

    when i stop in my place after jumping and sprinting, the animation still plays can you fix that? btw your videos are really helpful thanks :)

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

    I used the stamina version it works but when I run to long I will be stuck how do I fix it?

  • @BlazBluzYT
    @BlazBluzYT 20 дней назад

    Can you help me please!, It doesnt Show the Animation but it shows the actual Sprint that your Running But not the Animation? can you please help mee

  • @AkariEdits-gtr
    @AkariEdits-gtr 6 месяцев назад +1

    Could you tell me how to make it so you don't have to hold it so you just press shift and then if you press shift again it stops?

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

      i already told someone in another comment just find it and follow it

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

      @@Vap0rized ok

  • @imaniarthur
    @imaniarthur 17 дней назад

    when i stop holding w and hold ctrl and try to hold w again i cant move untill i let go of the ctrl key, any way to fix?

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

    what should I do if I can't walk after I press the run button

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

    Can you make a mobile dash pls and make sure it has different anim for shiftlock 🙏

  • @Ace-b9k
    @Ace-b9k 17 дней назад

    the running is mixed with the crouch button from your crouch kit. will you help me?

    • @RorGamelogs-i1m
      @RorGamelogs-i1m 16 дней назад

      go to the character script and press ctrl + f, a search bar will pop up type "runbutton" there and when u see the code change the control to whatever u like

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

    Yo, just one Question How to make it Toggle?

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

      i have made a script in one of the comments just find it and copy it

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

    is there anyway i can put a sound on the animation?

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

    i followed the debugging like in the video, the animation won't work but i can sprint, how fix?

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

    can you change the location of where the UI is for mobile?

  • @DevZux
    @DevZux 4 месяца назад +1

    there is no running value didnt work for me

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

      same only jump worked for me

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

    hey why does it only show in studio but not ingame?

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

    so if i’m doing pc and mobile do i do not mobile support and mobile support?

  • @ESPPROJECT-qi4km
    @ESPPROJECT-qi4km Месяц назад

    hey i did all of it but it doesnt work only at mobile why??

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

    Hello friend, your model is incredible but I need help, it didn't work in my game, I think it's because my game has StarterCharacter, could you help me?

  • @fawazalharbi8414
    @fawazalharbi8414 26 дней назад

    if I hold shift the running animation starts how can i make it so that i have to be moving for the running animation to start

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

    how to add the running animation for r15 (pls help)

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

    How does the stamina work?

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

      its just a value so u can link it up to a stamina gui to display it

  • @Nah-l6u
    @Nah-l6u Месяц назад

    why doesn't it work with crouch system?

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

    idk why I can't use your crouch system with this one it just docent work with it for some reason

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

    only jump animation works for me pls help :

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

    Hello, remember when you gave free auras? Well, could you make a video of a script that makes it so that only a specific person can have the aura?

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

      nah sorry you can probably use a tutorial for that

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

    hey vaporized how to make it toggle run so u wont hold the sprint button (only in pc)

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

    This didn’t work

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

    Make a tut on your lighting pls

  • @10hoursofstuff-hj9fq
    @10hoursofstuff-hj9fq 3 месяца назад

    WHY NO ANIMATIONS?
    :(

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

    idk why but when i reset character the sprint don't working

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

    is it possible to add "with stamina" on top of "Normal Vfx" ?

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

      with stamina has the normal vfx with it

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

    Can you make a mobile dash system too?

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

    How can I do the crouching thing?

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

    wait, can somebody tell me what about this is advanced?

  • @CraZy_-yl3ug
    @CraZy_-yl3ug 5 месяцев назад +1

    why not working on me?

  • @MunciNotHere
    @MunciNotHere 25 дней назад

    aint working bud

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

    can you add stamina bar for this?

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

    For some Reason I cant open the Properties on Jump or Sprint

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

    yo, it seems good, but i don´t know with what key ill activate the animation

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

      some popular ones are leftshift and leftcontrol

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

    Pls make a zoom so we can see ❤