Creation Date / DevFourm Status

I need to Create a Creation Date Script, along with DevFourm so For Example:

It randomly came to Mind, and I’ve been trying but have Failed!.

Please help

What are you trying to accomplish? Creation date for? What does the devforum have to do with it?

Are you trying to get the player’s account creation date? And are you trying to see if they’re on the devforum?

If you want to get DevForum rank, theres a DevForum api for that
https://devforum.roblox.com/u/Player_Username.json
After sending a http request, what you need is trust_level.

1 Like

I’m trying to Create What I sent in the Screenshot,

1 Like

Could you give us some samples of the code you have used? I can make something like this but I will not spoon-feed code to you.

1 Like

How will this effect DevEx rates?

https://developer.roblox.com/en-us/api-reference/datatype/DateTime

Referring to the “Creation Date” part.

local Game = game
local Players = Game:GetService("Players")

local function OnPlayerAdded(Player)
	local Date = os.date("%x", os.time() - (Player.AccountAge * 24 * 60 * 60))
	print(Date) --Account join date (mm/dd/yy).
end

Players.PlayerAdded:Connect(OnPlayerAdded)
1 Like

Yes, I have that but I wanna make a GUI Above the head, where it shows if they’re a DevFourm member.
etc

You should look into hiring someone from the ‘Talent Hub’ then.
https://talent.roblox.com/