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

How do I make a animation and put it on the ROBLOXian?

Asked by 10 years ago

I made a animation and I wanna know HOW to put it on the ROBLOXian

Example: I wanna put a animation on the ROBLOXian put don't know how to. How do I do it?

3 answers

Log in to vote
0
Answered by 10 years ago

I don't know which animation you are talking about, the plugin or by script. In this case, I will show you how to do it by script

plr = game.Players.LocalPlayer
char = plr.Character
larm = char["Left Arm"]

for i = 1, 10 do
larm.CFrame = char.Torso.CFrame * CFrame.new(1.5, 0 ,0) * CFrame.Angles(i*9, 0, 0)
wait()
end

That would make your arm swing around somewhere. I hope this helped.

Ad
Log in to vote
0
Answered by 10 years ago

I think that you could make a script that removes the players animation script when it respawns then clones your one with the animation into the charicater. To make your own one. I suggest that you take ROBLOX's own one that you spawn with, edit it (put your ID's inplace) then use that as your own.

I hope this works. :)

Log in to vote
0
Answered by 8 years ago

So Joemum33, where would you put this sciript? in the starter gui??

Answer this question