You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I have a script that cahnges a players value when a part is clicked. The value does incease by one when the part is clicked, however when I change the value either manually or by script, and then click the part, the value does not increase from the current value but from what the value was before I changed it.
What is the issue? Include screenshots / videos if possible!
Here is a video:
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I feel like I’m going insane because I have no idea why this is happening.
I’m pretty sure you are right, because when I was trying to update the value, it was through a localscript. I changed between server and client and saw what you meant. Would the only way I could update the value from local script is to use remote events?
Yes, but the wood must be changed from localscript because it is apart of a script that uses userinputservice. (I’m making an inventory system and when the player right clicks it drops the item and the wood value is changed to 0)