How to make server see numbers that created by LocalScript

Hi,

So i made a buttons that add +5 into my number value and then i want to send this numbers to server, but since this numbers were added by local script server see this as nil.
How can i replicate this to server?

You should never EVER change a value in a local script if the server wants to see. What I really suggest is have a local script fire a remote event to the server and let the server add it.

1 Like

Alright! Thanks! 30 charsssss