Pinging a member in a discord webhook

Hello Developers,
I recently made a cool webhook that send a message in discord when people hatch a pet in my game, and I was wanting to make it to where it would ping them in the mess age like “@The Player’s discord name” anybody know how?? pet webhook

If you’re able to get the user’s discord, then you can use discord’s formatting to ping them. If you can get the user’s discord ID you can put the webhook content to “<@(IDHERE)>”, and it’ll ping them. Heres an example:

<@1234567890123>

I hope this helps!

1 Like

Thank you!, ill just need to try and figure out a way for them to verify there discord to roblox