How To Make A Projectile Skill In Roblox Studio [TUTORIAL]

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 420

  • @vuukstudios7635
    @vuukstudios7635  11 місяців тому +13

    JOIN OUR ACADEMY HERE: 🌟⬇
    whop.com/vuukstudios-academy/

    • @AtomiccKaiju
      @AtomiccKaiju 4 місяці тому

      Fraud coder, you use module scripts completely wrong so if you have a NPC they can't use this skill, and you use the Touched event.

    • @vuukstudios7635
      @vuukstudios7635  4 місяці тому

      @@AtomiccKaiju This is a free tutorial my guy 😭

    • @AtomiccKaiju
      @AtomiccKaiju 4 місяці тому

      @@vuukstudios7635 I bet you use the second parameter of instance.

    • @Xchara-determation
      @Xchara-determation 2 місяці тому

      @@vuukstudios7635hey question what if I’m trying to connect the skill to a text button instead of e?

    • @Vazlid
      @Vazlid 27 днів тому

      @@AtomiccKaijuwhat is bro on about

  • @MusicMaster320
    @MusicMaster320 8 місяців тому +127

    EVERYBODY WHO CANT MOVE THEIR PROJECTILE, LISTEN UP!!! MAKE SURE YOUR PROJECTILE IS NOT ANCHORED!!! IT TOOK ME 3 DAYS TO REALIZE THAT, AND I DON'T WANT ANYBODY TO HAVE TO GO THROUGH 3 DAYS TO MOVE A DANG OBJECT!
    edit: OMG MOM IM FA~~ jk that joke was never funny

    • @ziolineles
      @ziolineles 8 місяців тому

      what if it just falls through he floor

    • @Default_gg
      @Default_gg 8 місяців тому

      ​@@ziolineleswhere body velocity at

    • @yourmobilegamer1234
      @yourmobilegamer1234 8 місяців тому +3

      My projectile doesnt even spawn

    • @MusicMaster320
      @MusicMaster320 8 місяців тому +1

      @@yourmobilegamer1234 dang

    • @partyhardwithme
      @partyhardwithme 7 місяців тому +2

      You are a hero

  • @OstrichGames
    @OstrichGames 10 місяців тому +15

    As a pretty new dev this was game-changing, thank you, new sub earned

  • @ckay7816
    @ckay7816 8 місяців тому +3

    Thank you, this tutorial was very helpful, this tutorial is a godsend for someone like me trying to learn Roblox Studio!

  • @crimson99-
    @crimson99- 6 місяців тому +3

    If your guys's animations are looping, put animation.Looped = false under animation:Play()

    • @Xchara-determation
      @Xchara-determation 2 місяці тому +1

      But your meant to put game.Debris:AddItem(Animation,2) to destroy the animation after you use it and you change the number depending on how long you want it to loop

  • @KraKenDevYT
    @KraKenDevYT 11 місяців тому +14

    The editing is crazy, just needs a better video quality
    u goin places dude🔥

    • @vuukstudios7635
      @vuukstudios7635  11 місяців тому +3

      4k rn, was rendering for a while so the quality was probably not loaded

  • @_.-Hiashi-._
    @_.-Hiashi-._ 3 місяці тому +2

    first time watching: woah, so hard
    second time watching and studied unknow things: so easy

    • @nathanhaozhong8577
      @nathanhaozhong8577 3 місяці тому +1

      anything you recommand to know those "unknown thing"?

  • @yuthtg9525
    @yuthtg9525 11 місяців тому +5

    In all of my scripting ik how to make movement and advanced skills ect but just not blocking .. its way more complicated than skills itself . So if u reach 5k everyone would appreciate a block tutorial and how to make it compatible with other scripted skills ect ..

    • @vuukstudios7635
      @vuukstudios7635  11 місяців тому +1

      👍

    • @mistergamergo1888
      @mistergamergo1888 8 місяців тому

      yeah please@@vuukstudios7635

    • @FlamezGamesYT
      @FlamezGamesYT Місяць тому +1

      Blocking is pretty simple, just create an IntValue that changes based on an event that fires when you click your key and unclick it

  • @adobeoffical
    @adobeoffical 8 місяців тому +20

    Script:
    local player = game:GetService("Players")
    local RS = game:GetService("ReplicatedStorage")
    local UIS = game:GetService("UserInputService")
    local cooldown = false
    UIS.InputBegan:Connect(function(Input, Chat)
    if Chat then return end
    if Input.KeyCode == Enum.KeyCode then -- Put The KeyCode --
    cooldown = true
    print("Skill IS Throwned")
    RS.ThrowRemote:FireServer()
    local animation = player.LocalPlayer.Character:WaitForChild("Humanoid"):LoadAnimation(script.Animation)
    animation:Play()
    game.Debris:AddItem(animation,2)
    task.wait(7) -- cd
    cooldown = false
    end
    end)
    Script2:
    local RS = game:GetService("ReplicatedStorage")
    RS.ThrowRemote.OnServerEvent:Connect(function(plr)
    print("the server has been changed")
    end)

    • @abloodvessel2750
      @abloodvessel2750 8 місяців тому +1

      I hope god blesses you bro

    • @MustyPaty
      @MustyPaty 4 місяці тому +1

      do you know the misc one?

  • @300kDosio
    @300kDosio 11 місяців тому +7

    this was fr the best skill tutorial i seen so far 😭

  • @LeapInno
    @LeapInno 11 місяців тому +6

    Thanks. Projectiles are used in most games.

  • @braedenwalker6414
    @braedenwalker6414 4 дні тому

    If you need a similar projectile mesh/vfx you can type “vfx” or “particles” into the roblox toolbox

  • @milesmeep9436
    @milesmeep9436 11 місяців тому +6

    this is why i subbed to you bro your helping me out a lot ty 😁

  • @divalhans7125
    @divalhans7125 11 місяців тому +6

    Fire edits dawg we going up fr

  • @execute214
    @execute214 10 місяців тому +2

    the effects almost made me visit a doctor

  • @FlyinC4T
    @FlyinC4T 7 місяців тому +1

    this video is literally slowed + reverb 🔥

  • @kalebrangel8659
    @kalebrangel8659 9 місяців тому +13

    in my ServerSide script, on line 9, an error is happening, the following message appears: ServerScriptService.ServerSide:9: attemp to index nil with 'CFrame'. Does anyone know how I can resolve this?

    • @DeadUser1l
      @DeadUser1l 9 місяців тому

      Hi

    • @DeadUser1l
      @DeadUser1l 9 місяців тому

      Check your lines and look for any error. Could be misstype. If not try to explain how each line of your code works to see how they effect each other, if that don't work try to see what the variable you're identifying as is.

    • @RealSweepy
      @RealSweepy 8 місяців тому +1

      i get the same error too

    • @whywouldu
      @whywouldu 8 місяців тому +6

      @@RealSweepy The slash effect or any effect you used has to be a model with a primary part set so that when the effect is cloned, it is then positioned where the Torso of the Person using that skill is with the primary Part. So make sure to group the Part you put in replicatedStorage and in properties set the primary Part to whatever part of the model you want. I got the same error too but I knew how to fix it🤷, hope that helped!

    • @RealSweepy
      @RealSweepy 8 місяців тому

      @@whywouldu thanks for the tip bro

  • @givenchi8160
    @givenchi8160 4 місяці тому +6

    My projectile isnt coming out. Its doing the animation but not throwing anything...

  • @hcr2615
    @hcr2615 6 місяців тому +2

    thanks man now i can make gojo's maximum output red

  • @ArtinZz
    @ArtinZz 11 місяців тому +4

    Love it! best free skill tutorial so far!

    • @vuukstudios7635
      @vuukstudios7635  11 місяців тому +1

      🙏

    • @Blue-tq3uj
      @Blue-tq3uj 11 місяців тому +2

      its actually a pretty bad tut

    • @Senzoku_44
      @Senzoku_44 11 місяців тому +2

      @@Blue-tq3uj💀

    • @franciscoplay32
      @franciscoplay32 9 місяців тому

      @@Blue-tq3ujshut you're ass. atleast he knows how to script and stuff not like you

    • @parishilpi
      @parishilpi 8 місяців тому +1

      @@Blue-tq3uj its good vuk explains everything well

  • @kye331
    @kye331 4 місяці тому

    Guys if you got a error message in output called "expected ':' not '.'" Make sure its this animation:Play() since the dot isn't a member

  • @Copmi-vq6kz
    @Copmi-vq6kz 8 місяців тому +1

    BRO THIS IS HELPFUL !!! TY FAM

  • @YumeKage夢影
    @YumeKage夢影 11 місяців тому +1

    W tutorial 💯 Man went hard on the video edit damn 🔥

  • @poikasmon2751
    @poikasmon2751 7 місяців тому +1

    god damn the editing upgraded props

  • @Shizik66
    @Shizik66 10 місяців тому +5

    doesn't work
    i get error attempt to index nil with 'CFrame

    • @apollon4993
      @apollon4993 9 місяців тому +1

      press your mesh part and press primary part and put it on the 1st mesh then its gonna fixed

    • @Yulian_gt
      @Yulian_gt 2 місяці тому

      @@apollon4993 now it only throws that part T_T

  • @Marduk2234
    @Marduk2234 8 місяців тому +1

    Not getting any errors, but the projectile is spawning in the center of the map instead of spawning in front of the player

  • @dizrods5609
    @dizrods5609 11 місяців тому +1

    Hey man im fan of you so far you're doing really good and is there a way we can collab for games? I have an idea if you're up for it!

  • @RealmOfZomJ
    @RealmOfZomJ 10 місяців тому +2

    Great vid, tysm

  • @givememerasmus6452
    @givememerasmus6452 8 місяців тому +2

    Why my server side on line 9
    Position is not valid member of CFrame

  • @HyperDev-jy3rb
    @HyperDev-jy3rb 11 місяців тому +1

    Good video bro very good quality

  • @DominiqueCaldwell-wi4em
    @DominiqueCaldwell-wi4em 11 місяців тому +2

    my vfx mesh doesn't work to ur code how do I get my mesh to spawn I grouped it but ur code doesn't work everything worked until the vfx part

  • @TiwiniStraker
    @TiwiniStraker 10 місяців тому +3

    bro everyone is asking why it says "attempt to index nil with CFrame" help us please

    • @whywouldu
      @whywouldu 8 місяців тому

      The slash effect or any effect you used has to be a model with a primary part set so that when the effect is cloned, it is then positioned where the Torso of the Person using that skill is with the primary Part. So make sure to group the Part you put in replicatedStorage and in properties set the primary Part to whatever part of the model you want. Hope that helped!😄

    • @dawakeplotta
      @dawakeplotta 8 місяців тому

      @@whywouldu where is the primary Part?

    • @whywouldu
      @whywouldu 8 місяців тому

      @@dawakeplotta The primary part should be set to the part that you want the damage and serverside stuff to take place. So I would reccomend putting it in the biggest part of the model.

    • @Terukizawa
      @Terukizawa 7 місяців тому

      @@whywouldu but like where can i get the primary part i dont see anything about it :(

  • @martinpohr3171
    @martinpohr3171 8 місяців тому +2

    uhh works but its horizontal. please help. how do i rotate it?

    • @YourFriendlyCheese
      @YourFriendlyCheese 5 місяців тому

      The problem is your model. You need to either find a way to script it to flip sideways, or choose a different model.

  • @wozza2046
    @wozza2046 9 місяців тому

    New sub this is very helpful thanks

  • @Yulian_gt
    @Yulian_gt 2 місяці тому

    m1 is not a valid member off workspace.(the model) also it only throws the part that i set as primary part instead of the whole model
    EDIT: fixed only 1 part coming out by welding everything together but now it spawns from the center of the map instead of from the player

  • @sergeantmonkey1560
    @sergeantmonkey1560 12 днів тому

    Me vibing to the music instead of learning 😭😭😭😭

  • @VidalichipDev
    @VidalichipDev 4 місяці тому

    a tip for yall: its better to use the animator instead of the huamanoid

  • @xvxTheCodingPro
    @xvxTheCodingPro 11 місяців тому +1

    thx, this helped a lot

  • @Jasonbakivids
    @Jasonbakivids 7 місяців тому +1

    Got lost at the part where you’re supposed to press the key for this skill and the scale was not working or will the animation

  • @athamrax3135
    @athamrax3135 9 місяців тому +1

    Pls tell me how to fix if the animation doesnt work,i have followed your step by step,little by little but it just doesnt work,and it doesnt print the thing and keep saying "Throw Expected at 16 (22) (.2)

  • @montagesfromhaex
    @montagesfromhaex 11 місяців тому +3

    Hi, i was developing a game kinda like a pvp game. I was going to add this in my game but then this error appeared:
    ServerScriptService.ServerSide:7: attempt to index nil with 'CFrame'
    this error belongs to this code:
    beam3.PrimaryPart.CFrame = CFrame.new((plr.Character.HumanoidRootPart.CFrame * CFrame.new(0,2,0)).Position, mouseaim)
    if you know the reason, please help me 🙏

    • @Zerobaki770
      @Zerobaki770 11 місяців тому

      beam3.PrimaryPart.CFrame = CFrame.new((plr.Character.HumanoidRootPart.CFrame * CFrame.new(0,2,0).Position, mouseaim)

    • @tap-blue
      @tap-blue 10 місяців тому

      same

    • @guixdyay
      @guixdyay 10 місяців тому

      same

    • @InvertedPianist
      @InvertedPianist 5 місяців тому

      Check these:
      1) Is beam3 a model?
      2) Does beam3 have a primary part attached in properties?
      if your model doesn't have a primary part the go in properties of then model and select the main part of ur model

  • @freezer3815
    @freezer3815 11 місяців тому +1

    can u make a water wave system like the pluto piece one and sell it?

  • @jefagamer769
    @jefagamer769 9 місяців тому

    That was very good but can you remove the background song and also there is echo in your sound it's kinda annoying other than that ur perfect

  • @Goober-nx3fm
    @Goober-nx3fm 5 місяців тому +1

    local player = game:GetService("Players")
    local RS = game:GetService("ReplicatedStorage")
    local UIS = game:GetService("UserInputService")
    local cooldown = false
    Mouse = player:GetMouse()
    UIS.InputBegan:Connect(function(Input,Chat)
    if Chat then return end
    if cooldown then return end
    if Input.KeyCode == Enum.KeyCode.E then
    cooldown = true
    print("SkillThrown")
    local mousepos = Mouse.Hit
    local animation = player.LocalPlayer.Character:WaitForChild("Humanoid"):LoadAnimation(script.Animation)
    animation:Play()
    game.Debris:AddItem(animation,2)
    task.wait(0.5)
    RS.ThrowRemote:FireServer(mousepos,Mouse.Hit.P)

    task.wait(5) --cd
    cooldown = false
    end
    end) thats the throwableskill but it doesn't work

  • @bebra3392
    @bebra3392 6 місяців тому +1

    Multiple screen shakes in the first minute weren't that neccessary

  • @FlyinC4T
    @FlyinC4T 20 днів тому

    3% tutorial
    97% YEAT

  • @stalka6279
    @stalka6279 11 місяців тому +25

    NOBODY BUYING ANY OF YOUR STUFF WHEN IT LOOKS LIKE THIS 🔥

    • @vuukstudios7635
      @vuukstudios7635  11 місяців тому +46

      This is a beginner tutorial aimed for beginners. Not for people looking to make advanced stuff. Instead of talking in the comments fix your channel first. Im pulling more revenue with 4k subs then you are with 150k.

    • @Reflecterr
      @Reflecterr 11 місяців тому

      W @@vuukstudios7635 this guy think hes him cuz he has a video with 760k views on a dead meme lmaoo

    • @divalhans7125
      @divalhans7125 11 місяців тому +2

      Are you trolling?

    • @oogabungabanana
      @oogabungabanana 11 місяців тому +8

      Basic tutorial then people can customize it however they like, man 👍 It's not an advanced showcase like Project Slayers or something.

    • @SkullzOfficial-YT
      @SkullzOfficial-YT 11 місяців тому

      @@vuukstudios7635dont listen to him, this is a solid tutorial, he just a hater

  • @kirb63
    @kirb63 7 місяців тому +1

    my output keeps telling me "ServerScriptService.ServerSide:9: invalid argument #2 (Vector3 expected, got CFrame)" and on my ninth line i did it the exact same way he did. (the error is not letting the wave thingie spawn)

    • @kirb63
      @kirb63 7 місяців тому

      YAWL!!! I FIGURED IT OUT!!! inbetween the 2 CFrames, i put a plus but it should be the asterisk star thing

    • @kirb63
      @kirb63 7 місяців тому

      bro. now its telling me "ServerScriptService.ServerSide:9: attempt to index nil with 'CFrame' - Server - ServerSide:9" THATS WHAT IM SUPPOSED TO DO. CFrame NOT Cframe!!!!!!!!!!!!

    • @kokushibo3728
      @kokushibo3728 6 місяців тому

      I get “ServerScriptService.ServerSide:9: attempt to index nil with ‘CFrame’”

    • @tomdfresh8461
      @tomdfresh8461 4 місяці тому

      ​@@kirb63 did you ever figure it out? having the issue rn

    • @kirb63
      @kirb63 4 місяці тому

      @@tomdfresh8461 no sadly 😭

  • @corrupted2172
    @corrupted2172 10 місяців тому +1

    Why when I pressed Q to the skill key it doesnt print? I had no errors or anything I've been stuck on these for the past hour

  • @xxo-999
    @xxo-999 11 місяців тому +2

    so if I use a different VFX how do I do the script ?

  • @Tabiyoh
    @Tabiyoh Місяць тому

    help in serverside its saying PrimaryPart is not a valid member of Wave and saying hitlocal is not a member of instance

  • @Tikaboyz
    @Tikaboyz 2 місяці тому

    I have the finished product but I want it to disappear after it hits is there any way to do this?

  • @sniperking373
    @sniperking373 7 місяців тому +1

    About 14 minutes in i coded the Server Side and the Wave is not showing up The Error Says: ServerScriptService.ServerSide:9: attempt to index nil with 'CFrame' my line nine is the same as yours at that point in the video which says:
    beam3.PrimaryPart.CFrame = CFrame.new((hrp.CFrame*CFrame.new(0, 2, 0)).Position, mouseaim)
    please help i am so lost

    • @kirb63
      @kirb63 7 місяців тому

      mane i got the same problem 😭

    • @kirb63
      @kirb63 7 місяців тому

      AYE HOMIE, i figured it out. so inbetween the 2 CFrames on line 9 there is supposed to be an asterisk, i put a plus sign and i think u did too :)

    • @sniperking373
      @sniperking373 7 місяців тому

      @@kirb63 i literally wrote out my line of code and i put * but thanks for tryna help

    • @ruster644
      @ruster644 6 місяців тому

      @@sniperking373 you didnt put a primary part

  • @Attikus1
    @Attikus1 Місяць тому

    can you tell me how to add audio the same way u add the animation

  • @Aka3nD
    @Aka3nD 10 місяців тому +1

    how do i make it slowly fade away as it reaches its end point

    • @deranimations642
      @deranimations642 8 місяців тому

      prob tweening
      you can search up a tutorial for that but you could use this as example:
      local Tween = game:GetService("TweenService")
      local Particle = -- your particle here
      Tween:Create(Particle, TweenInfo.new(4, Enum.EasingStyle.Linear), { Transparency = 0}):Play()
      -- hope it helps

  • @Geni_ijo
    @Geni_ijo 10 місяців тому +1

    It works, but my wave is horizonal. Is there any chance of rotating it?

    • @YourFriendlyCheese
      @YourFriendlyCheese 5 місяців тому

      The problem is your model. You need to either find a way to script it to flip sideways, or choose a different model.

  • @Rashey3
    @Rashey3 4 місяці тому +1

    can someone help me i fave an error for HB it says primary part is not valid member of Part

    • @Rashey3
      @Rashey3 4 місяці тому

      i fixed it but my rig doesnt take any damage

  • @giftogen
    @giftogen 5 місяців тому

    How can I make the throwable go towards facing direction instead of mouse position

  • @AdaoraOO
    @AdaoraOO 9 місяців тому +1

    I'm 10 minutes into the video and my script isn't working and it won't play the animation could you please fix it? local player = game.GetService("Players")
    local RS = game:GetService("ReplicatedStorage")
    local UIS = game.GetService("UserInputService")
    local cooldown = false
    UIS.InputBegan:Connect(function(Input,Chat)
    if Chat then return end
    if cooldown then return end
    if Input.KeyCode == Enum.KeyCode.E then
    cooldown = true
    print("SkillThrown")
    RS.ThrowRemote:FireServer()
    local animation = player.LocalPlayer.Character:WaitForChild("Humanoid"):LoadAnimation(script.Animation)
    animation:Play()
    game.Debris:AddItem(animation,2)
    task.wait(5)
    cooldown = false
    end
    end)

    • @INT5_cb
      @INT5_cb 9 місяців тому +1

      maybe because you forgot about
      local player = game:GetService("Players")
      ???

    • @goofyahhhhbubba
      @goofyahhhhbubba 8 місяців тому +1

      Bro lame as heck, put : instead of dots in line 1 and 3.

    • @aldin2091
      @aldin2091 3 місяці тому

      @@INT5_cb why does mine keep saying animation is not a valid member of and then the place where its at

  • @jo_zzy
    @jo_zzy 11 місяців тому +2

    how to convert this into a tool

  • @vNoahlol
    @vNoahlol 5 місяців тому

    A Block tutorial next?

  • @TrixerR
    @TrixerR 11 місяців тому

    Thx for teaching

  • @z1ngetsuu
    @z1ngetsuu 8 місяців тому

    BRO I SWEAR I PLAYED PLS DONATE WITH YOU HAD LIKE A GREEN FIT, and the name was vuuk. Maybe im tweaking tho

  • @kartofandefault2093
    @kartofandefault2093 6 місяців тому

    "Calling operator "bpy.ops.import_scene.obj" error, could not be found" during import in blender

  • @alarianislam
    @alarianislam 8 місяців тому

    i tried with a mesh and dosent work please help, it dosent show the part i chose.

  • @StarkillerGM
    @StarkillerGM 6 місяців тому

    It says “ invalid argument #2 to ‘new’ (Vector3 expected, got nil)

  • @Booper_27yaya
    @Booper_27yaya Місяць тому

    hello! i am currently trying to help my friend with coding a game, its a killstreak slap battle game. and im trying to make like a orb ability for my friends game, could you potentially make a video on how to like, make the orb ability, the gui for it and like the working mechanisim when you press the button(for mobile)/key(for pc). Just wondering!

    • @Booper_27yaya
      @Booper_27yaya Місяць тому

      i have copied the code and it keeps saying "ServerScriptService.ServerSide:9: attempt to index nil with 'CFrame'"
      can anyone help with this

  • @HoangLam-h3k
    @HoangLam-h3k 8 місяців тому

    I'm not good at English so I'm wondering if when I register for the course, can you chat in English instead of calling?

  • @birocasebinho1144
    @birocasebinho1144 6 місяців тому

    my projectile keeps spining and going in one direction help

  • @MusicMaster320
    @MusicMaster320 9 місяців тому

    Bro at the very beginning I wrote the whole script until 4:15 when I realized I wrote it all in ServerSide 😆

  • @Sokano.
    @Sokano. 4 місяці тому

    I cant put the animation ID in. I dont have the Properties - Animation "Animation".

  • @lostjasonn
    @lostjasonn 7 місяців тому

    Hi ive gotten up to around 10:41 and whenever i finish it says theres an error in line 13 saying that animation is not valid

  • @DukeTerraria
    @DukeTerraria 7 місяців тому

    I spent 40 mins on this tutorial and analysing it just for nothing to work 😭😭

  • @tsugikunitanjiro
    @tsugikunitanjiro 15 днів тому

    I can only do animation my mesh not coming out why??

  • @S0D4C4N3-t4r
    @S0D4C4N3-t4r 9 місяців тому

    its not working for when i try to play the animation when skill used

  • @Zlickks
    @Zlickks 8 місяців тому

    Idk why but when I try only the animation is playing

  • @chris-pp7up
    @chris-pp7up 6 місяців тому

    throw remote is not valid i also put caps but it doesn't listen

  • @svrarperezhuncal6382
    @svrarperezhuncal6382 7 місяців тому

    while doing the animation step i couldnt move the head or torso and i havent found anything that could fix it, if anyone knows a solution please tell me

  • @RoarArda
    @RoarArda 3 місяці тому

    bro ı dıd everythıng same but when ı press e ıt dont move

    • @Dragon73-rw3wx
      @Dragon73-rw3wx 3 місяці тому

      I think the part you are using is anchored

    • @Xchara-determation
      @Xchara-determation 2 місяці тому

      @@Dragon73-rw3wxmine isn’t anchored but it still says in the same spot and it spawns from the right of me

  • @Escapist_Yaps
    @Escapist_Yaps 9 місяців тому

    I was following the steps correctly for my game, but it says that mouseaim is invalid line of code, how do i fix that?

    • @Escapist_Yaps
      @Escapist_Yaps 9 місяців тому

      nvm but the clone of the boulder for my game isn't working

  • @unknownmysterious9918
    @unknownmysterious9918 6 місяців тому

    You explain so fast, can't even understand unless being replayed in a slower speed.

    • @igor3308
      @igor3308 6 місяців тому

      Skill issue

  • @Legend_of_Lukey
    @Legend_of_Lukey 10 місяців тому

    Lil bro hates on his viewers like that’s wild 😳😳😳😳😳😳😳

  • @KuroLunaaa
    @KuroLunaaa 10 місяців тому

    how can i do a model like you did i tried everysthing but it just wont work

  • @DocFishzy
    @DocFishzy 7 місяців тому

    Since im still a beginner, i still dont know how do you Fix the inf Yield possible thing and the animation failed to load😭

  • @dead5065
    @dead5065 8 місяців тому

    Is the R6 icannt move the torso end the head for some reason everything else is fine any solution i whant the r6 not r15

  • @yasser_gg2276
    @yasser_gg2276 7 місяців тому

    this is free style rap not a tutorial 😭🤣 JK its great tut keep going bro

  • @LOUGISME
    @LOUGISME 7 місяців тому

    attempt to index nil with 'CFrame' , why im having this error?

  • @HoangLong149
    @HoangLong149 23 дні тому

    My PC run window and I can't run the code.

  • @UsernameaBad
    @UsernameaBad 6 місяців тому

    Man, I did this with a tool and 36 lines of code, making this way too complicated

  • @BLX_44
    @BLX_44 7 місяців тому

    need a bit of help on this one. The output bar that shows when he did what isnt showing, any any way to fix this?

    • @Elgis2
      @Elgis2 4 місяці тому

      yeah click view and find the output bar button

    • @Elgis2
      @Elgis2 4 місяці тому

      Yw

  • @tedouritheo
    @tedouritheo 9 місяців тому

    I've been trying for 2 days to make this script only work when it's in a tool and I can't do it, who has a solution because I'm desperate

  • @InvertedPianist
    @InvertedPianist 5 місяців тому

    soooo its telling me that m1 is not a valid member of beam3, how do i fix that? code:
    local part5 = beam3.m1
    local part6 = beam3.m2
    error msg:
    m1 is not a valid member of Model "workspace.Model"

    • @muister325
      @muister325 4 місяці тому

      bc it ISNT a valid member of it

  • @Senzo_X
    @Senzo_X 8 місяців тому +1

    Is there any way i can talk to you on discord i juat found this channel and i need your help

  • @jixx7936
    @jixx7936 4 місяці тому

    my projectile is facing the wrong way can i get some help?

    • @Xchara-determation
      @Xchara-determation 2 місяці тому

      So go onto model change rotate to 90 to make it easier to move it then use rotate to change it’s direction

  • @ImNot_Minoru
    @ImNot_Minoru 7 місяців тому

    may i ask something?
    what script is in the "Misc" module script?

  • @sparksedits3659
    @sparksedits3659 7 місяців тому

    aaaaa help when i press the skill it wont play again it only plays oncee

  • @vicenchilo23
    @vicenchilo23 9 місяців тому

    Bro the attack doesn't spawn how can i fix

  • @mejoress_r.o1589
    @mejoress_r.o1589 8 місяців тому

    It does not work. And the Background song gives me a Headache.

  • @YELLOW_EVILOOF
    @YELLOW_EVILOOF 11 місяців тому

    What am i supposed to do when it says that ThrowRemote isnt valid member of ReplicatedStorage

    • @pexoz5040
      @pexoz5040 11 місяців тому

      put throw remote under replicated storage or make sure that its named exactly ThrowRemote with the capitals?

  • @alzsioner1749
    @alzsioner1749 10 місяців тому +1

    how do i make it a tool instead of a keybind?