| Cooldown logic |
| « Sénateur » 1537562940000
| 5 | ||
| Just helping people out, i wrote this simple topic to demonstrate a simple cooldown logic - One cooldown for each player - Press space Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 local playerData = { } -- Table that has the data of all the players in the room Now you can press space once per 5 seconds! |
| « Sénateur » 1537670760000
| 0 | ||
| Nice ! |