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

Is there a way to use an animation in the game for free?

Asked by 11 years ago

Please, paying robux for an animation is boring.

3 answers

Log in to vote
1
Answered by 11 years ago

Well you can use :LoadAnimation or you can make your own. I will give you a frontflip and backflip localscript. Put it in your StarterGui(remember it's a localscript) press q for backflip and press e for frontflip:

01while wait() do
02    if game.Players.LocalPlayer.Character then
03        break
04    end
05end
06mp = game.Players.LocalPlayer
07mpc = mp.Character
08mouse = mp:GetMouse()
09 
10mouse.KeyDown:connect(function(key)
11    if key == "q" then
12        mpc.Torso.Anchored = true
13        for i=1,5 do
14            mpc.Torso.CFrame = mpc.Torso.CFrame * CFrame.new(0,i*2,i)
15            if i<5 then
View all 32 lines...
0
reputation pl0x SilenceCore 25 — 11y
0
Works but the flip is not realistic at all. Kozero 120 — 11y
0
Roblox isn't realistic xD SilenceCore 25 — 11y
Ad
Log in to vote
0
Answered by
Maxomega3 106
11 years ago

There IS a way to do so, even before ROBLOX made the plugin.

There's a tutorial on the wiki

~Just remember that if someone answers your question you and that person will get reputation if you accept their answer. There should be a button for it near the voting on the answer. ~

Log in to vote
-1
Answered by 11 years ago

Insert an animation plugin for your game. Should work. You have to insert the plugin through studio.

0
I have the plugin. But to export an animation, it cost robux. StickMasterNinja2 0 — 11y
0
Oh. MUSHR0OM 0 — 11y
0
Do you know the way to upload animations without costing robux? StickMasterNinja2 0 — 11y
0
No. There is no way to do so. MUSHR0OM 0 — 11y

Answer this question