Notifying with HD Admin

I was wondering how would I notify with HD admin with their notification system? I’ve seen custom ones in couple games, here’s a photo of what I’m talking about:
image
I read HD admin GitHub page and I understood I have to do it like this?

local hdMain = require(game:GetService("ReplicatedStorage"):WaitForChild("HDAdminSetup")):GetMain()
local hd = hdMain:GetModule("API")
hd:Notice(player, message)

So I did it,
image
and it doesn’t seem to work, what did I do wrong?
The GitHub page: https://github.com/1ForeverHD/HDAdminV2

2 Likes

Is there any errors in your output?

1 Like

image

1 Like

Try running the game in a Roblox game server, I know that HD admin doesn’t always work in Studio for some reason.

If it still continues in game, I don’t really know how to help anymore as I’ve never used hd admin beyond it’s basics.

1 Like

That’s an error from a Content Deleted virus, it has nothing to do with your question.

2 Likes