Hi! I am coding a battlegrounds game with my friend, and I was adding some Data Storage (using ProfileService), but I tried updating some of the player’s data inside a local script and it came up with this in output:
hey
its cause localscripts cant see server sided stuff like serverscriptservice and serverstorage
you would need to do a remote event to update data and a remote function to get data