How would I give rewards to players who played at a certain date?

If someone played the game during may, I want to give them a reward even though it’s July. How would I make this work? Would they need a certain badge? And would I need to make a PlayerAdded event that checks the requirement for every player that joins, or can I make that a one time thing.

I don’t think Roblox logs days players play(or they don’t let us access it) so you might have to add something to a datastore or award them a badge like you said

There’s many game devs thatve done this so maybe if one responds you can ask them

2 Likes

You can get the date of the current world using ,

Roblox.API:GetWorldDate(TimeZone)--CST,UTC,WCT,OGT,UST,CMT, ETC

2 Likes

Considering the month has passed there isnt really a way to to tell.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.