I’m making an Achievement GUI and wondering if sending a remote function to the server seeing if the player has claimed the specific achievement a bad idea or should I find another way.
Remote function is not a bad idea. It is actually a really great way of seeing if the player has claimed the specific achievement thanks to the return inside the server script.
The remote function would ask the server to read the data and return if the player got the achievement or not its not a bad idea.
Would you think it would clog the server of datastore requests every time someone checks there achievements
As long as you make a value, so the data loads there, you should not worry about it at all.