Roblox Studio - How to add custom Sit Animations to your Game.

Published: 25 April 2021
on channel: RadiantMad
116,026
3.1k

---------Open me----------





[1 Like] Animation Editor: https://fir3.net/PAnmg50xwd

[1 Sub] 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.sitanim)
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:00 - Intro
0:07 - Seat
0:20 - Script
0:45 - Seat Part
1:20 - Dummy
1:40 - Editing Animation
2:50 - Final Steps
3:20 - Playing the Animation
3:50 - Outro


Watch video Roblox Studio - How to add custom Sit Animations to your Game. online without registration, duration hours minute second in high quality. This video was added by user RadiantMad 25 April 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 116,02 once and liked it 3.1 thousand people.