How to make npc only seat?

Hello. I’m trying to make a seat that only NPCs can sit on it and players can’t sit, but I don’t know how to do it. How do I do it?

1 Like

Because seat objects are specially to create seats, the likely only way to do this is to make the seat removed for the player but available for the NPC.
(no custom properties for seater selection)

The NPC would be sided with the server while the player would be the client.

So remove seat on client but keep it on server. You can figure out how to do it like this


Different way is you kick player off the seat when you detect them sitting but it might not work well or could look weird

1 Like