|
| 03 Oct 2011 10:45 AM |
| How do I animate an NPCs arm movements and leg movements? I want to make them appear to be walking when they move. I'm also wondering how I would go about making one arm swing (Like with a sword or something). Please note that I'm not asking for free scripting, I want to learn how to do this. |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 11:15 AM |
| It's long script i can't write it cause there is no size maybe |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 11:16 AM |
| Din't you hear about the CFarme's script? cause this is like it |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 11:19 AM |
| Sorry I don't understand what you're saying |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 11:26 AM |
Make a NPC Don't forgot to put Head part Insert>Object>Humanoid You have to know the health script or you can copy it from your character and Test Solo copy script cause its long script its call Anime Script or Anime or something. |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 11:32 AM |
@Galen
Thats too confusing.
To make it so your character moves, first spawn a new part. Name this part "Head"
Next, select "Head", go to insert and click Object. From there, scroll over to "Humanoid," which has a picture of a Robloxian. From there, make a standard roblox form. I am not sure exactly how you will get it to move, but that is how you get a Robloxian NPC. I dunno how to do animations. |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 11:41 AM |
Anyway that move , don't you see when you be in a place your character move and i know everything about how to make a humanoid |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 12:09 PM |
| I'm not asking how to make a humanoid or how to make it move, I already know. I want to learn how to animate (arms swing and stuff). Right now my NPCs just glide along the ground. |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 12:10 PM |
| Okay, make a Person (Clone yourself0 and then look in Humaniod, you'll see it has Walk To Targets and things like that, you could sue those to 'Animate' it. |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 12:23 PM |
| By animate, I don't mean move the whole NPC. I mean arms and legs swinging. My NPC moves around fine. But the arms and legs are stiff against the side because nothing animates them. What I want to learn is how to move those in relation to the rest of the body so that I can give them the walk effect and maybe some sword swinging action. Get what I mean? |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 12:33 PM |
You use motors. I haven't learned Motor6D yet, but it is possible with normal motors.
http://www.roblox.com/M-C-Piggerston-item?id=62997454
Study that if you'd like. :) |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 12:40 PM |
| Wow thats awesome thanks. Guess I'm gonna have to learn what coroutine is too :P |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 02:15 PM |
| I only used coroutines so I could run the entire animation from one script. |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 02:48 PM |
| Oh ok. Well I've looked at it and I can't figure out what the desiredangle and velocity and stuff is for and how it works |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 03:05 PM |
I have to go; I will explain when I get back.
|
|
|
| Report Abuse |
|
|
| |
|
|
| 03 Oct 2011 05:57 PM |
The MaxVelocity determines how fast the motor moves. The motor moves based on the CurrentAngle and the DesiredAngle. The DesiredAngle is just that: the desired angle. When you change the DesiredAngle, the motor moves the Part1 to match the DesiredAngle, but not all at once. It utilizes the MaxVelocity to "loop" motor positioning.
Motors allow us to create NPCs with realistic animations. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2011 08:05 AM |
| So DesiredAngle sets the destination, the CurrentAngle shows where it is, and the MaxVelocity is how it gets there. What kind of measurements are they? All I see is like 0.7 and stuff. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2011 08:11 PM |
| Desired and CurrentAngle are in radians. The MaxVelocity is just a number. I recommend somewhere between 0.1 and 0.2. |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 05 Oct 2011 08:23 PM |
| http://www.roblox.com/New-Make-NPC-Character-item?id=55403519 |
|
|
| Report Abuse |
|
|
|
| 10 Oct 2011 08:53 AM |
Did you hear about thing called ROBLOX Wiki
and at last it will never work ASK BUILDERMAN HE WILL TELL YOU WHAT TO LEARN FROM |
|
|
| Report Abuse |
|
|
setro2
|
  |
| Joined: 16 Apr 2010 |
| Total Posts: 1571 |
|
|
| 10 Oct 2011 09:13 AM |
1. Enter roblox studio. 2. Enter your game in build mode. 3. Find your character in workspace. 4. Find the animate script in your character. 5. Copy and paste the script into whatever you like. Hope this helped! :-D |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2013 09:12 PM |
| You need a Robot Script, It makes it move |
|
|
| Report Abuse |
|
|
Adam2090
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 889 |
|
|
| 05 Dec 2013 10:16 PM |
| Um... Why did you bring this script back from 2011? |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2013 10:25 PM |
@Agent Just curious, what's the difference between between a motor and motor6D? |
|
|
| Report Abuse |
|
|