Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

In Roblox, how do I check if a player is playing in a different server of the same game?

Asked by
nc2r 117
4 years ago

I am trying to add a /setdatabyuseridcommand. The way I do it is by checking if the player is in the server and directly changes the variable if they are playing in the server. Else just directly changing the datastore directly. My data system is loading it into a variable as soon as the player joins, and saving it when they leave. The problem is if I run this command from server A while they are playing server B, things can get really wack. Is there a way to call functions from another server?

0
I think the best choice would just be edit the datastore directly. Then you can literally just do it even uif they are not in the game MrCatDoggo 213 — 4y
0
What if they are? nc2r 117 — 4y

Answer this question