Hello.
So I own an airline and we are preparing to do test flights. Our cabin has a 3 by 3 configuration for seats. As per the real aircraft, the aisle is narrow. Passengers end up teleporting into seats when walking down the cabin, crew also do when doing the meal service.
Does anyone have any tips to combat this? I need to disable the seat but also be able to click to sit in it.
Thanks.
Set the Seat.Disabled
property to true
for all seats.
Then in a local script, when the owner of the seat clicks it, set the Disabled
property to false
and teleport them on top of the seat. And again, you should do them on client side
But if you want to prevent exploites from sitting on someone else’s seat, you can implement a server-sided anti-cheat
2 Likes
Here’s an idea which looked good in my head:
Just add a block to each plane seat. Add a click detector in each block. Then a script which creates a seat block on the plane seat. Then tp the player onto that seat block.