i have an event that starts but i want it to have a possibility of stopping at any time how can i do that heres what i mean
1 | game.ReplicatedStorage.Events.StartedMining.OnClientEvent:Connect( function () |
2 | --lots of stuff here |
3 |
4 |
5 |
6 | end ) |
how can i make the code stop at any time?