So, I made key powers Z,X,C and V using the context action service, but what I wanted was to save these abilities when the player left the game and load them when he entered, and it seems, but the problem is that I don’t know how to do this since the data store service cannot save in local scripts where the skills are located
2 Likes
Just make it when you set the powers fire an event to the server with all the data, then when they load in fire an event to the client to load the powers.
1 Like
but is there a way for me to send the bound functions to the server through FireServer()?