How To Make Weapons Like A Pro | Roblox Studio

  Рет қаралды 52,612

Ludius

Ludius

Күн бұрын

Пікірлер: 145
@ultragjl1976
@ultragjl1976 2 ай бұрын
drake is done for 💀kendrick's song is background music in roblox developing videos now 120 likes lol
@Fujui
@Fujui 2 ай бұрын
Thata funny icl 💀💀💀
@ultragjl1976
@ultragjl1976 2 ай бұрын
@@Fujui lol
@Asion0tt-nv2nw
@Asion0tt-nv2nw 2 ай бұрын
@@ultragjl1976 lol
@Gose73333
@Gose73333 2 ай бұрын
@@Asion0tt-nv2nw lol
@ultragjl1976
@ultragjl1976 2 ай бұрын
@@Asion0tt-nv2nw lol
@Shiuzee
@Shiuzee 2 ай бұрын
Okay so, if anyone is having problem with the weapon not being on your hand when you play even though you followed the steps. Just make sure that your game is saved then go to File(top left corner) > Game Settings > Avatar then set the avatar type to r6 if you use the model like in the video. (Make sure to save your changes)
@Mk-.
@Mk-. 2 ай бұрын
Or just make a repeat loop that repeats until part0 is not nil and you can use r15 and any character you want. Don't always take the easy way since the final product will be worse. 🧀🧀🧀
@Shiuzee
@Shiuzee 2 ай бұрын
@@Mk-. I just wanted to answer their questions simply, because this is a beginner tutorial and telling them to make loops that they don't know about will just make them even more confused on what to do. Yes, they could watch tutorials for that but them learning on their own mistakes is what makes people want to code because of the boost that you get knowing that you fixed something on your own. But sure your answer is valid and could help others that know a bit about coding. It's just me trying to help those who doesn't know what to do and to do it in a simple way for them to grasp easily.
@Mk-.
@Mk-. 2 ай бұрын
​@@ShiuzeeYour comment actually helped me because then I knew it wasn't my code, but something else. Turns out that some r15 characters load longer than others. To fix this, you just make a simple repeat loop until part0. Also I have a feeling that some r6 characters will also load longer, and people with lag will not be able to play if you choose the simple option. Even if you don't know how to make a really basic and simple repeat loop, you should atleast put a wait(0.1) which might help a little. 🧀🧀🧀
@braedenwalker6414
@braedenwalker6414 2 ай бұрын
Been waiting for a good vid like this!
@IZAK_V45
@IZAK_V45 2 ай бұрын
I was like, Hmm I wonder how on earth i will make weapons for a game im thinking of making and you just manifested when I looked it up, you explain it so well too, you earned yourself a sub, and a recurring viewer
@iamLudius
@iamLudius 2 ай бұрын
Thanks for the sub fam, I’m happy to help :]
@IZAK_V45
@IZAK_V45 2 ай бұрын
@iamLudius I'm happy to be a subscriber, you deserve more attention for the helpful deed you provide 🙂
@link5069
@link5069 6 күн бұрын
BRO u explained everything TOO well like not even a single thing was confusing keep it up man hope all ur games blow up
@dacoolestskirrel
@dacoolestskirrel 3 күн бұрын
blow up in a good way, right? *RIGHT?*
@pugplayz4089
@pugplayz4089 2 ай бұрын
local plrs = game:GetService("Players") local rs = game:GetService("ReplicatedStorage") local weapon = rs:WaitForChild("Weapon") plrs.PlayerAdded:Connect(function(plr) plr.CharacterAppearanceLoaded:Connect(function(char) local rightArm = char:FindFirstChild("Right Arm") local clonedWeapon = weapon:Clone() clonedWeapon.Parent = char local handle = clonedWeapon:FindFirstChild("Handle") local cframeValue = clonedWeapon:FindFirstChild("Value") local motor6d = Instance.new("Motor6D") motor6d.part0 = rightArm motor6d.part1 = handle motor6d.C1 = cframeValue.Value motor6d.Parent = handle end) end)
@iamLudius
@iamLudius 2 ай бұрын
You the goat :]
@pugplayz4089
@pugplayz4089 2 ай бұрын
@@iamLudius lol didnt excpect this xd
@pugplayz4089
@pugplayz4089 2 ай бұрын
wow i mispelled every word
@olegmironov5105
@olegmironov5105 Ай бұрын
it should be capital P in part0 and part1 or it wont work
@grenadeoftacosss
@grenadeoftacosss 2 ай бұрын
you are a lifesaver, tysm!
@llebenlle
@llebenlle 2 ай бұрын
i like the way you explain stuffs
@iamLudius
@iamLudius 2 ай бұрын
I’m just happy to help man. Also thanks for the comment :]
@randombush3031
@randombush3031 23 күн бұрын
@@iamLudiusthink he’s being sarcastic
@im_unalived
@im_unalived Ай бұрын
Nice video, keep it up!
@KDRPSESSIONS
@KDRPSESSIONS Ай бұрын
Bro i have 5 years experience and u help me a lot ty (for the cframe value, thats a thing i didnt know)
@vrfrenzy8451
@vrfrenzy8451 2 ай бұрын
you absolute LEGEND, I have been making a punching system and I've been wondering how I add weapons, ty
@kingpuggo_roblox
@kingpuggo_roblox Ай бұрын
Yeah, I say that too to this helper!
@WolfGaming470
@WolfGaming470 Ай бұрын
0:00 great background music
@iamLudius
@iamLudius Ай бұрын
I know right? Jajajajaja
@diddeeeee
@diddeeeee 2 ай бұрын
pls make more videos on weapons, ur rlly good at explaining things
@KadenZook-pw2qt
@KadenZook-pw2qt 2 ай бұрын
THANK YOU SO MUCH
@STEALTHNINJAGAMER
@STEALTHNINJAGAMER 2 ай бұрын
part 2 is exactly what i need i hope he reachs that much likes
@iamLudius
@iamLudius 2 ай бұрын
Part 2 is out now :]
@8signs
@8signs Ай бұрын
Dude, your insanely helpful, for around a week ive been trying to animate a rig with a sword, you just explained it thanks. Also what is that rig texture how can i use it?
@Cheezyurboi
@Cheezyurboi 27 күн бұрын
its called a rig texture and ill find the shirt and pant ids or maybe ill just make a model for u edit: its called a rig TEMPLATE texture
@Cheezyurboi
@Cheezyurboi 26 күн бұрын
it got deleted
@RainbowPopsicleStick
@RainbowPopsicleStick Ай бұрын
I always used weld constraints.. no wonder my animations never worked properly in studio..
@SenseiWuEdits
@SenseiWuEdits 2 ай бұрын
Another W vid!!
@larecruitlel2333
@larecruitlel2333 Ай бұрын
Unrelated question but what is the music you used during the begining of part 3 it slaps (also thx man very cool 👍 tutorial) but for some reason idk why it might be my model but i cant animate it its like as if it was welded on to the hand idk why edit: nvm i fixed it
@cenn2
@cenn2 2 ай бұрын
still visting your grave every week bro, these AI videos always cheer me up a little though🕊
@Tvpco.
@Tvpco. 2 ай бұрын
Stop dragging on the joke bruh its literally been years unfunny as shit
@cenn2
@cenn2 2 ай бұрын
@@Tvpco. it HAS been years since ludius passing, and you thinking its a joke is deeply offending to his memory. please remove your comment
@Tvpco.
@Tvpco. 2 ай бұрын
@@cenn2 😐
@youraveragefamousjobless328
@youraveragefamousjobless328 2 ай бұрын
Extremly cringe
@RealAimYT
@RealAimYT 2 ай бұрын
@@youraveragefamousjobless328 u are cringe
@obitouchiha-uy5qt
@obitouchiha-uy5qt 2 ай бұрын
Can't wait for pary 2
@iamLudius
@iamLudius 2 ай бұрын
Already out :]
@Gose73333
@Gose73333 2 ай бұрын
thankyou ludius
@iamLudius
@iamLudius 2 ай бұрын
Happy to help :]
@WillMM2RBX
@WillMM2RBX 2 ай бұрын
What did he say had to be true at 1:54 in the video I couldn’t understand the word sorry:(
@iamLudius
@iamLudius 2 ай бұрын
I said “massless”. Thanks for the comment :]
@oofoof5882
@oofoof5882 2 ай бұрын
ty
@beat_gm
@beat_gm Ай бұрын
WHERE WE YOU WHEN I WAS MAKEİNG ANİMATİON TY MY GUY MY FRİEND MY SAVİOR
@MrQusays
@MrQusays 2 ай бұрын
you bro. YOU come always at the corrcet time, let's marry bro
@DenseMelon
@DenseMelon 2 ай бұрын
so forward 😭
@iamLudius
@iamLudius 2 ай бұрын
I’m always listening…
@seniorjp6950
@seniorjp6950 Ай бұрын
You saved my life.
@Lcb816
@Lcb816 Ай бұрын
The weapon is just spawn besides me and falling instead of in my hand what do i do, its not attached to me whatsoever
@caysomusic
@caysomusic 2 күн бұрын
great video
@bkun43
@bkun43 2 ай бұрын
First
@iamLudius
@iamLudius 2 ай бұрын
You the goat :]
@Izay_Odd
@Izay_Odd 18 күн бұрын
Trying to make something similar to slap battles but with bats and advanced fighting moves
@emiletonos3873
@emiletonos3873 2 ай бұрын
call me crazy but is that a new ludius original at 0:47? 😳
@iamLudius
@iamLudius 2 ай бұрын
Maybe it is :]
@Last_Indra
@Last_Indra 2 ай бұрын
can u maybe make a tut on how to make slots ui for our fighting sytles
@skipgog
@skipgog 2 ай бұрын
Im so sorry for watching the video so late don't worry Ill make up the 13 hours by gooning
@2049_dev
@2049_dev 2 ай бұрын
bro where tf is part 2 😭
@iamLudius
@iamLudius 2 ай бұрын
It’s out now :]
@Idealist-jk8kd
@Idealist-jk8kd Ай бұрын
Bro, there's no way ur using that song in the introduction of ur video lmao
@BetterSanstess
@BetterSanstess Ай бұрын
are there atlternatives for moon animation? it cost money
@connor-p6t
@connor-p6t Ай бұрын
It doesent work. It says "Error(s) Detected with rig. The following parts are affected by mupltiple Motor6D"s. Right arm." Can someone help me with that?
@Yusuketh443
@Yusuketh443 2 ай бұрын
hi :3 UwU
@iamLudius
@iamLudius 2 ай бұрын
Yo :]
@Yusuketh443
@Yusuketh443 2 ай бұрын
@@iamLudius yø
@Eli-ug5hs
@Eli-ug5hs Ай бұрын
I was wondering how would I do this for a tool?
@FlawlessPixel
@FlawlessPixel 2 ай бұрын
Nooo I was late to a luduis video 😢
@iamLudius
@iamLudius 2 ай бұрын
Shame on you…
@Glitching_light-k7b
@Glitching_light-k7b 2 ай бұрын
Im downloading stodio right now
@iamLudius
@iamLudius 2 ай бұрын
Let’s gooo
@tipdash1490
@tipdash1490 Ай бұрын
Why do you have to add another motor if their one already in it?
@Tenni7is
@Tenni7is 2 ай бұрын
day 1 of asking ludius to personally teach me how to script
@rhaastlohengrin7829
@rhaastlohengrin7829 2 ай бұрын
HOW DO I LOAD THE ANIMATION?? IT DOESNT JUST WORK(I GOT MY SWORD IN MY HAND BUT I CANT LOAD THE ANIMATION)(its an idle animation)
@NvyVortex
@NvyVortex Ай бұрын
would it still work if it was a mesh?
@joeperchance
@joeperchance 11 күн бұрын
my motor6d wont even let me choose the part0 and part1 after i turned the handle and sword to massless. it let me before i turned the sword and handle to massless but it didnt go to the arm. idk what happened
@joeperchance
@joeperchance 11 күн бұрын
ok i fixed the problem with it not letting me choose the parts. but now it still wont go to the arm?
@joeperchance
@joeperchance 11 күн бұрын
fixed it
@Manface69690
@Manface69690 6 күн бұрын
why every time i set player to r6 when i test my avatar stay in r15?
@valhalla1828
@valhalla1828 Ай бұрын
Is it possible to make it so when instead of multiple people being given the weapon when spawning instead it's only 1 specific player?
@braedenwalker6414
@braedenwalker6414 Ай бұрын
You can use an if statement and a variable to define who gets the weapon. Like if plrowns == true then --- rest of the code after characteradded end
@thecodedinary5954
@thecodedinary5954 Ай бұрын
can you make it so that the weapons show in first person?
@firicel_0753
@firicel_0753 Ай бұрын
Combine this video with that one about hitboxes
@BodeyBell
@BodeyBell 2 ай бұрын
when I make the animation, the weaponis rotating around the center of the arm.
@SoulBro3688
@SoulBro3688 Ай бұрын
How do I make it so that if a character has a certain value, the value is what decides which weapon is which?
@sy1216
@sy1216 22 күн бұрын
Is it possible to make the weapon into a tool instead?
@zu3s.
@zu3s. 2 ай бұрын
I did this but the sword is still in the dummies hands and only moves in the dummies hands pls help
@iamLudius
@iamLudius 2 ай бұрын
Check part 0 of the motor6d and make sure it’s set to the torso, I hope this helps. U may join the discord server if you want more help with this. I hope this helps tho :] Also thanks for the comment!
@WhyIsSveenyTaken
@WhyIsSveenyTaken Ай бұрын
​@@iamLudius I keep spawning inside the dummy what I used to set up the sword I have no idea what happened
@Androven891
@Androven891 2 ай бұрын
why my sword isnt moving in moon animator :(
@iamLudius
@iamLudius 2 ай бұрын
You probably attached it wrong, check the motor6D, make sure the weapon’s not anchored as well. Also thanks for the comment :]
@taimu4624
@taimu4624 Ай бұрын
when ludius makes weapons it makes me act up...
@RealExposify
@RealExposify 2 ай бұрын
9 minutes more of gooning
@b0ng200
@b0ng200 Ай бұрын
whats inside input manager
@ezraswanson9959
@ezraswanson9959 2 ай бұрын
Bro I went to go turn this on my TV to find out the top of the screen is shattered
@iamLudius
@iamLudius 2 ай бұрын
Damn… thanks for the comment tho :]
@kingzeri
@kingzeri Ай бұрын
Following tut 6:09
@blazer9319
@blazer9319 4 күн бұрын
why doesnt the weapon appear in my hand
@potato-0uy
@potato-0uy 2 ай бұрын
THATS IT? JUST PUT 1 MOTOR 6D? I SPENT DAYS FINDING A WAY TO ADD A THRUST TO MY SWORD AND THIS WAS ALL I HAD TO DO?
@iamLudius
@iamLudius 2 ай бұрын
Yessir, I hope it helps :] Also thanks for the comment :]
@timothygendreau1478
@timothygendreau1478 2 ай бұрын
part 2 is the same as part 1, except its a different action lol
@NvyVortex
@NvyVortex Ай бұрын
HOLD LET HIM YAP!!!
@ID-mw3rn
@ID-mw3rn 29 күн бұрын
How do I set up sword?
@sidez
@sidez Ай бұрын
whaat the input manager
@BatistaJanLi
@BatistaJanLi 27 күн бұрын
my weapon ain't swninging bruh help
@lemuel420
@lemuel420 26 күн бұрын
That shi didnt work but I finna try again thx mane
@randomplayer_1
@randomplayer_1 2 ай бұрын
why is the animation not working.
@NvyVortex
@NvyVortex Ай бұрын
how to weld
@Asion0tt-nv2nw
@Asion0tt-nv2nw 2 ай бұрын
where dat vid pooks
@iamLudius
@iamLudius 2 ай бұрын
Already out :]
@AvgGpoUser
@AvgGpoUser Ай бұрын
How m1s though
@-LaCreatura
@-LaCreatura Ай бұрын
Say drake..
@Comeonkeion
@Comeonkeion 2 ай бұрын
Luduis Im Not The Hacker :)
@iamLudius
@iamLudius 2 ай бұрын
Sureee…
@Comeonkeion
@Comeonkeion 2 ай бұрын
@@iamLudius Donated 50 Rbx To Your Game
@Xmannn001
@Xmannn001 Ай бұрын
So bad at everything I get stuck on step 1 🙃
@TheMissingLinc73
@TheMissingLinc73 Ай бұрын
mless wtf
@petraral8868
@petraral8868 2 ай бұрын
iwh824
@iamLudius
@iamLudius 2 ай бұрын
Thanks for the comment :]
@dinossaurotop2.148
@dinossaurotop2.148 Ай бұрын
local plrs = game:GetService("Players") local rs = game:GetService("ReplicatedStorage") local weapon = rs:WaitForChild("Weapon") plrs.PlayerAdded:Connect(function(plr) plr.CharacterAppearanceLoaded:Connect(function(char) local rightArm = char:FindFirstChild("Right Arm") local clonedWeapon = weapon:Clone() clonedWeapon.Parent = char local handle = clonedWeapon:FindFirstChild("Handle") local cframeValue = clonedWeapon:FindFirstChild("Value") local motor6d = Instance.new("Motor6D") motor6d.Part0 = rightArm motor6d.Part1 = handle motor6d.C1 = cframeValue.Value motor6d.Parent = handle end) end) BRO WTH IS WRONG WITH THIS SCRIPT
The Truth Behind Roblox's Richest Players
41:51
CubeINC
Рет қаралды 2,5 МЛН
The Only Thing You Need To Learn How To Script
4:36
Ludius
Рет қаралды 193 М.
Girl, dig gently, or it will leak out soon.#funny #cute #comedy
00:17
Funny daughter's daily life
Рет қаралды 46 МЛН
Angry Sigma Dog 🤣🤣 Aayush #momson #memes #funny #comedy
00:16
ASquare Crew
Рет қаралды 50 МЛН
АЗАРТНИК 4 |СЕЗОН 1 Серия
40:47
Inter Production
Рет қаралды 1,4 МЛН
I Paid Fiverr Game Developers to Make the Same Game
10:25
BadGameDev
Рет қаралды 694 М.
Classic Roblox RPG | Devlog #5 - BIG UPDATE!
7:18
galaxhex
Рет қаралды 10 М.
Making ANIME ABILITIES in Roblox! | Devlog 1
8:03
Shanners
Рет қаралды 22 М.
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 4,8 МЛН
The 4 Stages Of A Roblox Scripter | Roblox Studio
10:05
Ludius
Рет қаралды 5 М.
How To Impact Frames Like A Pro | Roblox Studio
8:08
Ludius
Рет қаралды 47 М.
I spent 500 DAYS Building My Roblox Game!
14:21
DeHapy
Рет қаралды 1,1 МЛН
Girl, dig gently, or it will leak out soon.#funny #cute #comedy
00:17
Funny daughter's daily life
Рет қаралды 46 МЛН