(FE) Jump Land

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

AnimationId = "184574340"

local Anim = Instance.new("Animation")


Anim.AnimationId = "rbxassetid://"..AnimationId
local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
k:Play()
k:AdjustSpeed(1)

You might also like