of     1   

legodude606
#161741982Friday, May 08, 2015 3:09 AM GMT

Hey there, I've searched high and low on how to make this tool that I created swing like a linked classic sword. My sort of "model" for my tool is made of multiple blocks, and I have made a weld script for it. The ends of the rake (which is what my model looks like) has some damaging tips. They can't do much damage if they don't go downwards at another humanoid. I just need some sort of simple explanation to just make the tool swing down, and back up. I don't mind if there isn't a lunge or such. I would accept exact lines, but a nice explanation would be best. Thanks!!!
MrNicNac
#161742276Friday, May 08, 2015 3:15 AM GMT

The method for swinging is hard-coded into the animation script. Here's how it's done: local Tool = ? function Swing() local SV = Instance.new("StringValue"); SV.Name = "toolanim"; SV.Value = "slash"; SV.Parent = Tool; end
legodude606
#161863524Sunday, May 10, 2015 1:52 AM GMT

Thank you so much! Really answered a good question!
legodude606
#161864234Sunday, May 10, 2015 2:01 AM GMT

Something went wrong. Sorry for the issue again, but how would I insert this into my tool? Would I just make a new script, put the lines into the script, and just leave it? Or do I have to put the lines somewhere else? Once again, sorry.
TheNewChicken
#161864485Sunday, May 10, 2015 2:05 AM GMT

Put them in the script. ROBLOX ADD IT OR I SHALL STEAL YOUR TURKY SANDWHICH!!!!1111ONE!!
legodude606
#161922244Sunday, May 10, 2015 8:35 PM GMT

My tool is located under Starter Pack as Rake. Inside the tool is all of my tool's parts, as well as my Weld Script. I inserted a new script, and put the lines into that script. I set variable ? to Rake. A blue underline comes under my "Rake" in local Tool = Rake W001: Unknown global 'Rake' This issue is becoming a complete joke. I'm very glad for all the help you guys have put into it, and as well as the patience. :)
legodude606
#162515440Wednesday, May 20, 2015 5:06 PM GMT

Hey, just bumping my own thread. I don't usually do this, but I'm still having issues.
powerhotmail123
#162515927Wednesday, May 20, 2015 5:20 PM GMT

You might want to revise this: http://www.roblox.com/Forum/ShowPost.aspx?PostID=162392490 Enjoying your stay at the Scripters Forum? Join this! http://www.roblox.com/My/Groups.aspx?gid=2582784
legodude606
#163579017Tuesday, June 02, 2015 8:01 PM GMT

I have revised that, and I've already looked through many videos about animations and such. I still don't fully understand how to attach this animation to my tool. I appreciate the extra knowledge and such, but still have my question unsolved.
legodude606
#164163071Wednesday, June 10, 2015 4:04 AM GMT

Bumping thread, once again. Some real help would be appreciated!
legodude606
#168935019Monday, July 27, 2015 1:54 AM GMT

About a month later. Bumpy bump. Please someone help!
cgjnm
#168935174Monday, July 27, 2015 1:55 AM GMT

wow a month later... Good thing I'm good with animations! (not)

    of     1