I have a db game, and i asked if the game is fe i have to make the xp bar compatible, any ideas on how to do so?
Create a RemoteEvent e
and have the server call e.FireClient
to indicate a change in XP for a particular player. Then have each client listen to this event by connecting to e.OnClientEvent
and updating GUI elements appropriately.