ScriptsRiP-AdminRiP-Environment [Add-On]Server ExportsgetServerTimeOn this pagegetServerTimeexports["RiP-Environment"]:getServerTime() This server function returns the server timeReturned ObjectNameTypeExplenationhIntegerHoursmIntegerMinutesExamplelocal time = exports["RiP-Environment"]:getServerTime() print("current time is "..time.h..":"..time.m)