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

RemoteEvent between ModuleScript and Script?

Asked by 2 years ago

Please include the code which you are trying to use, so the community will be better-equipped to help you with your problem.

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.

Answer this question