|
| 16 Feb 2013 05:40 PM |
so i want to animate in scripting but idk how to get the coords and the rotation i want to make a reload animation for my gun i got this already copied from another gun i found on roblox models here is the code(animation) can you maybe explain what this means and how i can get the coords?
function ReloadSequence() -- Right Arm Movement(Left/Right,Fowards/Backwards,Up/Down) Rotation(Up/Down,Left/Right,Twist) -- Left Arm Movement(Up/Down,Fowards/Backwards,Left/Rigt) Rotation(Left/Right,Up/Down,Twist) weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), 0) weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0)) wait(.04) weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-92), math.rad(-16), 0) weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(280), 1, math.rad(-0)) Tool.Handle.M1:play() Tool.Mag.Transparency = 1 local mag = Tool.Mag:clone() mag.Parent = game.Workspace mag.CanCollide = false mag.Transparency = 0 end
i tried to look at it and tried to understand but i can't understand it |
|
|
| Report Abuse |
|
|
Jtmt88
|
  |
| Joined: 07 Jun 2008 |
| Total Posts: 4346 |
|
| |
|
| |
|
|
| 16 Feb 2013 06:26 PM |
| Just simply use a script or lua if you dont know it ask someone or find it on youtube or roblox wiki. |
|
|
| Report Abuse |
|
|
|
| 16 Feb 2013 06:32 PM |
| i just want to learn animating in scripting is it that hard to explain? |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2013 07:58 AM |
| can someone help me with that? |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2013 08:37 AM |
| I'm not that good at making things move with scripts. Someone should definately make a plugin that lets you animate stuff. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
HotJazzCP
|
  |
| Joined: 18 Dec 2010 |
| Total Posts: 682 |
|
|
| 02 Mar 2013 12:14 PM |
| I am also not good at animation scripts, but I honestly do think that if somebody made a Plugin to animate tools, models or anything, it would be a big hit. |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2013 12:43 PM |
| yeah i think that too but if you know somebody that can good animate can you please tell him to reply on my topic i want to learn it and then i think i go make gun models from black ops 2 |
|
|
| Report Abuse |
|
|
| |
|
Ri1es
|
  |
| Joined: 19 Mar 2011 |
| Total Posts: 108 |
|
|
| 27 Mar 2013 03:29 PM |
The best way I find to animate is to go into Studio, Solo Mode, and use the command bar to animate the limbs of your character, making a note of the CFrames as you go. Hope this helped. -Ri1es |
|
|
| Report Abuse |
|
|
|
| 28 Mar 2013 03:04 PM |
how can i use the command bar to animate the limbs? can you make a mini tutorial for that in a reply? |
|
|
| Report Abuse |
|
|
| |
|