Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i fix the wield of a tool?

Asked by
G0ZZEN 17
5 years ago

I recently wanted to add some swords to my game and i have come across this issue:

https://gyazo.com/e52392c16e4aed4f8f2dd5f863ac945d

Do i have to just change the rotation of the tool?

Here's my current sword script:

001r = game:service("RunService")
002 
003 
004local damage = 7
005 
006 
007local slash_damage = 12
008local lunge_damage = 31
009 
010sword = script.Parent.Handle
011Tool = script.Parent
012 
013 
014local SlashSound = Instance.new("Sound")
015SlashSound.SoundId = "rbxasset://sounds\\swordslash.wav"
View all 203 lines...
0
Thanks, will try this out. G0ZZEN 17 — 5y
0
Nope, this breaks after i hit. The grip is already right. G0ZZEN 17 — 5y
0
Nvm figured it out myself, all i had to do was change the grip values in the script G0ZZEN 17 — 5y

Answer this question