Hey, so recently I’ve been working on an infinitely generating backrooms game, and I want to figure out how to send data to another place inside a game. I can’t seem to find any other solution other than using DatastoreService, which I think I need a sender and a reciever script. Any help on getting me the right way?
3 Likes
Check out the roblox reference for this, specifically the section labeled Sending Teleport Data:
2 Likes
This is unsafe since exploiters can change the data sent
1 Like
I agree but OP asked if there was any other method to send data than datastores so i provided one.
2 Likes
I don’t think there’s any other safe way to do it except for using datastores.
The only other method I would suggest (Which is even more complicated than just using DataStores) is to make an external server to act as a middle man between all the servers
1 Like