Hello, i created a loop +1 jump every second and i have a problem please help
for example u have 7 jump and i click reset jump button then jump resets but loop returns to old value how i can fix that?
sorry for bad english
Hello, i created a loop +1 jump every second and i have a problem please help
for example u have 7 jump and i click reset jump button then jump resets but loop returns to old value how i can fix that?
sorry for bad english
Did you reset the value on a local script? You need to put it on the server due to a security measure called FilteringEnabled, which prevents client changes from replicating to the server.
To do so, use a RemoteEvent
You can use a remote event when they click the button then receive it in a server script and from there reset it, this would fix the issue!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.