How to make a seat so if you sit in it a button will appear to exit the seat ("Repost")

How to make a seat so if you sit in it a button will appear to exit the seat

i just want to achieve making that i dont have any scripts but i need someone to help me and tell me what i should do

1 Like

I’ll give you directions because it’ll help you more

  1. Detect player who sat in seat
  2. Clone gui into players gui
  3. On a local script within the gui, put a listener for when the button is clicked
  4. Send event to server
  5. Server checks if player seated /checks seat occupants and if they match to our player
  6. If true, delete gui then take player outta seat. If false, delete gui either way
1 Like

Why did your original post with this exact same question get removed?

Basically the same things that @killer mentioned were what I suggested in that original post including a step to disable the player’s jump input so they can’t just jump off the seat.

there are cars that dont need any special requirements for an exit seat function

There’s nothing special thing i mentioned

i got t to work myself here is the model for anyone who needs it https://create.roblox.com/marketplace/asset/15598096777/ExitButtonSeat%3Fkeyword=&pageNumber=&pagePosition=

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