How To Make A Sword On Roblox

  Рет қаралды 153,217

Insider Tech

Insider Tech

Күн бұрын

Пікірлер: 394
@mysteryhatlol955
@mysteryhatlol955 Жыл бұрын
To this day I hit my head on a wall trying to find out why did roblox made tool system like this.
@outcast69
@outcast69 Жыл бұрын
😅yep same
@baconheadhair6938
@baconheadhair6938 8 ай бұрын
tool system is fine
@KarlCo.
@KarlCo. 8 ай бұрын
i was hitting my head before i watched this video
@Foxywoxy200
@Foxywoxy200 5 ай бұрын
luau made the coding, roblox used the script service
@Imaturtledev
@Imaturtledev 5 ай бұрын
somehow when i made the tool it kept teleporting me to the position where the block was in the lobby and getting me stuck in the ground even though it wasnt anchored
@deppy_logs
@deppy_logs Жыл бұрын
0:10 got us in the first half ngl
@YuriFan6000Mario
@YuriFan6000Mario Жыл бұрын
@Curious pay more attention at the shape when they start building it, you might be able to see it
@MelonMate
@MelonMate Жыл бұрын
it really didn't until I saw this comment
@Agmp2
@Agmp2 3 ай бұрын
Took me 3 parts
@JohnPaul-v2f
@JohnPaul-v2f 2 ай бұрын
lol
@JohnPaul-v2f
@JohnPaul-v2f 2 ай бұрын
us?
@Zillamationz
@Zillamationz 9 ай бұрын
Calmly says "now lets script it to kill other players"
@STZJ
@STZJ Жыл бұрын
2:53 local DebounceTable = {} script.Parent:WaitForChild("Hitbox").Touched:Connect(function(objectThatTouchesTheHitbox) if objectThatTouchesTheHitbox.Parent then if objectThatTouchesTheHitbox.Parent:FindFirstChild("Humanoid") then if DebounceTable[objectThatTouchesTheHitbox.Parent] == true then return end DebounceTable[objectThatTouchesTheHitbox.Parent] = true objectThatTouchesTheHitbox.Parent.Humanoid:TakeDamage(30) wait(2) DebounceTable[objectThatTouchesTheHitbox.Parent] = nil end end end)
@MrMunch623_RBLX
@MrMunch623_RBLX Жыл бұрын
thanks 👍
@plurio1
@plurio1 Жыл бұрын
you realize theres a link for that..
@STZJ
@STZJ Жыл бұрын
@@plurio1 save tim
@Msxwellllllllllllll
@Msxwellllllllllllll Жыл бұрын
⁠ThatOneDreadHead
@StealBlox
@StealBlox Жыл бұрын
There a literal link for that in the description.. 😑
@VVRXTHH
@VVRXTHH Жыл бұрын
Can you show how to animate it swinging please?
@VideLiegise-p7m
@VideLiegise-p7m Жыл бұрын
I wish you the best to get noticed
@Aden_him
@Aden_him 8 ай бұрын
animationnnnnnn!
@watchyogdofyevu9355
@watchyogdofyevu9355 5 ай бұрын
Local tool = script.Parent Local plr = tool.Parent Local hum = plr.Humanoid Local Anim = script.Animation Local track = hum:LoadAnimation(Anim) Tool.Equiped:connect(function() click.Button1down:connect(function() Track:play() End) End) Thats how i did it
@CallytheCalicoCat
@CallytheCalicoCat 3 ай бұрын
local tool = script.Parent local animation = Instance.new("Animation") animation.AnimationId = "rbxassetid://(whatever the animation id is)" local debounce = false --functions tool.Activated:Connect(function() if debounce == false then debounce = true tool.Parent:FindFirstChild("Humanoid").Animator:LoadAnimation(animation):Play() wait(1) debounce = false end end)
@TheSquadsStudio12
@TheSquadsStudio12 2 ай бұрын
@@CallytheCalicoCat omg it works ty bro, (just add a script into the sword tool, and copy and paste this script)
@opiaif2020
@opiaif2020 2 жыл бұрын
it still worked! thanks man I really appreciate it
@LightningPlayzTV
@LightningPlayzTV Жыл бұрын
When I made my tool. I equipped the tool and it took me to the place I was making it. How do I fix that?
@LightningPlayzTV
@LightningPlayzTV Жыл бұрын
@@alexkonkin3317 Nvm I managed to fix it last week but thanks for the help though
@rodie3570
@rodie3570 8 ай бұрын
how? can you explain
@rainiell612
@rainiell612 2 жыл бұрын
thx man you are the best guy i have ever watched
@Outra2024
@Outra2024 Жыл бұрын
hint: union all other parts except for handle and then add weldconstraint
@Shurimi-d9v
@Shurimi-d9v Жыл бұрын
OMG THX U SO MUCH IT FINNALY WORKS
@NORMAL_winged
@NORMAL_winged 8 ай бұрын
good idea..LETS GO NOW İ CAN MAKE GİANT SWORDS
@AuthenticKale
@AuthenticKale Ай бұрын
This was very fun to follow, especially when I just put in the classic sword gear and changed the model, which achieved what I personally was looking for. This is a great tutorial nonetheless! Thanks dude.
@Windy021
@Windy021 2 ай бұрын
How to weld everything faster: Select every part and click create and click weld and everything should automaticlly weld
@businessnoo
@businessnoo 5 ай бұрын
Whenever I try to do the step at 3:20 I can’t because my tool turns invisible and idk how to turn it back? Please help
@grumpysourdough
@grumpysourdough 2 ай бұрын
did you turn the hitbox transparent or the whole weapon?
@YurOli2
@YurOli2 21 күн бұрын
it because it is in the starter pack, currently there is n player holding it, so it will not appear
@Dongdongguliguli
@Dongdongguliguli 7 ай бұрын
for some reason i end up teleporting to my sword and it ends up dissapearing, i checked all the things and it still doesent work, please help me fix this
@oris7777
@oris7777 7 ай бұрын
is it un anchored and in the starterpack
@Jis_notok
@Jis_notok 3 ай бұрын
add a little box named handle hidden inside of the actual handle itself
@henryman2451
@henryman2451 2 жыл бұрын
you should've put the code for the sword in the description so i dont have to copy it from a part of the video so here is the code for the sword: local DebounceTable = {} script.Parent:WaitForChild("Hitbox").Touched:Connect(function(objectThatTouchesTheHitbox) if objectThatTouchesTheHitbox.Parent then if objectThatTouchesTheHitbox.Parent:FindFirstChild("Humanoid") then if DebounceTable[objectThatTouchesTheHitbox.Parent] = true then objectThatTouchesTheHitbox.Parent.Humanoid.:TakeDamage(30) wait(2) DebounceTable[objectThatTouchesTheHitbox.Parent] = nil end end end end)
@zsoltdebreczeni3576
@zsoltdebreczeni3576 2 жыл бұрын
true legend
@henryman2451
@henryman2451 2 жыл бұрын
true
@e靈魂
@e靈魂 2 жыл бұрын
u r LEGEND
@revenantsrc4002
@revenantsrc4002 2 жыл бұрын
He already put a link to the pastebin in the description.
@goodguy9084
@goodguy9084 2 жыл бұрын
thanks! quick question: dose this work for blender vfv swords because i made one
@selfwastaken
@selfwastaken 2 жыл бұрын
it will, just import it as an fbx and call it a handle, then code it
@StealBlox
@StealBlox Жыл бұрын
yes as long as u insert ur model to roblox studio
@flopplayz1371
@flopplayz1371 2 жыл бұрын
3:37 BALLER
@Murathhan
@Murathhan 2 жыл бұрын
yea
@EggsToMe
@EggsToMe 5 ай бұрын
Thanks for the tutorial, you saved me on the weld part
@NothingNeat
@NothingNeat 2 жыл бұрын
Ummm when I equip it it just teleports me to it and I can’t move
@lorincvass7400
@lorincvass7400 2 жыл бұрын
maybe cuz its anchored
@YummyChez
@YummyChez 7 ай бұрын
@@lorincvass7400 it happens to me to and its unanchored
@Meowcat0911s_new_accout
@Meowcat0911s_new_accout 3 ай бұрын
@@YummyChez check your handle, it could also be anchored
@Ryushark172
@Ryushark172 Жыл бұрын
how do i fix everytime i use it it teleports me to where i put the sword
@i2hs2
@i2hs2 11 ай бұрын
unanchor it
@source-enjoyer-72s
@source-enjoyer-72s 6 ай бұрын
if anyone knows a little bit of blender, you can make something in it and spend less time adding weldconstraints to your tool
@proffesorfkill3r5gamer95
@proffesorfkill3r5gamer95 2 жыл бұрын
There's a q perfection weld u know..
@att1cus8
@att1cus8 Жыл бұрын
TYSM!!! This really works with my idea
@lolam890plays
@lolam890plays 5 ай бұрын
Fun Fact: If you do this without putting it in starter Pack, its a pick up able item,
@notme4450
@notme4450 2 ай бұрын
This is the First video I found that worked when it’s more than 2 years old.
@thesoup_
@thesoup_ 5 ай бұрын
I have a question can you make the parts a model and weld the model as a whole to the handle part?
@QuestStud
@QuestStud 2 ай бұрын
me before getting the script: "Hippty Hop Your script is in my Property Now!"
@ZkAk-u3i
@ZkAk-u3i 5 ай бұрын
how do you add an animated sword attack?
@puggy1_wuggy2
@puggy1_wuggy2 Жыл бұрын
My sword doesn't work I followed all the instructions but when you pick it up and use it it doesn't deal damage to enemies but when you try to pick it up it damages you. HELP
@ZyanFernando
@ZyanFernando 11 ай бұрын
Lol the sword backfired
@ZyanFernando
@ZyanFernando 11 ай бұрын
Its cuz anyone who touches the sword having a humanoid will take damage.
@puggy1_wuggy2
@puggy1_wuggy2 11 ай бұрын
@@ZyanFernando l fixed it with a script that includes an animation
@itzmqximingame
@itzmqximingame 2 жыл бұрын
awesome video this actually worked to thank you alot!!!!
@lopldey
@lopldey Жыл бұрын
Why is Insider Tech stealing ppl vids and giving no credit
@Propeller_Hat_Cat
@Propeller_Hat_Cat 7 ай бұрын
Thank you very much this really work!
@InvertDoge
@InvertDoge 2 жыл бұрын
no animation?
@Gooberguy4735
@Gooberguy4735 10 ай бұрын
i made the sword holdable but i cant make it do damage idk if its the script or something else
@ReduxMe
@ReduxMe Жыл бұрын
Why whenever I equip it I get stuck in the baseplate?? I unanchored it too
@SkilleDDefender_alt
@SkilleDDefender_alt 9 ай бұрын
Move it above the ground
@ReduxMe
@ReduxMe 9 ай бұрын
@@SkilleDDefender_alt I have learnt scripting 🗿But thanks bro
@Ultraspinspenspinning
@Ultraspinspenspinning 29 күн бұрын
can someone help me when i test the game the sword just stays in place and the handle comes in my hand and i tried unanchoring the sword but it just breaks apart into pieces.can someone help?
@Lt.Sunrise_Gaming
@Lt.Sunrise_Gaming Жыл бұрын
Spend hours wasting my time. Made the script and after the katana was in the starter pack, unable to select the katana and it's part, unable to move from starter pack now i cant edit the katana in any way very disappointed pls help
@HeroEmu_Gaming
@HeroEmu_Gaming 5 ай бұрын
you need to take it out of starterpack
@HeroEmu_Gaming
@HeroEmu_Gaming 5 ай бұрын
and back into workspace
@Its_Thomas_
@Its_Thomas_ Жыл бұрын
How come my character cant hold it, like it appears in my inventory just not in my hand
@hotcheeto6
@hotcheeto6 9 ай бұрын
i do have one problem whenever i pull it out it either makes me fall over or teleport to a random position
@NoahRosario-pf5qn
@NoahRosario-pf5qn 9 ай бұрын
un anchor it or make a weldconstraint for each part ex theres 7 parts minus the handle, make 7 weldcontstraints and then put part two as handle or do both
@Balloons-ce8um
@Balloons-ce8um 2 ай бұрын
Why do I get teleported inside of bace plate when I select sword
@unidentifiedperson-tr9qw
@unidentifiedperson-tr9qw 8 ай бұрын
2:24 my sword shattered where it was before and i had a red cube in my hand
@35kagan
@35kagan 8 ай бұрын
Yes ım having this problem.Did you find the solve?
@NoahRosario-pf5qn
@NoahRosario-pf5qn 6 ай бұрын
@@35kagan to fix this make sure that the weldconstraint is on both the handle and the part, and make sure that there are enough weld constraits for all parts (so it would be like , handle, part1, handle part2) and make sure it is all unanchored
@35kagan
@35kagan 6 ай бұрын
@@NoahRosario-pf5qn thank you dude but ı solved 2 monthd ago :D
@Matiasgsspider
@Matiasgsspider 5 ай бұрын
okay this works but you know how is sword is like standing upwards well my sword is kinda facing the back of the plyer how do i fix that????
@dendroxxguy
@dendroxxguy 7 ай бұрын
whenever i try to equip the sword its like its anchored to the ground, and whenever i check its always unanchored. do you have any idea on how to fix this?
@salocins
@salocins 7 ай бұрын
You may be checking the tool itself Instead, look at the individual parts itself, and see if any of the parts are anchored If some are, un-anchor them.
@TopazTerra503
@TopazTerra503 Жыл бұрын
Thanks, but how do i animate it?
@CottonCandyCruze
@CottonCandyCruze Жыл бұрын
Please help why I can't move witזh the sword when I use it I fly🙏
@lukaa2
@lukaa2 7 ай бұрын
some of the parts in your sword are anchored, make sure that the anchored check is off, also im very late so just ignore me if you've already solved your problem
@arcade_02
@arcade_02 3 ай бұрын
an easier way to weld would be using the create button on the modeling section
@RealMxgul
@RealMxgul Жыл бұрын
When my weapon is equipped its still were i was making it at not in my hand
@Cill278
@Cill278 Жыл бұрын
The store doesn’t work I did all of that I need the tool I put it in the starter pack but it just falls over
@Omeg_lags
@Omeg_lags Жыл бұрын
tysm brooo really useful!
@samedkarazhayev3102
@samedkarazhayev3102 Жыл бұрын
how do i animate?
@ZyanFernando
@ZyanFernando 11 ай бұрын
Make Animations for it
@realbloxmines9388
@realbloxmines9388 2 жыл бұрын
BRO I LOVE YOU SO MUCH TY NOW I CAN FINALLY ADD PICKAXES TO MY GAME
@samangso
@samangso Жыл бұрын
Can you animate the swinging animation
@werewolfplaze
@werewolfplaze Жыл бұрын
bro it doesnt work, I did every single thing for the welding and the sword just gets stuck in the ground and I teleport into the sword. HOW DO I FIX THISSS
@Umbacon-iw4cy
@Umbacon-iw4cy Жыл бұрын
Unanchor it but my problem is the scripting isn’t working
@chelik_20
@chelik_20 Жыл бұрын
bruh it is 2023 i can't do anything at 1:40
@yklance
@yklance 11 ай бұрын
Whenever i equip it i just get send to where i placed the sword, can you help me?
@ZyanFernando
@ZyanFernando 11 ай бұрын
Maybe you forgot to unanchored it or maybe change r15 to r6 or vice versa
@SciGamering
@SciGamering 8 ай бұрын
unanchored
@N3GAT1VE-m4i
@N3GAT1VE-m4i 2 жыл бұрын
Ayyy it worked for my game! Thank you! Can you make a video on making animation's for your sword please?
@gttkki5343
@gttkki5343 2 жыл бұрын
i gotchu bro i can do that.
@OfficialDarkZiper
@OfficialDarkZiper Жыл бұрын
no your lying, i dont see the rig builder on my roblox studio, so it is... FAKEEEE!
@N3GAT1VE-m4i
@N3GAT1VE-m4i Жыл бұрын
@@OfficialDarkZiper ... you might havent done it right?
@Ethers.Exalianyt
@Ethers.Exalianyt Жыл бұрын
@@OfficialDarkZiper rig builder is there you jut dont look.
@Ethers.Exalianyt
@Ethers.Exalianyt Жыл бұрын
@@OfficialDarkZiper you must go to avatar
@IceKey193
@IceKey193 Жыл бұрын
Theres a problem where when you equip the tool the player will be sent to that spot how to fix it?
@aadvikreddy686
@aadvikreddy686 Жыл бұрын
Did u forget to unachor it
@IceKey193
@IceKey193 Жыл бұрын
@@aadvikreddy686 No
@superduperbob
@superduperbob 2 жыл бұрын
so, when i equip the sword, it is being held horizontally, not vertically
@kabouterplop6158
@kabouterplop6158 2 жыл бұрын
its because of ur handle make a new Handle and rotate it until its perfectly
@superduperbob
@superduperbob 2 жыл бұрын
@@kabouterplop6158 yeah i know i fixed it, plus i got rid of that shit cause it didnt work
@muffinmaniacs193
@muffinmaniacs193 Жыл бұрын
@@kabouterplop6158 actually its becuase of the grip.
@Paquiu100.
@Paquiu100. Жыл бұрын
@@muffinmaniacs193 no actually because his ip is on ohio ç
@the1andonlyprehistoricpineappl
@the1andonlyprehistoricpineappl 11 ай бұрын
@@Paquiu100.🤣🤣🤣 you’re so funny (😐)
@t3dspace
@t3dspace 3 ай бұрын
My animations are not working for some reason, for like a year, and i had to revert back to this 😭 thanks tho
@hackerman3511
@hackerman3511 Жыл бұрын
Ah, so you too realize the sudden appearance of the famed "AlvinBlox".
@randomguy8092
@randomguy8092 Жыл бұрын
Ruins my custom jump animation, how do I fix?
@nassernaser8788
@nassernaser8788 8 ай бұрын
when i start the game and i select the swords it teleports me to where the sword used to be how can i fix this?
@BIuStarProductions
@BIuStarProductions 8 ай бұрын
that means it's anchored, you can unanchor it by selecting the sword part and pressing unanchor at the home tab at the top of studio
@bosstank6854
@bosstank6854 2 ай бұрын
Thank, I got my sword fish.
@e靈魂
@e靈魂 2 жыл бұрын
How to make the character use 2 sword in same time like kirito
@lil_lam-69
@lil_lam-69 6 ай бұрын
it doesnt work for me :(
@L371
@L371 8 ай бұрын
How do you make it so that it will swing
@NickScarman
@NickScarman 9 ай бұрын
That welding thing is weird. can you not design the sword and merge it together somehow where it isn't 20 parts.
@NoahRosario-pf5qn
@NoahRosario-pf5qn 9 ай бұрын
union each part to make one part besides handle then weld it :D
@Kjilness
@Kjilness 7 ай бұрын
union the parts and name it handle
@Pepe_frog2
@Pepe_frog2 7 ай бұрын
Bro thank you so much!
@fnafman9
@fnafman9 5 ай бұрын
Does anyone know how I can add a swing Animations?
@imagay7889
@imagay7889 Жыл бұрын
i still dont undertand what you did on 1:16
@Zorblin
@Zorblin 2 жыл бұрын
Yay this will work perfectly for my game!!!
@OfficialDarkZiper
@OfficialDarkZiper Жыл бұрын
no your lying, i dont see the rig builder on my roblox studio, so it is... FAKEEEE!
@Zorblin
@Zorblin Жыл бұрын
@@OfficialDarkZiper I did it 3 months ago and it worked fine. I don’t have rig builder anymore too or animation thingy.
@Chillitastic_official
@Chillitastic_official Жыл бұрын
They moved it somewhere else
@OfficialGoozy
@OfficialGoozy Жыл бұрын
they moved it to avatar @@Zorblin
@Player_NH
@Player_NH Жыл бұрын
thats cool and all but how do you make it so you can actually hit something. like when you press rmb it hits.
@WalterFromFortnite
@WalterFromFortnite 9 ай бұрын
just use an animation
@weirdmelon5696
@weirdmelon5696 2 жыл бұрын
Many thanks to AlvinBlox who always makes my day (:
@entvolx
@entvolx 2 жыл бұрын
hey i added this and folowed step by step this tutorial but it doesnt work u know why
@orangedrip
@orangedrip 2 жыл бұрын
@@entvolx its a fake script you just got bamboozled
@entvolx
@entvolx 2 жыл бұрын
@@orangedrip yeah i reallized it.
@sapphichalovianrobin
@sapphichalovianrobin 2 жыл бұрын
@@entvolx not fake tho worked for me
@Ethers.Exalianyt
@Ethers.Exalianyt Жыл бұрын
@@sapphichalovianrobin yeah it isnt faked you others didnt type it right lol
@christophergimeno393
@christophergimeno393 Жыл бұрын
Yoo alvin there is a bug. If even if you stay away from the target. it still damanges them. Until they are dead
@sy1216
@sy1216 Жыл бұрын
Im suprised that insider tech even made a video on roblox
@opiaif2020
@opiaif2020 2 жыл бұрын
DebounceTable dosent work so I used DeboundTable
@KSAINMOST
@KSAINMOST Жыл бұрын
But what about animations?
@donaterplays5276
@donaterplays5276 2 жыл бұрын
Do you get video from AlvinBlox Chanell?
@Vexyxzc
@Vexyxzc Жыл бұрын
why doesn't it get placed in my hand but the place were i put it in the workspace??
@K.acper0
@K.acper0 7 ай бұрын
one part is probably anchored or you placed it in the ground, i recomennd placing it in the air so when the game starts its on the ground and u can pick it up
@RepublicofMJ
@RepublicofMJ 9 ай бұрын
The unanchoring was a solution to a critical problem, but the creation of another. This kept happening to a point where I can't follow along.
@RepublicofMJ
@RepublicofMJ 9 ай бұрын
Also, what the flip is 1:29 THIS?
@lautre-cote
@lautre-cote 6 ай бұрын
what's the problem?
@saolovee
@saolovee 2 жыл бұрын
Nice this tutorial was really helpful i subbed to this channel and alvins channel Thanks!
@orangedrip
@orangedrip 2 жыл бұрын
are u being forced to comment this this doesnt work
@krispykriisp
@krispykriisp Жыл бұрын
@@orangedrip it does work lol ur doing it wrong
@orangedrip
@orangedrip Жыл бұрын
@@krispykriisp yes actually… 💀
@kingstickboy557
@kingstickboy557 Жыл бұрын
my sword doesnt go in my hand when i select it
@MilkyOnYT
@MilkyOnYT Жыл бұрын
this is bullshit because as soon as i put the tool in starterpack the touch interest disappears
@Regeaj7978
@Regeaj7978 13 күн бұрын
bro i seriously checked the description to find the script and couldnt so i paused the video right when he showed the script to hand type everything out then when i finally finished i played the video some more and found out it was a LINK in the description!
@MrMunch623_RBLX
@MrMunch623_RBLX Жыл бұрын
how do you select all parts like that lol
@NoahRosario-pf5qn
@NoahRosario-pf5qn 6 ай бұрын
go to the part on the top and select it and go to the bottom part and while holding shift select it
@dacoolestskirrel
@dacoolestskirrel 3 ай бұрын
im struggling to give it a swing animation brah
@MoonLmao
@MoonLmao Жыл бұрын
bro sounds like Richard Ayoade
@itscrystillizedgamer
@itscrystillizedgamer Жыл бұрын
wait but my sword dissapeared
@anniyahvive
@anniyahvive Жыл бұрын
same
@robloxgamerbro492
@robloxgamerbro492 Жыл бұрын
the code isn't in description
@alyx6828
@alyx6828 Жыл бұрын
this is so tedious, if you have a weapon with a lot of parts its so difficult to give all of them a weld constraint, there has to be an easier way
@TheCardboardDinosaur
@TheCardboardDinosaur Жыл бұрын
As a long time game dev and animator, there is not.
@QUBIQUBED
@QUBIQUBED Жыл бұрын
@@TheCardboardDinosaur there is, actually Some developer on KZbin I vaguely knew made a plugin known as "Constraint Creator". This lets you select 2 or more base parts and weld them all at once, this works with constraints, welds, motor6D's, etc. There might be some bugs, but I haven't found any issues with it!
@thejanitor5671
@thejanitor5671 Жыл бұрын
I may be wrong but I think you can use blender to make the tool then just have two halves a sword to constraint
@CertifiedBowgartfan
@CertifiedBowgartfan Жыл бұрын
i just used d-weld..
@Galaxy8081
@Galaxy8081 Жыл бұрын
you can just union all the other parts together(except the handle) and weld constraint the union.
@prodfym
@prodfym 2 жыл бұрын
Whenever I try to equip it it teleports me to the spot where I modeled the sword and puts me in a werid position. I tried to fix this problem for 7 hours please help!
@prodfym
@prodfym 2 жыл бұрын
@Natty No it isnt...
@jxrdxn4623
@jxrdxn4623 2 жыл бұрын
it may be welded to the baseplate, try moving it
@TheSeaBucket1
@TheSeaBucket1 Жыл бұрын
Ik I’m late but basically the sword is not supposed to touch the baseplate, take it out of startpack, and select the move tool to move it above the baseplate it should work
@issunnemyfavorite
@issunnemyfavorite Жыл бұрын
@@prodfym it is, basically anchor it and unanchor it.
@notcringe7759
@notcringe7759 2 жыл бұрын
how do i make it so it knows who the player who owns the sword is
@sergiuburuian6118
@sergiuburuian6118 2 ай бұрын
I CANT SEE TOUCH INTEREST. I SPELT IT CORECT AND I STILL CANT SEE IT
@robuxprotonoovb
@robuxprotonoovb Ай бұрын
how u do dang weid contrant roblox why not just leave handle and model and script thats it we dont need 1 extra we got enough
@JoinTeamSinister
@JoinTeamSinister Ай бұрын
how do i make it do an animation
@masontroy8514
@masontroy8514 7 ай бұрын
thanks helped alot
@coyte
@coyte 19 күн бұрын
when i hold it im stuck
@Mf_Anisins
@Mf_Anisins 2 жыл бұрын
ok but now how do i add custom animations?
@okascripts4513
@okascripts4513 2 жыл бұрын
Look at a different video for that because this one just says how to make it do damage, but you can make animations and add a script to it called animation Script or whatever then you add the script in but watch a diff vid for that.
@Mf_Anisins
@Mf_Anisins 2 жыл бұрын
@@okascripts4513 i figured it out like 2 hours after i made this comment lmao
@kirbi3444
@kirbi3444 2 жыл бұрын
it falls apart
@keremcinarrinyedekgi
@keremcinarrinyedekgi Жыл бұрын
how do i put image in the sword model
@WingzGamez
@WingzGamez Жыл бұрын
how do i get explorer?
How to MAKE a Sword in Roblox Studio
15:38
Rustysillyband
Рет қаралды 55 М.
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 6 МЛН
Sigma girl VS Sigma Error girl 2  #shorts #sigma
0:27
Jin and Hattie
Рет қаралды 124 МЛН
ССЫЛКА НА ИГРУ В КОММЕНТАХ #shorts
0:36
Паша Осадчий
Рет қаралды 8 МЛН
The Lost World: Living Room Edition
0:46
Daniel LaBelle
Рет қаралды 27 МЛН
How To Make A Sword In 10 Minutes | Blender
10:49
Kingkade 3D
Рет қаралды 217 М.
Can 6 DEVS Make a HANGOUT Game Without Communicating?
17:25
How To Master Roblox Scripting (Even If You're Lost!)
6:55
SmartyRBX
Рет қаралды 37 М.
Can I 100% Superliminal and Get a Refund?
23:36
Gronf
Рет қаралды 245 М.
I Made a Fake Warning to Scare Roblox Players
16:31
ByteBlox
Рет қаралды 2,1 МЛН
How To Make A Sword In 15 Minutes | Blender
14:46
Kingkade 3D
Рет қаралды 55 М.
The Fall of Roblox's Greediest Player
2:03:49
CubeINC
Рет қаралды 1,9 МЛН
The Fall of Roblox's Biggest Games
16:48
CubeINC
Рет қаралды 6 МЛН
How To Model A Sword In 10 Minute | Blender
8:51
Kingkade 3D
Рет қаралды 86 М.
BIP HOUSE  .бип хаус 🥰🏡  #shorts
0:13
bip_house
Рет қаралды 1,2 МЛН
🪄Вечная спичка #diy #выживание #поход
1:00
Короче, ВИ
Рет қаралды 2,8 МЛН
The Million view clip on China's Tiktok P2428 #shorts #gochannel
0:15
Go Channel TV
Рет қаралды 29 МЛН
Проверил, как вам?
1:01
Коннор
Рет қаралды 964 М.
пранк: псих сбежал из дурдома
0:53
Анна Зинкина
Рет қаралды 1,7 МЛН
Halloween is coming
0:12
Younes Zarou
Рет қаралды 3,4 МЛН