You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? So, each seat in the vehicle I’m making, including the driver one, has a ProximityPrompt inside which I want to disable only for the player if they enter a seat (any seat, doesn’t matter if it’s for the driver) and I don’t know what I should do, I tried using RemoteEvents but LocalScripts don’t run in the Workspace
What is the issue? I tried using RemoteEvents, but I can’t run them locally because of being in the Workspace
What solutions have you tried so far? I haven’t found anything that helps me with that in the DevForum
Why not use Collectionservice to tag the player that is on the seat on the server then use collection service on the client to validate whether the player on the seat matches the local player then disable all the proximity prompts.