The ROBLOX MMOs Era Is OVER!
5:26
Roblox Developers Are Weird (af)
6:26
Пікірлер
@Toji_EditZzZ
@Toji_EditZzZ 14 сағат бұрын
the sword just wont follow the rig when I animate it :(
@Cxruu
@Cxruu 22 сағат бұрын
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)
@fabioandrea303
@fabioandrea303 Күн бұрын
Doesnt work for some reason
@EbynBennie
@EbynBennie Күн бұрын
The end scripts wont link
@kamui6664-r6e
@kamui6664-r6e Күн бұрын
can you make a video on how to make the character selector work
@FirstHalfOfficial
@FirstHalfOfficial Күн бұрын
Only thing? What about the map huh? Scripted game without map is just a functional baseplate
@bloxder28
@bloxder28 2 күн бұрын
As a new scripter, I can say that it’s this one playlist that’s helping me learn really quickly
@AnimeMountain-o6o
@AnimeMountain-o6o 2 күн бұрын
i don't know why it is not working for me
@AnimeMountain-o6o
@AnimeMountain-o6o 2 күн бұрын
it shows Infinite yield possible on 'Workspace.gamebo***er1243:WaitForChild("humanoid")'
@Saint14444
@Saint14444 3 күн бұрын
if u want actual impact frames the ability HAS to be a cutscenes and it HAS to be hand drawn
@Cavesgt
@Cavesgt 3 күн бұрын
I would but I don’t want to ruin my reputation
@marlon0742
@marlon0742 3 күн бұрын
i did everything and even double checked if i miss spelled anything and it still doesnt work HEELPP
@ELCOMBO-12
@ELCOMBO-12 3 күн бұрын
why it aint working i copied all the scripts
@byronyoutube2009
@byronyoutube2009 3 күн бұрын
I followed the steps and at the end when i press play its nowhere to be seen, is anyone else having this issue? :(
@kymanireyes
@kymanireyes 4 күн бұрын
how to make a tool combat system?
@TheCh1pz
@TheCh1pz 4 күн бұрын
1:34 Autoscale lite- UI quality of life plugin; offset to scale. (FREE) 2:26 Datastore editor- Allows you to see every datastore in your game, and edit them. (10$) 3:20 Moonanimator (Editor messed up on the cut name)- Allows you to animate easier in Roblox Studio but blender animating is more efficient in my opinion. (30$) And that's it.
@Light_Elements
@Light_Elements 4 күн бұрын
i'd proudly say i'm in-between the second and third stage, currently making a fighting game like quite literally was watching this vid while scripting the database stuff, it is the first thing in the game, and i really hope i'll be able to do all that especially since i'm a solo developer.
@goku_black-zl1c
@goku_black-zl1c 4 күн бұрын
Amazing tutorial! Btw maybe can u tell me how do I add an animation to that?
@supervalensgamer8360
@supervalensgamer8360 4 күн бұрын
it doesn't work
@Babftfella
@Babftfella 4 күн бұрын
Im gonna come back here 3:56
@NOTGHOSTONSTEAM
@NOTGHOSTONSTEAM 3 күн бұрын
nu uh
@boni7o
@boni7o 5 күн бұрын
I KEEP LOOKING AND LOOKING BUT NOTHING WORKS NOTHING AT ALL ITS ALL USELESS I SPEND HOURS DAYS FIND A "GOOD" CONTENT CREATOR BUT THERE IS NONE THAT IS ACTUALLY GOOD
@GalaxyAndDes
@GalaxyAndDes 12 сағат бұрын
this worked perfectly, you did it wrong
@KoolKatForEver
@KoolKatForEver 5 күн бұрын
i need help i did everything correctly except its not working
@GalaxyAndDes
@GalaxyAndDes 12 сағат бұрын
this worked perfectly, you did it wrong
@happyparty987youtube
@happyparty987youtube 5 күн бұрын
I get an error when I click M1 and it says "InputManager:10: LoadAnimation requires an Animation object" How do I fix that? Edit: Nevermind, the issue was I forgot to paste one of the IDs
@Lo1ry_shorts
@Lo1ry_shorts 5 күн бұрын
YOU FAST IN KEYBOARD BRO WAIT WAIT WAIT MAN
@noahlaird
@noahlaird 5 күн бұрын
I think I am just ass at coding in this, I followed everything and rechecked everything and it still doesn't save....
@Antisoulsniper
@Antisoulsniper 6 күн бұрын
@iamLudius
@Antisoulsniper
@Antisoulsniper 6 күн бұрын
@iamLudius i did everything and it didn't work
@fenrirgreyback101
@fenrirgreyback101 6 күн бұрын
This one was really hard to follow for me compared to the previous video. I really liked how you wrote the code while explaining it in part 1.
@FriedRatEater
@FriedRatEater 6 күн бұрын
if you use :SetNewWorkOwner(nil), what this does is prevent prevent exploiters from messing with your game. Even if they drag something away, when they let go of the mouse, it teleports right back to its respective spot
@yahyaprogaymer69420
@yahyaprogaymer69420 6 күн бұрын
YOUR THE GOAT BRO TYSM IT WORKS
@thelegendofflam6163
@thelegendofflam6163 5 күн бұрын
how do i fix the play is not a valid member of animation track
@yahyaprogaymer69420
@yahyaprogaymer69420 4 күн бұрын
did you the animation id of your m1s in playerpack?
@VictoriousKnights
@VictoriousKnights 7 күн бұрын
99 a month is crazy
@Grazedrust
@Grazedrust 7 күн бұрын
Hello, can you please make a video on how to Connect the UI with different characters.
@toxin864
@toxin864 7 күн бұрын
M1 script local bindableFunction = script:WaitForChild("Function") local rs = game:GetService("Players") 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 local waitBeforeReset = 0.5 bindableFunction.OnInvoke = function() if not m1Debounce then m1Debounce = true 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 then 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
@caysomusic
@caysomusic 7 күн бұрын
great video
@Prismastar
@Prismastar 8 күн бұрын
tysm im making a jjk battleground game rn and its gonna be called totally accurate jujutsu game!!!!
@abdel9914
@abdel9914 8 күн бұрын
yo ludius, could you please make a video were you make knockback for your m1's system, i find knockback pretty confusing so it would really help me. Ty:)
@appledoesrandomstuff
@appledoesrandomstuff 8 күн бұрын
35:40 looks kinda like deep
@sircheese6473
@sircheese6473 8 күн бұрын
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 5 күн бұрын
how
@SirL_56
@SirL_56 8 күн бұрын
can i read the book for free online?
@dacoolestskirrel
@dacoolestskirrel 8 күн бұрын
waht ebbott idl animaton
@MaybeSage-m5o
@MaybeSage-m5o 8 күн бұрын
underrated asl
@link5069
@link5069 8 күн бұрын
i love the masterclass idea but 99$ is craaaaaaaaaaaaaaaaaaazy
@enxlvlty
@enxlvlty 8 күн бұрын
the animations dont load 😭
@monikolector
@monikolector 8 күн бұрын
guys if you need the book which he mentioned in the video i have a pdf for it i can distribute it 5$ per copy if Ludius likes this idea please reply and i will put my discord in this comment by editing.
@FindMeHere-888
@FindMeHere-888 9 күн бұрын
If chatGPT gives a script that didnt work theres some reasons You probally gotta explain better Explain more Thats all i know Cya hope this helped
@blazer9319
@blazer9319 9 күн бұрын
why doesnt the weapon appear in my hand
@Inferno_Iurasaki
@Inferno_Iurasaki 9 күн бұрын
my head hurts i just started coding if only ppl where kind they would add a link to copy the whole script T_T
@NoobyTheNoob316
@NoobyTheNoob316 9 күн бұрын
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!
@gabrielplayzyt5948
@gabrielplayzyt5948 10 күн бұрын
If im constantly hooked with homework will i ever have time to even try😭
@tuby_wrld410
@tuby_wrld410 10 күн бұрын
yo, i watched your UI video and i was wondering if you could either make, or send a video of how to make the ui do stuff, like im making a fighting game and i want my ui for when i click a certain character, i want to get that characters powers.
@tuby_wrld410
@tuby_wrld410 10 күн бұрын
like jjs or tsb
@tuby_wrld410
@tuby_wrld410 9 күн бұрын
ye i already asked but like i would actually really appreciate if you make a tutorial, or send a video link, like i dont know how to do this.
@SuperStyleSS
@SuperStyleSS 10 күн бұрын
How can I make hitboxFunction activate only one time instead of 7?