Hi! I am sending information to my HTTP database when a user joins the server for a log, how could I include the os.date and UserId in the message below.
game.Players.PlayerAdded:connect(function(player)
HookData.content = ("**" .. player.Name .. "**" .. " has joined the server!")
HTTP:PostAsync(Key, HTTP:JSONEncode(HookData))
end)```