jumpogpo
(Viper)
#1
Problem 1:
I want to make weekly leaderboard but my problem is when time is == 0
How to make a script that auto update leaderboard time to next week?
Problem 2:
if i want every server has same time i need to use datastore right?
(You can recommend what should i do or use)
Use os.date()
combined with some MessagingService
magic to achieve what you’re looking for.
2 Likes
You’d probably need to use os.date()
, and the specific Dates you want to detect for
1 Like