|
| 20 Apr 2014 12:32 PM |
http://www.roblox.com/Scripting-Help-item?id=154253147 There are the sword scripts + the animation. What I want to do is make it so when you click it does that specific animation instead of the simple up and down sword swing. |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2014 12:36 PM |
| Welds with Right Shoulder and Left Shoulder, duh.. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 20 Apr 2014 01:06 PM |
I cant get much simpler
Why doesnt anyone look things up on wiki before asking this forum |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2014 01:07 PM |
| I dont think you understand what im trying to do with this script. |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2014 01:08 PM |
I dont think you understood my second post
Go on Roblox Wiki, learn welds, and weld yourself an animation |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2014 01:11 PM |
| Dont be so Superior. I will look at the wiki but im doubtful i'll understand because im an idiot. We all cant be smart. |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2014 01:14 PM |
Oh god. -_-
RS = char.Torso["Right Shoulder"] LS = char.Torso["Left Shoulder"]
for i=1, 12 do RS.C0 = RS.C0*CFrame.Angles(0,0,0) LS.C0 = LS.C0*CFrame.Angles(0,0,0) end
wait()
for i=1, 12 do RS.C0 = RS.C0*CFrame.Angles(0,0,0) LS.C0 = LS.C0*CFrame.Angles(0,0,0) end
--define char, change angles, add more C0 stuff |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2014 01:23 PM |
Nevermind i think i got it.
function attack() damage = 0 local vCharacter = Tool.Parent local hum = vCharacter:findFirstChild("Humanoid") blah = hum:LoadAnimation(script.Parent.Slash) blah:Play() end |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2014 01:24 PM |
| Well why didnt you say you didnt want welds after my first post -__- |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2014 01:24 PM |
Read the OP I wanted the specific animation that was in the model.
|
|
|
| Report Abuse |
|
|
PlebGod
|
  |
| Joined: 30 Nov 2013 |
| Total Posts: 132 |
|
| |
|
| |
|
|
| 20 Apr 2014 01:26 PM |
| When people want animations, there is either literal animations and weld animations . |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2014 01:29 PM |
| Well i said specific. And the animation itself is in the model, so you couldve at least looked at it once. But anyway thanks for the help. |
|
|
| Report Abuse |
|
|
PlebGod
|
  |
| Joined: 30 Nov 2013 |
| Total Posts: 132 |
|
| |
|
|
| 20 Apr 2014 01:31 PM |
| The wiki is confusing and i like talking to real people with experience that can help if i have a problem and dont know what to do, cause sometimes the wiki doesnt tell you everything. |
|
|
| Report Abuse |
|
|
PlebGod
|
  |
| Joined: 30 Nov 2013 |
| Total Posts: 132 |
|
|
| 20 Apr 2014 06:48 PM |
"The wiki is confusing" then maybe you're not ready to learn Lua |
|
|
| Report Abuse |
|
|
| |
|