I want to check if the server started from server script service?

Imagine I got a script, which activates a function from a Module. But I only want the module to activate the function ones and it happens when the Server started running. So I want to know if there is an
event that checks when the server started running?

Apparently there is something called “RunService:ServerRunning()”