Making Cafe game

Hello there,I was thinking of making assign seats for customer.But I was thinking,how do I make it show that someone were in a seat,or the seat is already given to someone else?

4 Likes

Check the Occupant of the Seat using Seat.Occupant, which will be a Humanoid, if there is an Occupant, check if they are a Player using :GetPlayerFromCharacter() if you want to get the Data about them.

2 Likes

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