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

How to detect if either of 2 values have changed?

Asked by
Zyleak 70
9 years ago

I have this:

    PlayerData.Exp or ExpReq.Changed:connect(function()

There is more after that but this is the bit i need help with. How can i make it so if on or both of the values have changed it continues?

0
make 2 functions. woodengop 1134 — 9y
0
Well, the event "Changed" is a function. You wouldnt really need to *functon hello() ExeRep.Changed end * Try doing this, PlayerData.Exp.Changed:connect(function() (code) end) ExpReg.Changed:connect(function() (code) end) MessorAdmin 598 — 9y
0
But yes, I agree with TheContinentofEurope; just make 2 event fired functions. MessorAdmin 598 — 9y

Answer this question