[NEW] How to make AURAS for SOL'S RNG | PART 5 V2: Finishing your aura | Roblox VFX

Ойындар

This one has been in the works for a while, I'm not the best scripter so I had to learn and make it work :) Hopefully this helps out everyone who watches and the next part of the series will be something a lot more in my element...
My packing script (might need to change it depending on how your aura is structured!): pastebin.com/hWvGxmkk
Animation script: pastebin.com/0NR9W7QY
Part 1: • How to make AURAS for ...
Part 2: • How to make AURAS for ...
Part 3 (old): • [OLD] How to make AURA...
Part 3 (updated): • [NEW] How to make AURA...
Part 4: • How to make AURAS for ...
Part 5 (updated coming): • [OLD] How to make AURA...
Part 6: • How to make AURAS for ...
0:00 - Intro
0:34 - Grouping Things In Existing Character Body Parts
1:57 - Scripting The Grouping
3:52 - Scripting Motor6D For Extra Parts
13:10 - Animating With Multiple Animations
14:37 - Enabling The Song (Watch Old Part 5)
15:12 - Result & Outro?
16:04 - i forgor
16:09 - Script Type (IMPORTANT!)
16:53 - Real Outro
Tags (ignore): sol, sols, sol rng, sols rng, aura, auras, vfx, script, scripting, animation, motor6d, custom, roblox, roblox studio, tutorial, guide

Пікірлер: 145

  • @not1lord1234
    @not1lord12343 ай бұрын

    how make fortnite

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Tutorial coming March 32nd

  • @yan_iscool

    @yan_iscool

    3 ай бұрын

    LMAO

  • @nappetss

    @nappetss

    3 ай бұрын

    we're waiting for it!

  • @Mustafahashmi_E

    @Mustafahashmi_E

    3 ай бұрын

    LMFAO

  • @AerosStorytimes

    @AerosStorytimes

    3 ай бұрын

    ​@@TommyGamingGamingChannelyuhhh

  • @NightlyCX
    @NightlyCXАй бұрын

    1:57 game.Players.PlayerAdded:Connect(function(plr) plr.CharacterAdded:Connect(function(char) local aura = game.ServerStorage.Aura:WaitForChild("GroupingPart") local hrp = char:WaitForChild("HumanoidRootPart") local clone = aura:Clone() for i, v in pairs(clone:GetChildren()) do v.Parent = hrp end end) end)

  • @typhaonis
    @typhaonisАй бұрын

    Appreciate it bro, these tutorials have been a huge help with a game I'm developing o7

  • @elbiggestgengsta
    @elbiggestgengsta3 ай бұрын

    Yo brodie u helped me alot across ur series thx keep makin vids 🤑🤑🤑

  • @hunterosborne9818
    @hunterosborne98183 ай бұрын

    yes sir another round of edging thank you

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Flattered

  • @Wurfeln
    @Wurfeln3 ай бұрын

    Thx for the awesome work!!!

  • @Vivid18
    @Vivid184 күн бұрын

    Edit: You prob have seen the notification and seen I needed help, maybe you didnt, anyways I fixed the problem I was having, I forgot to change thhe game from r15 to r6

  • @Deoxyskian
    @Deoxyskian2 ай бұрын

    bro ur amazing for putting script in desc

  • @DxrkGodzz
    @DxrkGodzz24 күн бұрын

    Tysm dude! your best!

  • @imper-0
    @imper-03 ай бұрын

    please never stop uploading

  • @loxernexus1328
    @loxernexus13283 ай бұрын

    Bro a question I have a selection of auras and I want the animation to appear when I select that aura, how do I do that?

  • @ReawakenBeast
    @ReawakenBeast3 ай бұрын

    Another idea is that you should make something that shows us how to make it so the floor or the aura is always on the floor.

  • @Epicly_epic
    @Epicly_epic3 ай бұрын

    when i tried to put a vfx in the middle of the torso, why does the torso cut off the vfx and the vfx is not see-able?

  • @light1667
    @light16672 ай бұрын

    My spin parts stay in the same place as the center part. I did the positioning part of the script correctly and the motors right. It stays inside where the center part it. Did i do something wrong with the parts or smth? + Does the motor6d work with models. If so how do i do it?

  • @cookiekorsh8456
    @cookiekorsh84562 ай бұрын

    Hello, love the content. If you don't mind I have a part that is welded to the Rig's UpperTorso and I can't find a way to weld this part to the human's UpperTorso, any help will do.

  • @sloveneball69420
    @sloveneball694203 ай бұрын

    quickly respond, from the last audio visualizer thing, how do you make the shockwave effects on beat like in chromatic genesis?!

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Timed particles through script.

  • @jenniferli8971

    @jenniferli8971

    3 ай бұрын

    You can do the same thing, here is one i made for my aura: local scaler = 50 local volume = 0 local smallerShock = script.Parent.ShockAttatch.smallerShock local largerShock = script.Parent.ShockAttatch.Shock while wait(0.01) do local volume = script.Parent.Parent.Chromatic.Sound.PlaybackLoudness/scaler if volume > 12 and volume largerShock:Emit(1) elseif volume > 8 and volume smallerShock:Emit(1) end if volume > 15.5 then largerShock:Emit(1) script.Parent.Parent.Sparks.noU:Emit(85) end end

  • @kuzeykb
    @kuzeykb3 ай бұрын

    For my aura everything is ok but the problem is the parts are making the character rotate slow when shiftlock is on and its heavier than other rigs (I mean to push)

  • @Mel00000w

    @Mel00000w

    3 ай бұрын

    click massless for everything you added

  • @Astrageldon_
    @Astrageldon_22 күн бұрын

    Whenever i run the game i get the constant error of "Position cannot be assigned to" while trying to make the main script, the line that is causing this error is "Star_mt6d.C1.Position = Vector3.new(0, 3, 0)".. I have tried doing my research but i cannot seem to find the reason on why the part isn't moving to where it needs to be. Could do with some assistance if possible

  • @microwave_01
    @microwave_013 ай бұрын

    I want to see more aura showcase videos!

  • @MLMML171
    @MLMML171Ай бұрын

    on a plugin named moon animator, you are able to weld parts IN PLACE with motor 6ds so you dont have to adjust stuff

  • @imdaguy
    @imdaguyАй бұрын

    The spinners are in the same position as the center, I changed the position or orientation to the exact same that the properties days, but it doesn't work, please help

  • @vxxio4587
    @vxxio45872 ай бұрын

    my spin animation refuses to play, but if I add spinny:Play() to the fi speed > 0 then it will start up, but will reset every time I stop or go, any tips? i copied the script from the pastebin, the script is in startercharacterscripts and is a runcontext client script! thanks

  • @KiradoTOMEtome
    @KiradoTOMEtome2 ай бұрын

    when it play the standing animation it just don´t go to the place the animation was in i don´t know why

  • @zecchh1234
    @zecchh12342 ай бұрын

    The way he walked got me dying

  • @boniyum5753
    @boniyum57533 ай бұрын

    When i pressed play the motor 6d for extra part is the same place as center when play i put position right but it doesnt work please help

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Rewatch and make sure you followed what I did to the T

  • @thegoldagent6473
    @thegoldagent64732 ай бұрын

    fixed my other issue but now the script to get the aura onto my player wont work and i used the pastebin can you help?

  • @X0Redz0X
    @X0Redz0X3 ай бұрын

    can you make a tutorial on how to do a rgb effect on a aura?

  • @Badd1150
    @Badd1150Ай бұрын

    how do you make the particles anchored? like not fall down when you press run

  • @user-OnlyNick
    @user-OnlyNick2 ай бұрын

    what if i didnt want to make the motor6d thing, how will i get the aura where it looks like wind is rising?

  • @saythrtL
    @saythrtL2 ай бұрын

    can you give us a base script to attach beams to one another? because i have parts with motor6d anims that have beams connecting one to another

  • @101thatbunnyguy
    @101thatbunnyguy3 ай бұрын

    when I got to the "Scripting Mortor6D's For Extra Parts " section I copied your script exactly up until 11:44 because when I tested it the particles rising from the floor's part was on its side and it wasn't in the right position and I didn't spawn in the spawn point instead I spawned where the particles were in workspace they didn't have the right orientation as the values in the script or position and the center part also didn't have the right orientation as the values in the script and I copied the same values from the joint from the workspace model. how do I fix this?

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Copy the correct orientation values and unanchor, massless and custom physical properties to 0 on the part.

  • @101thatbunnyguy

    @101thatbunnyguy

    3 ай бұрын

    @@TommyGamingGamingChannel I think that's what I did wrong ty edit its fixed ty

  • @boniyum5753

    @boniyum5753

    3 ай бұрын

    @@TommyGamingGamingChannel i did everything right on the comments and it doesnt works my problem are that the motor 6ds extra part doesnt spawn

  • @Adachi69420
    @Adachi694202 ай бұрын

    y it only plays once?

  • @LonutGuy
    @LonutGuy3 ай бұрын

    Could you please for the next video do a tutorial on how to make a rolling animation like in sol's rng?

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Watch the outro of the video!

  • @LonutGuy

    @LonutGuy

    3 ай бұрын

    ​@@TommyGamingGamingChannelLETS GOOO HYPED FOR THAT

  • @thai10ok74
    @thai10ok743 ай бұрын

    how do i set beam in humanoidrootpart attachment1 to the one in torso after loaded?

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Just make it spawn as a torso beam initially

  • @anm_furious8877
    @anm_furious88773 ай бұрын

    So in audio visualizers video the script works but when i press play the particle dont appears Somebody can help me?

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Double check

  • @JulioRobloxW
    @JulioRobloxW3 ай бұрын

    Are you going to show how to make the rolling system

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    That's not aura making anymore, and there's already tutorials on that.

  • @Idk_Lollol
    @Idk_Lollol3 ай бұрын

    the spin part keeps going to the middle how do i fix it?

  • @CiekawostkiDlaCiebie
    @CiekawostkiDlaCiebie2 ай бұрын

    pls give me a link to this model (aura) because I can't do it and I'm doing the same thing

  • @TheoFlinga
    @TheoFlingaАй бұрын

    @TommyGamingGamingChannel I copied the script correctly and put everything where it should be. But they still doeasn't appear besides me. Everythings unanchored, massless and the other thing

  • @LukeLotron
    @LukeLotron3 ай бұрын

    Can you make a tutorial on how to make a body aura like chromatic?

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Watch my previous video!

  • @mui-monke9537
    @mui-monke95373 ай бұрын

    My particles don’t appear when I press play the script is wrote properly and my humanoid root part is the parent of all parts.

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    You have to click run, if you are not using run to test, then set the script to RunContext client

  • @Zypheriox3453
    @Zypheriox3453Ай бұрын

    how do i make beams work whenever i have the aura in game (pls respond)

  • @upscroll_1
    @upscroll_13 ай бұрын

    btw how do i make the audio visuallizer like on chromatic???

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Watch my previous video!

  • @kbub0
    @kbub03 ай бұрын

    my animations are overlaying, how can you fix this? (the idle animation of the arms moving back and forth is staying, for example)

  • @kbub0

    @kbub0

    3 ай бұрын

    @TommyGamingGamingChannel pls respond quick

  • @harzentdenielle7863
    @harzentdenielle7863Ай бұрын

    Can you help me out I have problem with playing the music sometimes it doesn't play

  • @neo_nerds
    @neo_nerdsАй бұрын

    How did you make it so that the player has the aura and not the humanoid

  • @L1GHT_DARK
    @L1GHT_DARK29 күн бұрын

    falls apart?? so u lock it???

  • @AwiBlue_16
    @AwiBlue_167 күн бұрын

    how do i make the aura go to my character and follow me or smth like that, im kinda new to studio

  • @LordD1vine.
    @LordD1vine.3 ай бұрын

    How do you make a grouping part?

  • @_end_fire_
    @_end_fire_Ай бұрын

    Can you include parts in the attachment?

  • @Reliot638
    @Reliot6383 ай бұрын

    my aura is not going on me pls help

  • @giratina.2012
    @giratina.20122 ай бұрын

    how you can make the aura into the avatar

  • @Mutantacid
    @Mutantacid3 ай бұрын

    you should make pastebins for the scripts so people can just copy and paste them instead of copying them down and possibly messing up

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Read the description before commenting next time!!

  • @upscroll_1
    @upscroll_13 ай бұрын

    i like cheese i dont know

  • @nguyenisadoglover8554
    @nguyenisadoglover85542 ай бұрын

    why it didnt work for me? idk where i did wrong.

  • @insurge3904
    @insurge39042 ай бұрын

    Its broken for me the positions are off.

  • @menalol3454
    @menalol34543 ай бұрын

    I have 2 parts but no spinners, they are both wielded to the humanoidrootpart. What do I do?

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Make sure you copy the center as well and that the Motor6D for the 2 spinners are on the center!

  • @FadedAss4ss1n
    @FadedAss4ss1n2 ай бұрын

    I know you did mention the multiple parts, but I am still confused on how to group them properly. Could I possibly have some help?

  • @_technoghost_
    @_technoghost_2 ай бұрын

    let’s say i have a neat little particle i want to come from the hand, how do i set it to the hand only?

  • @SolGatoMan

    @SolGatoMan

    21 күн бұрын

    you put an attachment in the right/left hand and then if you can do your things from there if you want the entire hand just put in a particle emitter

  • @tobi_edit
    @tobi_edit2 ай бұрын

    I CANNOT DO IT, CAN YOU HELP ME PLEASE?

  • @gespnit
    @gespnit3 ай бұрын

    when i position the aura through script the aura is just off in the distance, how do i fix this and do i HAVE to position it through script?

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    If it's staying away it's because your aura's parts are anchored when they shouldn't be

  • @gespnit

    @gespnit

    3 ай бұрын

    they’re unanchored, btw what i mean is they follow me but are far way@@TommyGamingGamingChannel

  • @gespnit

    @gespnit

    3 ай бұрын

    also is it necessary to use that method or can i keep it like this@@TommyGamingGamingChannel

  • @gespnit

    @gespnit

    3 ай бұрын

    i managed to get it working but 2 of the parts wont pack on my character and disappear from the original rig when i play, is this a known error? and if so, how do i fix it?@@TommyGamingGamingChannel

  • @Aero-_-Tech
    @Aero-_-Tech3 ай бұрын

    How do i make it so i can hold something in the left hand?

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Watch part 3 v2! Motor6D!

  • @BlueGuy1011
    @BlueGuy10113 ай бұрын

    Who is Tommy? For the blind, He is the vision. For the hungry, He is the chef. For the thirsty, He is the water. If Tommy thinks, I agree. If Tommy speaks, I’m listening. If Tommy has one fan, it is me. If Tommy has no fans, I don’t exist.t

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Who's Tommy

  • @BlueGuy1011

    @BlueGuy1011

    3 ай бұрын

    It's you@@TommyGamingGamingChannel

  • @Ablitead

    @Ablitead

    Ай бұрын

    @@TommyGamingGamingChannel tommy xiaomi

  • @thegoldagent6473
    @thegoldagent64732 ай бұрын

    Hi im just wondering at the start what keys do you press?

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    2 ай бұрын

    Unsure which you mean, but the only controls I really use are Ctrl+D, Ctrl+Shift+V to paste under something and Ctrl+1 through 4 to switch between tools

  • @thegoldagent6473

    @thegoldagent6473

    2 ай бұрын

    @@TommyGamingGamingChannel at the start when u group. its because im new to studio

  • @lucasjzmuda8946
    @lucasjzmuda89463 ай бұрын

    when i try to put it on my charecter it doesent work it just makes me the dummy and when i press w a s d theres a dfferent charecter moving not mine

  • @lucasjzmuda8946

    @lucasjzmuda8946

    3 ай бұрын

    i put the script in but im very confused i dont know why its not working i have the aura just not the animation

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    You messed something up big time

  • @Aero-_-Tech
    @Aero-_-Tech3 ай бұрын

    I copied everything one to one but my animation and aura doesnt load i dont get any errors either

  • @mui-monke9537

    @mui-monke9537

    3 ай бұрын

    That’s the exact thing that happens to me I’m not sure what to do

  • @Aero-_-Tech

    @Aero-_-Tech

    3 ай бұрын

    nvm got it to work

  • @kuzeykb

    @kuzeykb

    Ай бұрын

    @@Aero-_-Tech Lmk how u fix it

  • @dradekon
    @dradekonАй бұрын

    i need a simple way to do this my brain is too small

  • @ZombieSler123
    @ZombieSler12319 күн бұрын

    Changing the script to "Client" broke everything. Changing it back fixed it, do you know what could've caused it?

  • @ZombieSler123

    @ZombieSler123

    19 күн бұрын

    Nevermind, my animations are permanently broken

  • @ZombieSler123

    @ZombieSler123

    19 күн бұрын

    Thanks.

  • @equillox7079
    @equillox70793 ай бұрын

    do we need to do the old stuff or nah we can just continue on this one?

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    You don't need the old stuff!

  • @user-ry9hw9gy6i
    @user-ry9hw9gy6i3 ай бұрын

    How do keep a weapon attached to my hand?

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Motor6D, watch my part 3 v2 tutorial

  • @shizu-bz9mi
    @shizu-bz9mi3 ай бұрын

    what should I do if my particle is in the torso?

  • @Adachi69420

    @Adachi69420

    2 ай бұрын

    put in humanoid root part.

  • @ronicut6101
    @ronicut61013 ай бұрын

    pastebin doesnt open

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Issue on your end

  • @Vivid18
    @Vivid184 күн бұрын

    Dude, how about in the "New" video, you retell how to do certain things like play the single idle animation on the player properly instead of making us have to click on your old tutorial, skip to the part where you make it, and then go back to this one. Pretty weird why you would make us do that.

  • @yaboiblade1743
    @yaboiblade17433 ай бұрын

    What if my aura doesnt have any motor6ds

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Then you do the first step without the extra Motor6D parts of the script

  • @yaboiblade1743

    @yaboiblade1743

    3 ай бұрын

    @@TommyGamingGamingChannel do I also move the attachments i added to the torso to GroupingPart or no

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    @@yaboiblade1743 you make a different grouping part for each different body part.

  • @yaboiblade1743

    @yaboiblade1743

    3 ай бұрын

    @@TommyGamingGamingChannel does this work with parts w/ scripts

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    @@yaboiblade1743 depends on the scripts

  • @raffa6072
    @raffa6072Күн бұрын

    my spinner isnt working

  • @raffa6072

    @raffa6072

    Күн бұрын

    nvm i fixed it

  • @Mrcoolhuddy
    @Mrcoolhuddy3 ай бұрын

    Less than 100 likes! lemme fix that rq

  • @xvMyst
    @xvMyst3 ай бұрын

    Im da 555th viewer

  • @gurwacraft6795
    @gurwacraft679510 күн бұрын

    Your tuto not nice it don't work fake

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    10 күн бұрын

    How come it works for everyone else BUT you? You just messed up, go over the video again.

  • @mrcrispybanana7278
    @mrcrispybanana72783 ай бұрын

    @tommygamingugc do i need to watch part 5 for this video

  • @voidplays9613
    @voidplays96133 ай бұрын

    help pls when i play the game my part which is a cross just simply doesnt appear in my character and when i test in rig's it works can you help me pls?

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Check output.

  • @voidplays9613

    @voidplays9613

    3 ай бұрын

    @@TommyGamingGamingChannel thanks but do u know how to put the item on my Animation? Because it doesnt work

  • @onixking00
    @onixking003 ай бұрын

    Im getting this error message "attempt to index nil with 'Name'" any fix on this? 🥲

  • @TommyGamingGamingChannel

    @TommyGamingGamingChannel

    3 ай бұрын

    Where did "name" appear in your script? There's not supposed to be any name property modification in the script

Келесі