The only thing I can think of is making the script identify which player you want (this would be done via server side with your database OR if you want it to be someone with a certain role [admin or owner]) and sending a “start” event to that client if they are online. But you cannot have a script run for only one client. You can only really filter out what the code does depending on the person.

1 Like