In my moduleScript 1 gets added to a value. that value is located in Replicated storage, I tried doing it with RemoteEvents but that didn't work. The value was 7 and it wen't up to 8 but when I did it again it did again 7 + 1 instead of 8 + 1.
now I try using a remoteevent but that doesnt work either. If I use a remote event I would have to put the value += 1 in a local script.