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

How would I go about animating non player objects like this?

Asked by 7 years ago
Edited 7 years ago

I would like to animate a model with various parts, a weapon, I don't really think I want to do something as tedious as modifying the cframe over time in code, as it may look even choppier than how an animation from the animation editor from me, but I am not sure how to approach that, because it only seems to work with the rig builder option.

I know you need a HumainoidRootPart, but it also noted it needed to be hooked together with Motor6d s but, I see no reason for them and I actually have no clue on how I would add those either, unless though code, and again, I'm not sure if that would save properly, etc

It will not let me select the HumainoidRootPart in Roblox's animation editor, but I'm not sure.

Mind leading me in the right direction?

Here is my object:

3D View: https://i.imgur.com/NQPll0j.png

Workspace: https://i.imgur.com/YAimheW.png

There is no highlighty box for my weapon when I open the animation editor: https://i.imgur.com/82V4oiJ.png

Unlike a newly made character rig: https://i.imgur.com/HYKi9Ra.png

It says that it needs to be about scripting, but I'm not sure if this is in a grey area or not because it isn't specifically scripting, although still involving the editor and if I have to script animations, or even an animation system or something along those lines. Thanks in advance!

I hope this is enough information and if you need any more, please let me know, thanks :)

0
use animation controller. you don't need humanoid root part or humanoid abnotaddable 920 — 7y
0
Well, right, I know you have to have that, and I know you don't have to have a humanoid, but it says you need a HumanoidRootPart to actually make an animation for it. I tested it to see if you could just add an animationcontroller to the object in game with a script and see if you can select the object then, but it still doesn't let me select it with the Animation Editor. Gamprofwiesonel 31 — 7y
0
set the primary part of it to the main part of it, that should work abnotaddable 920 — 7y
0
What? If you mean Model.PrimaryPart, I have set that and it hasn't worked :/ Gamprofwiesonel 31 — 7y

Answer this question