How To Make an M1 System | Roblox Studio

  Рет қаралды 50,262

Ludius

Ludius

Күн бұрын

Пікірлер: 432
@TeleVision-ho3cy
@TeleVision-ho3cy 2 ай бұрын
LOVE IT! Theres barely any tutorials that explains each line of codes, and actually helps you understands instead of making it boring, its more fun since in your eyes its not just a bunch of words together its an actually system that works together to make it work
@rettekram
@rettekram Ай бұрын
Thanks for putting this together! My son created the animations and we worked together to add these scripts to his game.
@Sub2Neo5380
@Sub2Neo5380 10 күн бұрын
nice! it's good to know that he is on the path of millionare players, such as Muneeb, that started a kid, whats the ID of the game? i wanna check it out! or it's still in development?
@Sub2Neo5380
@Sub2Neo5380 10 күн бұрын
i love how ludius is always explaning step by step and each, keep doing this bro 🔥🔥❤❤
@shiesty4343
@shiesty4343 3 ай бұрын
Everyone saying he fell off but be happy there are still people helping less advanced scripters like bro
@iamLudius
@iamLudius 3 ай бұрын
Everyone saying I fell off, when was I on? Jajajajajaj
@Viennabunny36
@Viennabunny36 2 ай бұрын
​@iamLudius I recognize that laugh, that's how people that speak Spanish laugh, I'm mexican lol
@SomethingIsWrong12
@SomethingIsWrong12 2 ай бұрын
@@iamLudius Can you write me what do I do on line 31 on M1 cause I'm from a different country and I don't understand what u said.
@JustAKidNameJc
@JustAKidNameJc 28 күн бұрын
@@iamLudius Yo bro can you make a copy paste of this script because when i did the script it wont work
@Pan-TSB
@Pan-TSB 12 күн бұрын
@@JustAKidNameJc I did dw
@Bunny_Mask.
@Bunny_Mask. 2 күн бұрын
Damn this is the first dev that make a tutorial easy to understand 1+ Sub
@unfortunate4you
@unfortunate4you 3 ай бұрын
Yet another amazing tutorial video. This one really helped as I am currently working on a battleground game. Thanks Ludius and keep up the good stuff.
@Kuroshi1323
@Kuroshi1323 2 ай бұрын
me to i am looking for devs since i am a solo if u r interested reply :)
@SomethingIsWrong12
@SomethingIsWrong12 2 ай бұрын
Yo could you tell me the script for the M1 cause my script doesn't work
@Kuroshi1323
@Kuroshi1323 2 ай бұрын
@@SomethingIsWrong12 yo look bro im tried to it doesnt work it may be a m1 system but not a combat system
@SomethingIsWrong12
@SomethingIsWrong12 2 ай бұрын
@@Kuroshi1323 It worked for me
@SomethingIsWrong12
@SomethingIsWrong12 2 ай бұрын
@@Kuroshi1323 it didn't work for me cus I misspelled Length
@KiyoshiV2
@KiyoshiV2 3 ай бұрын
first, thanks man ive been a scripter for 2ish months and you've been helping me since and still are. i wanna say thank you and keep doing what you do
@NotXenoxXeno
@NotXenoxXeno 3 ай бұрын
You aren’t frist
@KiyoshiV2
@KiyoshiV2 3 ай бұрын
@@NotXenoxXeno yes i am lol
@NotXenoxXeno
@NotXenoxXeno 3 ай бұрын
@@KiyoshiV2go to newest first and scroll to bottom lol
@theguyunderwater
@theguyunderwater 2 ай бұрын
your second bru
@KiyoshiV2
@KiyoshiV2 2 ай бұрын
@@theguyunderwater i was first bud
@GamingScripter
@GamingScripter 3 ай бұрын
Kids Remember You can always preload the animation to avoid the animation being weird for the first time
@Yatsukahagi
@Yatsukahagi 25 күн бұрын
rly how?
@Cudtch
@Cudtch 3 ай бұрын
man I just LOVE it when a cool person uploads a non outdated tutorial from 2 years ago for a something that I'm having massive trouble with.. YIPEEE!!!1111 :D
@winstonmartin6179
@winstonmartin6179 3 ай бұрын
for Input,Manager local prls = game:GetService("Players") local lp = plrs.LocalPlayer local mouse = lp:GetMouse() local m1Script = script:WaitForChild("M1") local m1BF = m1Script:WaitForChild("Function") mouse.Button1Down:Connect(function() m1BF:Invoke() end)
@AnarcisaAviles97
@AnarcisaAviles97 3 ай бұрын
Can u do the M1 Script next?
@Obese_Fish
@Obese_Fish 2 ай бұрын
thank you
@K1tac
@K1tac 2 ай бұрын
@@AnarcisaAviles97 local binadbleFunction = script:WaitForChild("Function") local rs = game:GetService("ReplicatedStorage") local rsAnimationsFolder = rs:WaitForChild("Animations") local plrs = game:GetService("Players") local lp = plrs.LocalPlayer local char = lp.Character or lp.CharacterAppearanceLoaded:Wait() local hum = char:WaitForChild("Humanoid") local animator = hum:WaitForChild("Animator") local m1sPerformed = 0 local currentM1 = 0 local m1Debounce = false local comboEndCooldown = 2 -- change to whatever u want local waitBeforeReset = 0.5 -- change to whatever u want binadbleFunction.OnInvoke = function() if not m1Debounce then m1Debounce = true m1sPerformed += 1 currentM1 += 1 local corrrespondingM1Anim = rsAnimationsFolder:FindFirstChild("M1 ("..currentM1..")") local m1Track = animator:LoadAnimation(corrrespondingM1Anim) m1Track:Play() task.wait(m1Track.Length - 0.1) task.spawn(function() local oldM1sPerformed = m1sPerformed task.wait(waitBeforeReset) if oldM1sPerformed == m1sPerformed then currentM1 = 0 end end) if currentM1 == 4 then task.wait(comboEndCooldown) currentM1 = 0 end m1Debounce = false end end
@dipkrcrib
@dipkrcrib 2 ай бұрын
Make sure to change 'local prls' to 'local plrs'
@henryfure1558
@henryfure1558 Ай бұрын
THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@TheUndyingCoat
@TheUndyingCoat 3 ай бұрын
If you want a fix to the first m1s not loading properly you can preload the anims using the ContentProvider service (I can provide the script if you want). Hope this helps!
@Totoroswrld
@Totoroswrld 3 ай бұрын
hey, could I get that script?
@ProtonC100
@ProtonC100 2 ай бұрын
slide the script rq
@LegoPieces_
@LegoPieces_ 2 ай бұрын
​@@ProtonC100it's ez bro
@LegoPieces_
@LegoPieces_ 2 ай бұрын
​@@ProtonC100Iterate ur animation folder, use context provide service in for i, v loop Use context provide "LoadAsync" method.
@Globalnotes12
@Globalnotes12 2 ай бұрын
Yes please provide the script🙏
@abdoubouguerrah
@abdoubouguerrah 3 ай бұрын
Ludius is the real deal , can't wait for the next vedio ma man
@_levi20
@_levi20 17 күн бұрын
Can you help me? every single time i try to do a tutorial, i click and nothing happens, this one included. I made sure i am on r6 and every single line of script is correct. i am not getting any errors and nothing is happening, please can you help me figure this out?
@Sleepy_Yazzy
@Sleepy_Yazzy 14 күн бұрын
The same thing is happening to me rn
@da_rage7906
@da_rage7906 Күн бұрын
same
@Mrcryptic-ce5kk
@Mrcryptic-ce5kk 3 ай бұрын
Another Banger from Ludius bro im a big fan keep going :)
@Your14DayTrialHasEnded
@Your14DayTrialHasEnded 3 ай бұрын
This is why I’m subscribed, peak content
@FixWolix
@FixWolix 2 ай бұрын
W bro u explained everything tysm i kinda understand code now!
@ForALittleSupport
@ForALittleSupport 20 күн бұрын
Thank you bro I couldn't figure out how to ResetTimer for the life of me 🙏🙏
@yahyaprogaymer69420
@yahyaprogaymer69420 Ай бұрын
YOUR THE GOAT BRO TYSM IT WORKS
@thelegendofflam6163
@thelegendofflam6163 Ай бұрын
how do i fix the play is not a valid member of animation track
@yahyaprogaymer69420
@yahyaprogaymer69420 Ай бұрын
did you the animation id of your m1s in playerpack?
@sentokuroto2721
@sentokuroto2721 Ай бұрын
if u have the problem of M1 doing infinite first or some m1 animation, just desactivate the loop on the m1 animations and put the id again
@_banana50
@_banana50 9 күн бұрын
Where is the "oldM1sPerformed" variable made because it is telling me that the variable doesn't exist.
@Valk547
@Valk547 2 ай бұрын
OK GUY FOR THE "LoadAnimation requires an object" IN THE M1 SCRIPT IN LINE 31 DELETE THE SPACE NEXT TO THE M1 "("M1("..currentM1..")")".
@Cutemanyoutz
@Cutemanyoutz 2 ай бұрын
Didnt work
@bobbyybobby2630
@bobbyybobby2630 2 ай бұрын
the goat
@dont_reply11111
@dont_reply11111 15 күн бұрын
do i need those other scripts under invoke or like ddo i still get to live
@Sub2Neo5380
@Sub2Neo5380 10 күн бұрын
im replying @dont_reply11111
@PerishTutorials
@PerishTutorials 10 күн бұрын
could you also make a tutorial on how to make hitboxes and stun please?
@godtype9706
@godtype9706 3 ай бұрын
$100 a month? You need to give some of us a better explanation on what you’ll be teaching, or there will be a lot of missed sales/refunds. Tired of paying 50-100 per course only for it to be full with basic repetitive beginner courses
@GamingScripter
@GamingScripter 3 ай бұрын
It's worthless I learned on my own And I can confidently say I'm better than him
@tae-roon3580
@tae-roon3580 3 ай бұрын
Wait what happened?
@RyanEXElol
@RyanEXElol 3 ай бұрын
Worthless, you can learn for 3 years like me and get better. For FREE
@CallMeEnzi
@CallMeEnzi 3 ай бұрын
​@@RyanEXElolhow did you learn are you self taught? Or with tutorials
@alexi0637
@alexi0637 3 ай бұрын
​​@@CallMeEnzi as another scripter you need some tutorials at the start to learn something but i raccoment buying the advanced scripting book or something like that or even read it online simce it tells you anythjng man if you do jot rrad it at the start you will only regret it
@mangw9384
@mangw9384 2 ай бұрын
W music choice
@AadamDestroyer
@AadamDestroyer 2 күн бұрын
Wait is it 1 m1 per animation or is it all four m1 in one animation
@jdlrangerstudios
@jdlrangerstudios 3 ай бұрын
Ludius is a legend 🔥🔥
@kingbgamer
@kingbgamer 2 ай бұрын
Everyting works except when i do the m1s its just repeating it without me pressing m1
@watchyogdofyevu9355
@watchyogdofyevu9355 Ай бұрын
You saved your animation looped, save your animation with looped dissabled or you can change it with animation.Looped = false i think that was line of code i could be wrong tho
@kingbgamer
@kingbgamer Ай бұрын
@watchyogdofyevu9355 thanks it worked
@redditstoryz-o3n
@redditstoryz-o3n 4 күн бұрын
If you do make a animation what is the animation priority supposes to be
@wonderwhy5642
@wonderwhy5642 3 ай бұрын
our scripting mentor has done it again
@iamLudius
@iamLudius 3 ай бұрын
:]
@JaggyDev
@JaggyDev 3 ай бұрын
ludy the goat
@JaxxonVerdeck-t3u
@JaxxonVerdeck-t3u Ай бұрын
wait why is there no InputManager in the StarterCharacter Script?
@RamavathHarivamsh
@RamavathHarivamsh 29 күн бұрын
you have to make a local script and rename it to input manger
@JaxxonVerdeck-t3u
@JaxxonVerdeck-t3u 28 күн бұрын
@@RamavathHarivamsh ohhh
@JaxxonVerdeck-t3u
@JaxxonVerdeck-t3u 28 күн бұрын
@@RamavathHarivamsh ty
@FlawlessPixel
@FlawlessPixel 3 ай бұрын
The goat posted again
@baconninja9706
@baconninja9706 Ай бұрын
One problem. When I walk and m1 the upper animation doesnt show up and instead the walking animation pop up. Could you please fix that in your next video?
@EddieByte
@EddieByte 3 ай бұрын
keep up the gud wok :D
@thewarlordhimself
@thewarlordhimself 2 ай бұрын
He isn't going to sugarcoat it.....
@pumpkinstormy2160
@pumpkinstormy2160 3 ай бұрын
Hey man, I'm trying to work things out and test out your M1 System, but it does not seem to be working? I've got everything like you did, got the animations, typed all the code, but for some reason there's apparently a loadstring() not working (idk if it'll be an actual problem) but the main problem I'm getting is "LoadAnimation requires an Animation object - Client - InputManager:10" I've tried looking in the comments for possible debugs, and I really don't know what could be the problem, I have everything written the same as you did and yet there's still an error that apparently requires an "Animation object", I'm not at the point of begging because I'll still look for the solution, but man, it would really help to have some insight on the problem because there's actually a few people having the same problem as me and I'm utterly confused.
@pumpkinstormy2160
@pumpkinstormy2160 3 ай бұрын
I didn't realize, but I'm also getting the same error into the M1 local script, at the line 33 which is "local m1Track = animator:LoadAnimation(correspondingM1anim) and the error says the same, "LoadAnimation requires an Animation object"
@treetop2543
@treetop2543 2 ай бұрын
same here
@SlowmoChris
@SlowmoChris Ай бұрын
I get an error message at the m1BF:Invoke() line, WHY!?
@StaightFaceEmoji
@StaightFaceEmoji 2 ай бұрын
how did you animate with r6 in moon animator 2 also how did you use the animations you made
@Swervy2K
@Swervy2K 3 ай бұрын
W video but can you post a tutorial on like the timeline for a new scripter, just started a couple of months ago and would like to know some more advanced concepts. I pretty much mastered OOP and would like to know where to go from there. But great video.
@cartxtii910
@cartxtii910 21 күн бұрын
how did you add that line thing
@YaBoyySage
@YaBoyySage Ай бұрын
underrated asl
@grenlordz
@grenlordz Ай бұрын
it doesnt work for me i get a error message that said "Infinite yield possible on 'ReplicatedStorage:WaitForChild("Animations")'"
@Momsfromroblox
@Momsfromroblox Ай бұрын
cuz you gotta make a folder in replicated storage called animations and put the animations in there
@grenlordz
@grenlordz Ай бұрын
@@Momsfromroblox oh i did make a folder with animations but i forgot to call it that ty for helping me
@grenlordz
@grenlordz Ай бұрын
@@Momsfromroblox now i get a error message that says "LoadAnimation requires an Animation object "
@RagedCascade359
@RagedCascade359 3 ай бұрын
Good tutorial man saved me a lot of time lol. But is it possible to make a down slam or uppercut?
@BizaahYT
@BizaahYT 3 ай бұрын
you really shouldn't be resetting your m1's like that. your current method is extremely vulnerable instead you should be using a tick based check at the start of your m1's you'd first save a tick() value of when you last m1 was fired and then if the tick value + {m1 Reset time} is smaller then the current tick() then you reset the m1's
@MysticSeeker
@MysticSeeker 3 ай бұрын
isnt both ways vulnerable if they both are on the client?
@EpocSkill4
@EpocSkill4 16 күн бұрын
yoooooooooooo Bizaah
@AnimeMountain-o6o
@AnimeMountain-o6o Ай бұрын
i don't know why it is not working for me
@AnimeMountain-o6o
@AnimeMountain-o6o Ай бұрын
it shows Infinite yield possible on 'Workspace.gamebo***er1243:WaitForChild("humanoid")'
@link5069
@link5069 Ай бұрын
i love the masterclass idea but 99$ is craaaaaaaaaaaaaaaaaaazy
@riffler9929
@riffler9929 3 ай бұрын
Well what abt the hit box?
@dannyeditsz
@dannyeditsz Ай бұрын
this is just the animation
@yutishkumar8358
@yutishkumar8358 3 ай бұрын
Bro pls make a tutorial for wall run. love ur vids
@iamLudius
@iamLudius 3 ай бұрын
Could be a good video idea, it may be a little bit long tho
@yutishkumar8358
@yutishkumar8358 3 ай бұрын
@@iamLudius if u work on this idea then check out the wall run mechanism in jujutsu shenanigans it's the best one I have seen so far
@drdoritodanny
@drdoritodanny 20 күн бұрын
Nothing will work for me, can anyone help? I did everything right... I think atleast
@Cxruu
@Cxruu Ай бұрын
input manager script local plrs = game:GetService("Players") local lp = plrs.LocalPlayer local mouse = lp:GetMouse() local m1Script = script:WaitForChild("M1") local m1BF = m1Script:WaitForChild("Function") mouse.Button1Down:Connect(function() m1BF:Invoke() end)
@justrad7637
@justrad7637 2 ай бұрын
when clicking left click the animations loop and dont end
@TheNoobBaconBruh
@TheNoobBaconBruh 26 күн бұрын
Doesnt work... rip
@user_ProAnimationZ_2
@user_ProAnimationZ_2 2 ай бұрын
BROO HOW DO I FIX THE LOADANIMATION PART?!?! IT SAYS IT NEEDS AN ANIMATION OBJECT BUT I DONT UNDERSTAND HOW!??!? PLEASE HELP ME!!!
@Real-Bandit
@Real-Bandit 3 ай бұрын
@iamludius when i try too make the script i stumble on an error that says "LoadAnimation requires an Animation object" what do i do? my script 1: local plrs = game:GetService("Players") local lp = plrs.LocalPlayer local mouse = lp:GetMouse() local m1Script = script:WaitForChild("M1") local m1BF = m1Script:WaitForChild("Function") mouse.Button1Down:Connect(function() m1BF:Invoke() end) my script 2: local bindablefunction = script:WaitForChild("Function") local rs = game:GetService("ReplicatedStorage") local rsAnimationsFolder = rs:WaitForChild("Animations") local plrs = game:GetService("Players") local lp = plrs.LocalPlayer local char = lp.Character or lp.CharacterAppearanceLoaded:Wait() local hum = char:WaitForChild("Humanoid") local animator = hum:WaitForChild("Animator") local m1sPerformed = 0 local currentM1 = 0 local m1Debonce = false local comboEndCooldown = 2 local waitBeforeReset = 0.5 bindablefunction.OnInvoke = function() if not m1Debonce then m1sPerformed += 1 currentM1 += 1 local correspondingM1anim = rsAnimationsFolder:FindFirstChild("M1("..currentM1..")") local m1Track = animator:LoadAnimation(correspondingM1anim) m1Track:Play() task.wait(m1Track.Length - 0.1) task.spawn(function() local oldM1sPerformed = m1sPerformed task.wait(waitBeforeReset) if oldM1sPerformed == m1sPerformed then m1sPerformed = 0 end end) if currentM1 == 4 then task.wait(comboEndCooldown) end m1Debonce = false end
@tryhard-om6ld
@tryhard-om6ld 3 ай бұрын
at the end you only put 1 "end" you need to click enter 2 times and then put another end so basicly it will look like this m1Debounce end end
@treetop2543
@treetop2543 2 ай бұрын
@@tryhard-om6ld i had that still doesnt work
@InanamGames
@InanamGames 2 ай бұрын
@@treetop2543 does the name of your animations have a space between M1 and the "( )"?
@CibersOnYT
@CibersOnYT 2 ай бұрын
ehhh you forgot m1Debonce = true after if not debounce then
@Sharkyy-yl8bv
@Sharkyy-yl8bv 2 ай бұрын
did u forget to put animations in?
@inkstudiossz6690
@inkstudiossz6690 3 ай бұрын
Idk why but mines doing work I keep getting the error that LoadAnimation requires an Animation object on line 12 of my 1st local script do I have to change the code in my 2nd local script or something? Edit:nvm I was doing some dumb stuff with animation names that’s why the local script can’t find the animations
@Totoroswrld
@Totoroswrld 3 ай бұрын
how did you fix it?
@AnarcisaAviles97
@AnarcisaAviles97 3 ай бұрын
I had an issue that says Invoke is not a valid member of RemoteFunction “Workspace.SpiderNey28.InputManager.M1.Function” Can u retype the script so I can make it correct so I can make the thing work
@mirekfajny1349
@mirekfajny1349 2 ай бұрын
Hey, so i copied the script and made the animation but for some reason it just lets me click once and does the animation as it should but then when i try to click again it wont work at all
@kobkeb-nh1gk
@kobkeb-nh1gk Ай бұрын
it hasnt worked can you make an updated version i really am trying to make a battlegrounds game and im a animator and modeller so idk scripting :(
@grenlordz
@grenlordz Ай бұрын
it also doesnt work for me
@1The._.Dreamer._.TF0
@1The._.Dreamer._.TF0 3 ай бұрын
am i the only one that have problem with it, the output keeps saying LoadAnimation requires an Animation object
@frostedwarhead
@frostedwarhead 3 ай бұрын
im having same problem
@YaBoyHoRyzon
@YaBoyHoRyzon 2 ай бұрын
same i have the same problem
@youtonene6466
@youtonene6466 3 ай бұрын
Is this going to be a two-part series, because I see no server script that you can actually do m1s with
@bryan01932
@bryan01932 6 күн бұрын
Bro i did everything correctly and the code doesnt work
@Cursed_Dummies
@Cursed_Dummies Ай бұрын
did it work guys with u?
@Kax_District
@Kax_District 2 ай бұрын
Bro is my roblox teacher
@D4v1dPostesSuff300
@D4v1dPostesSuff300 2 ай бұрын
it doesn't work... the animations dont work wen i click and idk what to do...
@Abdoll871
@Abdoll871 Ай бұрын
so wait a minute do i change ("M1 ("..currentM1..")") to the m1 animation ID ????
@TheUltimateDuo_Nice
@TheUltimateDuo_Nice Ай бұрын
Nah
@SloppyThunder
@SloppyThunder 27 күн бұрын
What is this plugin??
@realMightyOof
@realMightyOof Ай бұрын
why my animations didnt work
@viktorscott8019
@viktorscott8019 3 ай бұрын
early
@Alpha-69696
@Alpha-69696 2 ай бұрын
i did the exact same script, tried testing, and it didn't work. i double checked the script, and i found out that the entire script was wrong i gotta remake the script now, R.I.P my hands 😭
@SomethingIsWrong12
@SomethingIsWrong12 2 ай бұрын
Could you tell the script for M1s please?
@wesleymiller683
@wesleymiller683 Ай бұрын
@@SomethingIsWrong12 you it yourself like the rest of us
@getJebeaited
@getJebeaited Ай бұрын
For some reason theres an error for me in Line 20 of "M1" Localscript It keeps orange underlining this part bindableFunction.OnInvoke = function() Whats the problem? Edit: i forgot the first line of code 💀
@getJebeaited
@getJebeaited Ай бұрын
Another error I got was that LoadAnimation requires an Animation object
@Suguru_Geto_official
@Suguru_Geto_official 29 күн бұрын
Can someone help me? It only makes me do 1 m1 and then it dosen't work
@Totoroswrld
@Totoroswrld 3 ай бұрын
how do you fix loadanimation requires an animation object? M1:33 edit: for anyone having this same issue, make sure your M1 (1) in the animations folder is actually M1(1) and M1(2) and so on so forth so it does not have a space. The concatenation in the m1 script does not have a space, that is why.
@katotempesto
@katotempesto 3 ай бұрын
life saver thank you vro
@Yupoir
@Yupoir 3 ай бұрын
Bro thank you bruh I almost spent 10 hour trying figure this out man
@treetop2543
@treetop2543 2 ай бұрын
mine still isnt working :( but ill keep trying
@ashbipc7251
@ashbipc7251 2 ай бұрын
I love you bro
@pr3vai1
@pr3vai1 2 ай бұрын
so basically all the m1s are coming out but they are all looping
@DaisyBellYT
@DaisyBellYT 2 ай бұрын
in your animation in explorer you have to check the properties, make sure loop is off
@kickrockscarson
@kickrockscarson Ай бұрын
i keep getting the error "LoadAnimation requires an Animation object"
@kickrockscarson
@kickrockscarson Ай бұрын
ah i solved that now it's saying "LoadAnimation requires the asset id to not be empty"
@kickrockscarson
@kickrockscarson Ай бұрын
fixed that.. no error is showing but when i m1 there also is no animation playing
@kickrockscarson
@kickrockscarson Ай бұрын
well the first animation plays now when i m1 but it wont cycle through them everytime i m1
@kickrockscarson
@kickrockscarson Ай бұрын
now only 2 of my animations play but it keeps resetting to the first m1 animation after the second one
@OneStup1dN00b
@OneStup1dN00b Ай бұрын
bro it doesn’t fricking work! i’ve tried looking at the comments for help, then i do find one, use its help and then it doesn’t change ANYTHING! I HAVE COPIED ALL THE CODE WORD FOR WORD AND IT DOESNT WORK STILL!
@ngoctutrangnguyen
@ngoctutrangnguyen 2 ай бұрын
i want to fix this when i running : Legth is not a valid member of AnimationTrack "M1 (1)"
@RipGamer_PRO-hr1vz
@RipGamer_PRO-hr1vz Ай бұрын
Its Length
@DJ_HK77
@DJ_HK77 Ай бұрын
ok now how i make the hitboxes?
@uniguy4647
@uniguy4647 2 ай бұрын
Why did you used Bindable function instead of Module script?
@BruuhBoi
@BruuhBoi 2 ай бұрын
How do i make the script compatible for playable characters?
@the_legendary_creator
@the_legendary_creator 2 ай бұрын
im pretty sure it doesnt work, everything is fine with my script but it doesnt specify the input unless ive missed something
@Palmer_Editz100
@Palmer_Editz100 3 ай бұрын
please help me it says "LoadAnimation requires an Animation object
@CreepyBug
@CreepyBug 25 күн бұрын
How about adding idle on it?
@ShawtyLikeAmelody--
@ShawtyLikeAmelody-- 2 ай бұрын
how do you add this m1 system to the sword system you made?
@ColtonPlaze
@ColtonPlaze 3 ай бұрын
it did not work i did every single thing you said i did the same exact script and it does not work edit: yall i fixed it i know it now im fine
@iamLudius
@iamLudius 3 ай бұрын
You did something wrong, try double checking everything again :]
@ColtonPlaze
@ColtonPlaze 3 ай бұрын
@@iamLudius hmm I figured it out now but thanks
@JonahArts-c5d
@JonahArts-c5d 3 ай бұрын
@@ColtonPlaze What was wrong?
@Triogaming01_1
@Triogaming01_1 2 ай бұрын
you might have to use output to see the problem on your code
@ColtonPlaze
@ColtonPlaze 2 ай бұрын
@@Triogaming01_1 i figured it out its fine now
@Mr_Classic
@Mr_Classic 2 күн бұрын
can you post the script in the 22 line?
@Xenon_99o9
@Xenon_99o9 3 ай бұрын
Thanks for the vid the explanation were really good but do you know if it would work on a tool?
@lianawilliams123
@lianawilliams123 Ай бұрын
Idk why but when I try it nothing happens
@turtlemaster7697
@turtlemaster7697 2 ай бұрын
when i click my mouse it doesnt do anything it just doesnt notice the input i double checked everything twice
@Stersk1
@Stersk1 2 ай бұрын
i'm having the same problem i really don't get what's wrong
@dabbidoCS
@dabbidoCS 2 ай бұрын
hi ludious my m1 animations are very cluncky and i am very confused- pls halp
@Slashtwoseven
@Slashtwoseven 9 күн бұрын
Bro how do you open the explorer
@Obese_Fish
@Obese_Fish 2 ай бұрын
It just doesnt work wth, i copied everything and did all the animations, i click m1 and nothing happens
@moshizi5067
@moshizi5067 2 ай бұрын
same
@kawruu666
@kawruu666 2 ай бұрын
same
@d4sl1ckon37
@d4sl1ckon37 Ай бұрын
same
@Google-Account-S
@Google-Account-S Ай бұрын
Did you save the game and set the avatar settings to r6?
@lianawilliams123
@lianawilliams123 Ай бұрын
SAME'
@playersav10
@playersav10 2 ай бұрын
How do i add more than one m1 animation in?
@sircheese6473
@sircheese6473 Ай бұрын
NVM I FIXED IT :D yo, great vid. need a bit of help tho, I am getting an error saying "load animation needs a Animation object" and I don't really know how to fix it
@KoolKatForEver
@KoolKatForEver Ай бұрын
how
@sircheese6473
@sircheese6473 Ай бұрын
@@KoolKatForEver wdym? How did I fix it?
@KoolKatForEver
@KoolKatForEver Ай бұрын
@@sircheese6473 no dw abt it
@sircheese6473
@sircheese6473 Ай бұрын
@@KoolKatForEver ok
@marlon0742
@marlon0742 Ай бұрын
i did everything and even double checked if i miss spelled anything and it still doesnt work HEELPP
@foxbox5328
@foxbox5328 2 ай бұрын
it does half an m1 and stops help me please
@JustAKidNameJc
@JustAKidNameJc 28 күн бұрын
why it does not work?
@toji-help
@toji-help 10 күн бұрын
Where to copy second script?
@JericArudtistd
@JericArudtistd Ай бұрын
how do i make this a sword?? i fixed it but how do i add damage?
@Myusernameis_name
@Myusernameis_name 2 ай бұрын
Getting a error that says "Workspace.username.InputManager.M1:76: attempt to index nil with 'Cframe'". could use some help, please. Edit: Found the fix I misspelled "CFrame" as "Cframe" (lowercase f)
@taimu4624
@taimu4624 3 ай бұрын
blud emoted on the first guy there was NO need for that disrespect 😭
The 4 Stages Of A Roblox Scripter | Roblox Studio
10:05
Ludius
Рет қаралды 7 М.
I Learned How to SCRIPT in 7 Days | Roblox
11:00
Simjet
Рет қаралды 124 М.
Can 6 DEVS Make an FPS Game Without Communicating?
10:55
RoDev
Рет қаралды 403 М.
10 Minutes VS 1 Hour VS 1 Day ROBLOX ANIME GAME!
10:24
LeehamsonTheThird
Рет қаралды 412 М.
BEST GUIDE to animating on Roblox for free! [Beginner]
7:36
Pandastroyer
Рет қаралды 345 М.
How To Toggle Weapons Like A Pro | Roblox Studio
15:14
Ludius
Рет қаралды 10 М.
The Only Thing You Need To Learn How To Script
4:36
Ludius
Рет қаралды 208 М.
This Is What 2 Years Of Scripting Looks Like
45:59
Ludius
Рет қаралды 31 М.
The Story of The BIGGEST Roblox Hackers..
26:18
BulletWarning
Рет қаралды 4,9 МЛН
My Biggest Mistakes As A Roblox Developer
9:34
Ludius
Рет қаралды 6 М.