How to make favorite message

hello, i have played a game called
image

i was playing it and When I reached stage 40 this message pop up
image
I was surprised because its first time to see message like that
and i need it on my game because the Favorites on my game is 0.005%:confounded:

I searched about sources but i didn’t found any thing talk about it
if some one can help me i will be thankful

1 Like

Go to view > asset manager > your game then copy the id

Image

Then you can use this code:

game:GetService("AvatarEditorService"):PromptSetFavorite(PlaceId, Enum.AvatarItemType.Asset, true)
2 Likes

thank you for the help🤍
you helped me with my issue

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.