How to make a Simple Explosion Attack in Roblox Studio [Tutorial]

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

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

  • @AHeartBrokenGuy
    @AHeartBrokenGuy ปีที่แล้ว +20

    I found this channel several months ago and I was like "Man, I wish he made a tutorial on all this stuff." Low and behold, you did shortly after I moved on from Roblox animating.
    Following this tutorial is actually so simple and educational. 10/10.

  • @JamesDavis-c9s
    @JamesDavis-c9s ปีที่แล้ว +6

    Amazing Video! Usually when I watch a tutorial I get confused but you explained everything very well!

  • @TheAnnoyingOnes
    @TheAnnoyingOnes ปีที่แล้ว +2

    This was incredibly well done and not a detail was missed, great job!

  • @vrfrenzy8451
    @vrfrenzy8451 ปีที่แล้ว +2

    I've been trying to learn roblox development for 6 years and have about a months progress, you're doing amazing

  • @timotheedadoun7182
    @timotheedadoun7182 ปีที่แล้ว +32

    I really like the fact that you can't see behind the explosion effects. It overall looks better than REALLY transparent ones

  • @BannyTheMan
    @BannyTheMan ปีที่แล้ว +4

    No way he actually listens to his viewers but doesn't nerf the game bosses,amaaaazing!!!

  • @Lolzapf
    @Lolzapf ปีที่แล้ว +15

    "Hippity Hoppity, your code is now my property."

    • @nikitarass
      @nikitarass ปีที่แล้ว

      Apple sauce has not been delivered yet

    • @wrizzy-v2b
      @wrizzy-v2b 5 หลายเดือนก่อน

      dani

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

    this was by far one of the few tutorials I have really understood tyy:DD

  • @Rkyiel
    @Rkyiel ปีที่แล้ว +3

    You're a very good content creator, you explain everything very well! ayos!

  • @FizzerVR
    @FizzerVR ปีที่แล้ว +2

    You are the best person ever thank you bro. (A year and a half later and now I'm about the same skill level as you.)

  • @jackweber3660
    @jackweber3660 ปีที่แล้ว

    thank you so much bro, your vids really inspire me to wanna learn developing. not to mention ive tried countless tutorials but they all end up failing and i learn almost nothing from them, but your tutorials are very easy to follow and dont focus as much on scripting. please keep making developing videos, ive never enjoyed making stuff on roblox studio more than when i follow your vids.

  • @friedsoup4609
    @friedsoup4609 ปีที่แล้ว +1

    Words cannot describe how this video helped me by a ton. Keep it up!!

  • @nahimnahuelquen2137
    @nahimnahuelquen2137 ปีที่แล้ว +1

    Wow one of the best tutorials I have ever seen. Amazing work bro, thanks for the video, god bless:)

  • @ExtnBerd
    @ExtnBerd ปีที่แล้ว +5

    "Now as you can see it looks garbage"
    Too relatable

  • @gaminghaha111
    @gaminghaha111 9 หลายเดือนก่อน +4

    this guy explains everything like a teacher lol

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

      fr

  • @icallchoco
    @icallchoco ปีที่แล้ว +1

    i love how you talk !! you talk nicely

  • @Aspk3r
    @Aspk3r 8 หลายเดือนก่อน +14

    For some reason it didn't work and said it had a problem with "RootPart", so I fixed that part.
    This is the new one:
    local ReplicatedStorage = game:WaitForChild("ReplicatedStorage")
    local Remote = script.Parent
    Remote.OnServerEvent:Connect(function(player, skill)
    local character = player.Character
    local RootPart = character:WaitForChild("HumanoidRootPart")
    local TweenService = game:GetService("TweenService")

    if skill == "Explode" then
    local track = Instance.new("Animation")
    track.AnimationId = "rbxassetid:"
    local anim = character.Humanoid:LoadAnimation(track)
    anim:Play()
    end
    end)

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

      your just a life saver. thats it
      W you

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

      thanks man thats why my animation wont work

  • @Mug_Editz
    @Mug_Editz 5 หลายเดือนก่อน +1

    BRO DROPPED A BANGER TUTORIAL

  • @Terra_armyking
    @Terra_armyking ปีที่แล้ว +5

    hey for the wait(), i reccomend replacing it by using it in the character variable like
    local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
    this is a much better way to actually wait for the player to load.
    anyways nice video!

  • @Spooky90097
    @Spooky90097 ปีที่แล้ว +7

    Hey y’all another way to hitbox is to do get parts in bounds aswell as region3. They are lag free option for hit boxes and are worth learning how to do! Very good for area attacks and for hitboxing in general.

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว

      Hehe .Touched go brrrrrre

    • @Spooky90097
      @Spooky90097 ปีที่แล้ว

      @@NinJaredXD I crashed my game by making a multi hit with touched event lmao. Maybe I did not do it right but region3 is definitely the way to go for multi hits.

    • @bigmanpeter
      @bigmanpeter ปีที่แล้ว

      GetPartsInPart :troll:

    • @windowswastaken
      @windowswastaken ปีที่แล้ว

      shapecasts are better

    • @welrdo1234
      @welrdo1234 ปีที่แล้ว

      @@NinJaredXD how would you do a hitbox?

  • @RandomDev00
    @RandomDev00 ปีที่แล้ว +2

    i finally found someone that didnt use animation event, MY BASIC ANIMATION IS BROKEN

    • @Spooky90097
      @Spooky90097 ปีที่แล้ว

      Isn’t that a bad thing.

    • @RandomDev00
      @RandomDev00 ปีที่แล้ว

      @@Spooky90097 it got fixed

  • @Falunyx
    @Falunyx ปีที่แล้ว +6

    instead of individually script multiple particles,
    just do for i, v in pairs() since it loops through the parts and search for a specific part without scripting them manually

    • @Astrolightation
      @Astrolightation ปีที่แล้ว +1

      This would be useful, incase if your model have lot of part or particles.

  • @gabrielbalang5694
    @gabrielbalang5694 ปีที่แล้ว +2

    u really included so much in a single video. appreciate it a lot.

  • @MXPIECE
    @MXPIECE ปีที่แล้ว +1

    i got an error when testing it 05:13 it said "Keycode is not a valid member of InputObject "InputObject". someone PLEASE help

    • @gejwchsoqvwn4022
      @gejwchsoqvwn4022 ปีที่แล้ว

      Capitalize the C in KeyCode and it should work!

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

    Let me explain those Velocity orientations a little better...
    - VelocityParallel is based on its direction and could be used as a sword slash effect. This orientation can be annoying to use sometimes...
    - VelocityPerpendicular will face towards where it's heading, this is what you should use if you want to make particles appear on the ground with direction being Top and having 0.01~ speed.
    And then for the rotation there, -360, 360 is the same as -180, 180.

  • @terrytheshark5308
    @terrytheshark5308 ปีที่แล้ว

    Bello, you probably won’t see this but I found your game randomly, and I think it’s cool

  • @Butterer2
    @Butterer2 ปีที่แล้ว +1

    I’m taking this video as professional advice.

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว +2

      Now have fun professionally being a failure because of me

  • @dough-piece
    @dough-piece ปีที่แล้ว +10

    if you want, you could make a part 2 for the hitbox and multi/single hit part of the server script, along with visible cooldown indicator cuz i think some people need a full introduction to movesets, since there is barely anyone else on youtube doing that as of right now. you could use touched or magnitude they are both good as a a start

    • @Spooky90097
      @Spooky90097 ปีที่แล้ว

      Maybe you are not looking.

    • @thelatye
      @thelatye ปีที่แล้ว

      yea pls

    • @certifedkj
      @certifedkj ปีที่แล้ว

      @@Spooky90097 ?

    • @InfernoTheDonut
      @InfernoTheDonut ปีที่แล้ว

      YES PLS BUT CAN BE EQUIPPED AS GEAR SO MOBILE PLAYERS CAN PLAY

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

    Bro is not working the error is the Debris i dont know what Debris mean but is not in the studio script, maybe because roblox studio update they remove the word Debris and they change the word to something else can you help me please.

  • @baconplaysbloxfruits267
    @baconplaysbloxfruits267 ปีที่แล้ว

    thanks im almost learning now how to make a skill because of u and if i learned it i can make my game now

  • @StylishBanditSlayerS
    @StylishBanditSlayerS ปีที่แล้ว +1

    Tysm its really usefull for me

  • @MobilePortingz
    @MobilePortingz 4 หลายเดือนก่อน +1

    Lol ik im late but ur local script has a end error. Add another end

  • @pulograine
    @pulograine ปีที่แล้ว

    BROOO TYSM YOU JUST SAVED MY LIFE

  • @cv081
    @cv081 ปีที่แล้ว +4

    --So, I do know how code and I added damage but how do I make it not damage the caster?
    --code:
    local canHit = true
    script.Parent.Parent.ExplosionFX.Touched:Connect(function(hit)
    if hit.Parent:FindFirstChild("Humanoid") then
    local player = game.Players:GetPlayerFromCharacter(hit.Parent)
    if canHit then
    canHit = false
    hit.Parent.Humanoid.Health -= 30
    end
    end
    end)

    • @General_Fareeq
      @General_Fareeq ปีที่แล้ว

      You could make the explosion hit in front of the caster

    • @Cuberg
      @Cuberg ปีที่แล้ว

      Don't use -= 30 use Humanoid:TakeDamage(30)

    • @Cuberg
      @Cuberg ปีที่แล้ว

      Also before the getplayerfrom character add this
      if hit.Parent == Character then return end

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

      @@Cuberg where should i put that?
      before isnt specific enough for me

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

      @@Cuberg If people dont know what this meant "if hit.Parent == Character then return end"
      "If hit enemy is equal to a character stop the function below of it."

  • @ayazcakmak4985
    @ayazcakmak4985 ปีที่แล้ว

    tysm you for the video, helped me alot.

  • @UNsupported725
    @UNsupported725 ปีที่แล้ว +2

    can you make a part 2 for damage please it would really help

  • @drawingagarpaperpro6358
    @drawingagarpaperpro6358 ปีที่แล้ว +1

    HELP SOMEONE PLEASE!? IM GETTING THIS ERROR "FX is not a valid member of Workspace "Workspace"" HELP?! IM AROUND THIS TIME IN THE VIDEO 11:30
    HELP ME OUT I BEG OF YOU, THE ANIMATION PLAYS BUT THE SFX DONT.

    • @greengamer1665
      @greengamer1665 ปีที่แล้ว

      U need to make a folder named FX or if u don't have it in a folder FX is the name of the folder he used to store the particles in if i remember correctly so u can rename the folder to FX and it should work. also remember to have it in workspace

  • @drawingagarpaperpro6358
    @drawingagarpaperpro6358 ปีที่แล้ว +1

    HELP SOMEONE PLEASE!? IM GETTING THIS ERROR "FX is not a valid member of Workspace "Workspace"" HELP?! IM AROUND THIS TIME IN THE VIDEO 11:30
    HELP ME OUT I BEG OF YOU, THE ANIMATION PLAYS BUT THE SFX DONT. IT POINTS TO LINE 18 FOR ME, WHICH SAYS THIS "Effect.Parent = workspace.FX"

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว

      You don't have a folder in workspace named "FX".
      All you need to do is add a folder named "FX" inside workspace

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

    the first couple of times the particles spawns where they supposed to but sometimes they randomly switch location

  • @chavesu
    @chavesu 7 หลายเดือนก่อน +1

    alright so one question for the "local key = "" " does it work with a mouse's left click

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

      replace "if KeyPressed == Enum.KeyCode[Key]" with "if KeyPressed == Enum.UserInputType.MouseButton1"

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

      @@gopark123 tysm

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

    nice bro good tutorial

  • @qradio5668
    @qradio5668 ปีที่แล้ว

    Really learned a lot of this video thanks

  • @Unde2244
    @Unde2244 ปีที่แล้ว +2

    2:16 it a marker for me to remember

  • @PLRSave
    @PLRSave ปีที่แล้ว

    It took 14:55 Minutes, Just for A Signal One attack. Awesome, Now i fear to make 6 attacks at 10 hours now.

  • @InfernoTheDonut
    @InfernoTheDonut ปีที่แล้ว +1

    Bro there was another tutorial which was like how to make a skill updated but it didn’t work. Can you make a better one than his. So basically just make a skill exactly like this but can do damage and be equipped as a gear and click so u can use on mobile. Please bro I really need this tutorial since I’m planning on making a battlegrounds game and if possible make a character selection tutorial. PLS BRO I NEED THIS TUTORIAL VERY BADLY AND I ENJOY WATCHING YOUR VIDS AND ITS SO FUN MAKING YOUR OWN ABILITIES AND EVERYTHING SO PLS HELP ME.

  • @drawingagarpaperpro6358
    @drawingagarpaperpro6358 ปีที่แล้ว +1

    HELP SOMEONE PLEASE!? IM GETTING THIS ERROR "FX is not a valid member of Workspace "Workspace"" HELP?! IM AROUND THIS TIME IN THE VIDEO 11:30
    HELP ME OUT I BEG OF YOU

    • @cv081
      @cv081 ปีที่แล้ว

      did you put the folder in workspace? or did you make one? check the name and capitals

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว

      Yes, there should be a folder in workspace named "FX"

  • @MeBlackSharky
    @MeBlackSharky ปีที่แล้ว

    Very nice explosion
    Epic

  • @iscasodamazo5514
    @iscasodamazo5514 ปีที่แล้ว +1

    poderia tentar fazer a bomba do Netero?

  • @drawingagarpaperpro6358
    @drawingagarpaperpro6358 ปีที่แล้ว +1

    HELP SOMEONE PLEASE!? IM GETTING THIS ERROR "FX is not a valid member of Workspace "Workspace"" HELP?! IM AROUND THIS TIME IN THE VIDEO 11:30

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

      Add a folder in workspace called FX

  • @fancyisafancyname
    @fancyisafancyname ปีที่แล้ว

    this vid helped me a lot but isnt there a way to keep the effects u added in the animation instead of adding them in scripting?

  • @Dark_Hunter-xo1op
    @Dark_Hunter-xo1op 10 หลายเดือนก่อน +1

    It says it’s not a valid member of local script

  • @cyberious5822
    @cyberious5822 ปีที่แล้ว +1

    Just asking a question but do you plan on making any ABA contents cause I would love to see that

  • @JustSKUDUMPY
    @JustSKUDUMPY ปีที่แล้ว

    I love this dude man.

  • @jonathanramirez6303
    @jonathanramirez6303 6 หลายเดือนก่อน +1

    is there a way to make it like this but for a weapon like a wand?

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

      Insert the scripts into whichever tool what you want. Then copy the code from the scripts you're editing, delete it and type: script.Parent.Equipped:Connect(function)

  • @Chick3nvr
    @Chick3nvr ปีที่แล้ว +1

    local KeyPressed = Input.Keycode Keycode is not a valid member of InputObject "InputObject" Help pls

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว

      Should be "KeyCode"
      Capital "C"

    • @Chick3nvr
      @Chick3nvr ปีที่แล้ว

      ty

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

    how would u make the effect appear where your mouse is pointing? I'm making a battlegrounds game and I'm making a ranged explosion attack for a skill

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

      You'll need to get the player's mouse by using :GetMouse() iirc
      Then make either make a BodyVelocity or a tween that sets the effect's Position to the Mouse's Position

  • @VSurge
    @VSurge ปีที่แล้ว

    you can also make a super saiyan script just by changing the fx and duration

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

    thats the best tutorial i ever seen thank you but how can i change the size of this?

  • @realmadduck2464
    @realmadduck2464 ปีที่แล้ว

    i will take this video as professional advice

  • @TheBlueWasabi
    @TheBlueWasabi ปีที่แล้ว +1

    Hello! Sorry i'm late watching this right now, since i'm learning right now, but if you don't mind, how do you make your own particle effects? In case someone gets creative :D thanks!

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว

      I draw them on Ibis Paint, export the image -> transfer it into my laptop -> Open roblox website -> Create -> Upload decal -> Open Roblox studio and add a ParticleEmitter -> paste the decal's asset ID -> modify the particles properties.
      This is a summary of how I usually do it

    • @TheBlueWasabi
      @TheBlueWasabi ปีที่แล้ว

      @@NinJaredXD ooh i see, and also do you only specifically use that canvas to draw particles? and not gonna lie, how do you make your brushes get those tipped edges in the ends of the line? i cant seem to get that in krita or photoshop D: also wow didnt expect u to respond that fast :D

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว

      @@TheBlueWasabi Yeah, I always use the same 1x1 canvas, and also to get the line edges theres an option called force fade, basically makes your brushes sharper

    • @TheBlueWasabi
      @TheBlueWasabi ปีที่แล้ว

      @@NinJaredXD ahh i see, and also the force fade makes the 2 edges of my line have a sharp tip?

  • @AKARealStudio
    @AKARealStudio ปีที่แล้ว +1

    Pls can you make to particle Killing other peoples?
    Pls

  • @RksBW
    @RksBW ปีที่แล้ว

    Ty for the tutorial super greatful

  • @Terra_armyking
    @Terra_armyking ปีที่แล้ว

    also one more thing, setting the cframe of any part, also sets its orientation to be the same as the other part

  • @certifedkj
    @certifedkj ปีที่แล้ว +2

    How can I make hitboxes and make it do damage?

  • @MoMoRos_Mos
    @MoMoRos_Mos ปีที่แล้ว

    i very like you i begin to learn evetything by you, you are favorite people like my teacher i need to make evrything like you do you have class or another way i need a lot of knowledge from you. So i like all your video its make me try to be a game developer #sorry if my english is bad. lol

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว +1

      Most of my knowledge are from devforums, I recommend reading some

    • @MoMoRos_Mos
      @MoMoRos_Mos ปีที่แล้ว

      @@NinJaredXD Oh thx , i will read

  • @Seraphic-Guitar
    @Seraphic-Guitar ปีที่แล้ว

    best tutorial i've seen and i was wondering if you would be able to do more

  • @Nomoki
    @Nomoki ปีที่แล้ว

    Thanks so much now I can make bomb fruit

  • @Kazamania
    @Kazamania ปีที่แล้ว +1

    Hey jared, I wanted to make a game where you equip elements and a fighting style but i dont know how to make all the abilities and the scripts.

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว

      I recommend reading devforums, it helped me a lot

  • @evil5766
    @evil5766 ปีที่แล้ว

    Amazing, can you make another tutorial on how to make it work when clicked a gui button? Like in your games they are awesome and this helped a lot, please think about making gui button activation tutorial no one else makes a tutorial on it (not I seen) it would help so much 😊

  • @JesperIThink
    @JesperIThink ปีที่แล้ว

    Can you make so when the attack hit somebody, it will take damage or instantly kill someone.

  • @bacongroup10
    @bacongroup10 ปีที่แล้ว

    BRO IM GETTING ANNOYED IN THE OUTPUT BECAUSE ALWAYS AN ERROR WHEN I PRESS E BC THATS THE KEY OF THE SKILL

  • @Itz_Michi
    @Itz_Michi ปีที่แล้ว +4

    How to make it do dmg though ?

    • @Zaha_Y
      @Zaha_Y ปีที่แล้ว

      That's the easiest part

    • @Itz_Michi
      @Itz_Michi ปีที่แล้ว

      @@Zaha_Y meh didn't seem easy to me , tell me how to do it

  • @Vertex-FreeFlight
    @Vertex-FreeFlight ปีที่แล้ว +2

    Does not work for some reason. I think that it is berceuse I am using a r6 player rig
    Local Script:
    wait(3)
    local UserInputService = game.GetService("UserInsertService")
    local Player = game.Players.LocalPlayer
    local Character = Player.Character
    local Remote = script.Remote
    local Key = "Z"
    local Cooldown = true
    UserInputService.InputBegan:Connect(function(Input, IsTyping)
    if IsTyping then return end
    local KeyPressed = Input.KeyCode
    if KeyPressed == Enum.KeyCode[Key] and Character and Cooldown == true then
    Cooldown = false

    Remote:FireServer("Explode")

    wait(14)

    Cooldown = true

    end
    end)
    Script:
    local ReplicatedStorge = game:WaitForChild("ReplicatedStorage")
    local Remote = script.Parent
    Remote.OnServerEvent:Connect(function(player, Skill)
    local Character = player.Character
    local RootPart = Character.HumanoidRootPart
    local TweenServicve = game:GetService("TweenService")

    if Skill == "Explode" then
    local Track = Instance.new("Animation")
    Track.AnimationId = "rbxassetid://15277071925"
    local Anim = Character.Humanoid:LoadAnimation(Track)
    Anim:Play()

    local Effect = ReplicatedStorge.Effects.ExplosionFX:Clone()
    Effect.CFrame = RootPart.CFrame
    Effect.Orientation = RootPart.Orientation
    Effect.Parent = workspace.FX
    game.Debris:AddItem(Effect,0.5)

    wait(0.4)
    Effect.A.P1:Emit(20)
    Effect.P2:Emit(30)
    wait(0.2)

    Effect.A.P3:Emit(20)
    Effect.A.P4:Emit(10)
    end
    end)

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว

      Can you open the Output Tab and check what error it says

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว

      Can you open the Output Tab and check what error it says

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

    how would i make the move proc in front of me and not on me?

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

    Doubt youll respond, But why in my animator does it only allow me to animate Core body parts, i dont have 2 parts on each arm or leg just the entire leg.

  • @evil5766
    @evil5766 ปีที่แล้ว

    :O amazing, question are you able to make a tutorial that you can use this but as a tool so it’s mobile friendly and also tutorial on it doing damage? We would all appreciate it, we still appreciate this :D

  • @XER0FANG
    @XER0FANG ปีที่แล้ว

    For the last bit instead of me going forward how would i make the part instead go forward for example a projectile for which i press E the ability goes foward (for the time period set) and hurts anyone that crosses its path
    for example Hollow Purple, Arrow Art, etc

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว +1

      Parent the body velocity to the effect instead of the character or use TweenService (it's a helpful feature to learn about)

    • @XER0FANG
      @XER0FANG ปีที่แล้ว

      thank you, im starting to learn how to script n stuff!@@NinJaredXD

  • @akajsfgakjfkaja
    @akajsfgakjfkaja ปีที่แล้ว +2

    This got me into scripting

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

    helps a LOT thanks

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

    What if i can't do animations i tried for and hour now i can do everything else but tha

  • @guest_32-b1s
    @guest_32-b1s 11 หลายเดือนก่อน

    could u teach how to make a lvl system when using alien on tha?

  • @Insomniac_Off.
    @Insomniac_Off. 7 หลายเดือนก่อน

    The most simple one. Ty

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

      Wdym it doesn't even work

    • @Insomniac_Off.
      @Insomniac_Off. 7 หลายเดือนก่อน

      @@PakistaniTommyRobinson Check your script you might have to make some small changes. I didnt realize i had to for a few mins after the cvideo

  • @Daggerblox
    @Daggerblox ปีที่แล้ว

    hey can we use a sword for the animation btw i use moon animator

  • @ToastCheesie
    @ToastCheesie ปีที่แล้ว +2

    Hey NinJared im having problems with the fifth line in the LocalScript, the error comes back as “RemoteEvent is not a valid member of LocalScript”
    Im not very skilled at all with coding and im not sure what the solution is, hopefully you read this and could explain how to resolve the issue :)

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว +1

      Maybe you didn't put the RemoteEvent in the correct place

    • @ToastCheesie
      @ToastCheesie ปีที่แล้ว

      @@NinJaredXD I compared your code and what i wrote and i dont see any differences tho, could there be another reason?

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว

      @@ToastCheesie the error may not be in the script, but its how you named/placed your itemr (Remotes, Local Scripts, etc)

    • @ToastCheesie
      @ToastCheesie ปีที่แล้ว

      @@NinJaredXD Just to confirm, The order of items should be: StarterPack, LocalScript, Remote, Script?

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

      @@ToastCheesie no it should be starterpack,localscript,script,remote

  • @just_a_chill_reader
    @just_a_chill_reader ปีที่แล้ว

    u awesome dude : D this helped

  • @w0omer
    @w0omer ปีที่แล้ว

    also how would you connect a particle to your hand? also how do you make the particles keep spawning for longer

  • @ngtiongliang5447
    @ngtiongliang5447 ปีที่แล้ว

    Well Thx for the tutorial but there is a question,I followed what exacally you do but it just show that the RemoteEvent is not belong inside the starter pack.What did i need to do(sry for bad english)

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว

      The RemoteEvent should be inside a folder in StarterPack

  • @att1cus8
    @att1cus8 ปีที่แล้ว

    How do I make it deal damage? Please make a video on it pelase

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

    Note R6 animations dont run on a R15 :D

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

    when i try to use the attack the particle stays for like 0.5 seconds but the scrit i put game.Debris:AddItem(Effect, 4) so it plays for 4 seconds and when i try to increase the number it still stays for 0.5 seconds help me pls

  • @Alsoshlibbles
    @Alsoshlibbles ปีที่แล้ว

    I dunno if it is just me but when I go to publish and try to do it just does not show the save option

  • @enviedminer6084
    @enviedminer6084 ปีที่แล้ว

    i need help my animation and effects only play once do you know a way to fix this
    edit: also how do i make a second ability in the game

  • @ducNguyen-pw1fv
    @ducNguyen-pw1fv ปีที่แล้ว +1

    Bro can i use touched function to deal damage like the vfx part

    • @NinJaredXD
      @NinJaredXD  ปีที่แล้ว +1

      Yes, I also use Touched

    • @SkylineStudiosHQ
      @SkylineStudiosHQ ปีที่แล้ว

      @@NinJaredXD How to do that tho

  • @xD3mon03
    @xD3mon03 ปีที่แล้ว

    can u please make an updated version of it because i followed all steps but didnt get the same particles (abit different) and when i did the explosion ability its also a bit more above me instead of staying in the ground

    • @Daggerblox
      @Daggerblox ปีที่แล้ว

      nooob

    • @xD3mon03
      @xD3mon03 ปีที่แล้ว

      atleast i got a father

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

    im back one more question how to put it on tools?

  • @Japan213
    @Japan213 ปีที่แล้ว +1

    @NinJaredXD im rlly new to scripting it took me ages to script this and it didnt work so i wentn chat gpt and pasted in a new one witch ment i deleted that one and none of them worked

  • @Blenzyy
    @Blenzyy ปีที่แล้ว

    uhm question how do you make the buttons for mobile cuz my friend is mobile and hes mad he cant play XD

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

    How do i make it so the particles keep following the player? i made it so the player can move

  • @RWQFSFASXC-oh8lb
    @RWQFSFASXC-oh8lb 7 หลายเดือนก่อน

    For me it says something about "Stack End" after line 5 of my localscript, and it just doesnt play the animation. Is there a reason why? please help me

  • @JordantheNinja
    @JordantheNinja ปีที่แล้ว

    How to make it to where you have to press a gui button before being able to do a move?