How To PRELOAD Your ANIMATIONS | Roblox Studio

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025
  • In this video I show you how to preload your #roblox animations in #robloxstudio .
    As always, keep leveling up bro, be safe, and I'll see you when I see you, peace...
    Discord: / discord

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

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

    Scripter with 4 years of experience here, amazing video, content provider is one of the most underused services in games, but its a game changer.
    One quick tip, preloading each asset one by one is really slow. Content provider can load more than one animation (or decal or gui element) at once, hence why you can pass a table (the {} braces) and not a single instance. You can directly do "contentProvider:PreloadAsync(anims)" in the script you showed instead of using a loop and putting each animation in a table. You can also preload everything in the replicated storage or workspace directly this way.
    Great video, keep up the good work! 💪

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

      super helpful.. thanks bro

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

      Yeah, I was reading the docs and thought if it can take an array why would you loop. Then I tried it, worked well. Self esteem boosted xd

  • @thegojira5825
    @thegojira5825 8 дней назад

    Thanks for making this, I've been struggling to figure out how to properly preload my animations and this worked!

  • @Mrcryptic-ce5kk
    @Mrcryptic-ce5kk 5 месяцев назад +9

    bro is pumping out vids like every week🔥

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

      Yessir!
      Also thanks for the comment :]

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

      @@iamLudius Yo, I'm having a problem with roblox studio for months, Can you help me?

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

    W bro keep it up 🔥🙏

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

      I will bro, thanks for the comment :]

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

    Ludius you’re a life saver man

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

    I just tabbed out when he said 01:03 ... I had gold fish attention span
    got me there

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

    My hero ❤😊

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

    Next vid please play our games i've been waiting so long for that vid to come out, regardless W vid

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

    time to start gooning

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

      Stop it, get some help

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

    W vid

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

    hey ludius,your biggest fan,i really need some help of yours bro,can you make a video on how to make animations on blender in 2024 for beginners??
    Thanks!

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

    OR instead of a loop just do:
    contentProvider:PreloadAsync(anims:GetChildren())

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

      @@dappermitch I've been saying this guy a beginner nobody listens tho

  • @YOUSIFDOOFUS
    @YOUSIFDOOFUS 3 месяца назад +4

    IF ANYONE IS HAVING TROUBLES TRY THIS:
    if ur playing ur animations in the server and not on the client (with a script and not a local script) then just make a script in server script service and do the same thing, it will fix the issues

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

    bro is so cooked he is using pairs

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

    waiting for the dash video ludius 😈

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

    I don't know if my comment caused this video or not but if it did that would be pretty sick

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

    i use
    ```
    local CP = game:GetService("ContentProvider")
    local assets = game:GetDescendants()
    local plr = game.Players.LocalPlayer
    local char = plr.Character or plr.CharacterAdded:Wait()
    for loaded = 1, #assets do
    local hum = char:WaitForChild("Humanoid")
    local asset = assets[loaded]
    CP:PreloadAsync({asset})
    if asset:IsA("Animation") then
    hum:LoadAnimation(asset)
    end
    end
    ```
    for my game

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

      im a bit late but neither the one he used in the vid or mine is working, is it because i play my animations in a server script?

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

      i litteraly just found a way to fix it

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

      @@YOUSIFDOOFUS lol, preload script is local script in replicated first, and play animations in server script is useless

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

      @@huy_nigera unless your making like a tool skill

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

    Bro lower the price on ur course your too novice to be charging 100$ a month

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

      js watch yt tutorials they're very good. I recommend thedevking and alvinblox

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

      100 dollars….. who does man think he is to be charging us that

    • @A.SalamDynasty
      @A.SalamDynasty 2 месяца назад

      I'd pay at most 2$

  • @Riley-p1i3q
    @Riley-p1i3q Месяц назад

    so the replicated storage is a plugin?

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

    Yoo

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

    I am late 🤥

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

    how do you access these preloaded animations?

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

    music at 50 seconds is?

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

    Can you make a Sword m1 system?? Plsss

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

      it’s not too difficult, follow the EXACT steps of ludius’ m1 video, but change the anims to sword m1s
      (you can also make some custom changes)

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

      @@Smolpotato1 does it have like slash effects too? Like yk when i attack people? I already have the animation i just need the script

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

      @@Smolpotato1 and btw i need a sword m1 system does it still work?

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

    what if my animation is in serverstorage?

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

    first, ez shit

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

      Na I’m 1

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

      @@bot_lobbbys you sound 5

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

      @@RealExposify I’m 10

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

      The goat 🐐

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

    not work in roblox client. working only in roblox studio.

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

    Yo 1st

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

    ok

  • @Stormwatch-plays
    @Stormwatch-plays 5 месяцев назад +2

    33

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

      34

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

      @@iamLudius 35

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

      @@fanchipss 36

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

      @@BruuhBoi37

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

    it don't work for me

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

    thats a thing?

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

    gjgjgjgjgjgj 7k!!

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

    iwh882

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

      Thanks for the comment :]