i figured it out, disregard this thread
like delete tables and create new ones? inserting stuff to tables?
updating things already saved to a player’s data, without neccesarily doing it on the server relative to their own session, i may have explained poorly but i’ll try to elaborate:
i’ve written an admin panel, which has the ability to update a few values saved to a player’s profile (ban status, stats, etc), where i’m having some trouble is trying to edit the data of a player in my current server, remotely editing it isn’t a problem
let me clarify
YOU are able to edit data outside of the server but you are not able to edit data ON the server (and not in studio), right?
my bad bro, im tripping
i absolutely butchered my explanation more than likely, my bad, it’s like 4 am
i’ll try to reword it again
so, what i’m trying to achieve, is being able to remotely edit another player’s data (via my admin panel) if they’re in the same session as me, outside of other scripts that directly have access to their profile to begin with, if they aren’t in my session or are offline, it’s not a problem, hopefully this time i worded it in a clearer way, my primary issue is i’m unsure of how to access their profile in an editable manner without just overriding the session lock, kicking them in the process
everything i’ve tried to do so far has either outright not worked or resulted in profileservice yelling at me because the profile was already loaded in that session (in the case of a player’s profile in my game, when i’m not trying to load it, just edit some of their saved data)
i’ll take a look, thank you, and apologies again for probably wording things so poorly