How to add custom SIt Animation in Roblox Studio

Published: 06 June 2024
on channel: dearen rasendrya
1,229
39

Welcome to my video, today i want to make tutorial How to add custom sit animation in roblox studio

Follow me on roblox
• https://www.roblox.com/users/13510642...

• Twitter: https://x.com/DearenR
• Discord: dearen#3793
• Youtube: @dearenrasendrya9093
https://linktr.ee/dearenrasendrya

Spport Me!
https://sociabuzz.com/mantabboy/donate
https://www.paypal.me/mantabboy
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


Watch video How to add custom SIt Animation in Roblox Studio online, duration hours minute second in high quality that is uploaded to the channel dearen rasendrya 06 June 2024. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 1,229 times and liked it 39 visitors.