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

If i would Instance a intvalue in the player using a localscript would it be accepted by fe?

Asked by 4 years ago

-- and be able to accessed by a server script?

1 answer

Log in to vote
1
Answered by
Prestory 1395 Moderation Voter
4 years ago

I recommend that you create the IntValue from a server script because the severscript wont be able to get any updates to the value if the IntValue is created from a local script but if the IntValue is created from a server script a localscript should be able to read the value.

0
Thank you! Freddan2006YT 88 — 4y
0
NP , Good luck Prestory 1395 — 4y
Ad

Answer this question