Поделиться в MAX

Как сделать анимацию сидения в Roblox Studio

Это туториал! Поэтому видео может быть скучным. Скрипт: local seat = script.Parent function added(child) if (child.className==«Weld») then local human = child.part1.Parent:FindFirstChild(«Humanoid») if human ~= nil then anim = human:LoadAnimation(seat.Animation) anim:Play() end end end function removed(child2) if anim ~= nil then anim:Stop() anim:Remove() end end seat.ChildAdded:connect(added) seat.ChildRemoved:connect(removed)

0/0


0/0

0/0

0/0

0/0