Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make a xp bar filtering enabled compatible?

Asked by
oSyM8V3N 429 Moderation Voter
6 years ago

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?

0
If you have any events that a server script needs to do, use a remote event to call a server script. If you have any events that a local script needs to do, use a remote event to call a local script. hiimgoodpack 2009 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

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.

Ad

Answer this question