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

How to execute CFrame animation tables?

Asked by 5 years ago
Edited by BlueTaslem 5 years ago

As some of you know currently making a FPS game and need your help. In the game It will be using CFrame animations and i'm currently working on the reload animations but are struggling on how to play them.

-- For example --

Animations = {

reload = {rightarm.C1 = CFrame.new(0,1,1)}

The real question is how do i execute a animation like this all help is appreciated on the matter as it is extremely important.

Thanks in Advance

Fortune80

0
to create a new cframe you need to do CFrame = CFrame.new so ur code would be i believe reload = rightarm.C1.CFrame = CFrame.new(0,1,1) Gameplayer365247v2 1055 — 5y
0
I would probably use tweenservice Coratite 30 — 5y

Answer this question