Hey!
Recently, Roblox released new APIs for developers to use in their experiences to comply with each user’s privacy settings.
Usage guidelines | Documentation - Roblox Creator Hub
My questions are:
It’s kinda confusing, what APIs should I use? I am making a custom direct chat between 2 users in a experience, and I have a global live chat using messaging service.
Since those things are custom and not in the Roblox default experience chat, do i need to use the TextChannel:SetDirectChatRequester() and TextChannel:SendAsync()?
Or i only need to use this: ?
Which APIs i need to use for my custom direct chat and global live chat?
Thanks,
Martim