Play eating animation while sitting in seat

I want a feature in my game where the player can sit down and then press a button in a gui to start eating food on the table in front of them.

I messed with animations once before but I only ever made standing animations for when a player was holding a tool. How do i go about doing this? The animation would only affect uppertorso and arms. The game is going to be R15 forced most likely, might enable rthro.

If this is really advanced I might just end up having the player use a tool while sitting instead.

2 Likes

You could check if the occupant sitting in the seat is a player, the do Humanoid:LoadAnimation()

There are also many tutorials on how to do this.

2 Likes

Yeah after making this thread I figured out how simple it was haha thanks

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.