You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I have an admin system that bans players till a certain time.
when a player joins and gets kicked, I want to display the time after which they can rejoin.
atm I display the UTC time, but then the player itself has to recalculate the time. -
What is the issue? Include screenshots / videos if possible!
is it possible to get the players` local time from a server script (I don’t want to mess with remote events if there is an easier way) -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
DateTime | Documentation - Roblox Creator Hub
i think this one needs to be a local script, there is no variable to specify the player.
of course google forum etc. etc.