КАК СДЕЛАТЬ ТАНЦУЮЩЕГО NPC В РОБЛОКС СТУДИО!!!

Аватар автора
Acrobatics Marvels
IDs = {10214406616,507771955,507772104,507776043,507776720,507776879,507777268,507777451,507777623} Anims = {} AnimsL = {} Human = script.Parent:WaitForChild("Humanoid") for i=1, do local Anim = Instance.new("Animation") Anim.AnimationId = (Asset..IDs[math.random(1,#IDs)]) table.insert(Anims,Anim) wait() end for i=1, do local AnimL = Human:LoadAnimation(Anims[i]) table.insert(AnimsL,AnimL) wait() end while true do local Dance = AnimsL[math.random(1,#AnimsL)] Dance:Play() wait(15) end

0/0


0/0

0/0

0/0