Check if user is Console on Server?

I currently use IsTenFoorInterface on a local script and fire with a remoteEvent telling the server it is an Xbox player for my self check-in at Hilton.

The only current problem is that exploiters can fire to the server and receive a free room.
Is there any way to actually confirm from the Server if it is in fact an Xbox player?

No, none other way than what you suggested.

1 Like

aw, well alright. I guess it’s not too bad.

1 Like

You could only allow the remote to be fired once and then exploiters can’t get around it. Just add a debounce, and send the console data to the remote.

2 Likes

You could have a RemoteFunction on the client that returns if the client is on Xbox, or use @AlreadyPro’s way