How to add custom SIt Animation in Roblox Studio

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024
  • Welcome to my video, today i want to make tutorial How to add custom sit animation in roblox studio
    Follow me on roblox
    • www.roblox.com...
    • Twitter: x.com/DearenR
    • Discord: dearen#3793
    • RUclips: @dearenrasendrya9093
    linktr.ee/dear...
    Spport Me!
    sociabuzz.com/...
    www.paypal.me/...
    Thank you for watching
    Script:
    seat = script.Parent
    function added(child)
    if (child.className=="Weld") then
    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)
    Subscribe :D

Комментарии • 7