Roblox API Reference

TextFilterResult On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, NotReplicated]

Inherits (1)

Member index (3)

Type Member History
string GetChatForUserAsync (int64 toUserId) 322
string GetNonChatStringForBroadcastAsync ()
string GetNonChatStringForUserAsync (int64 toUserId) 322
57 members inherited from Instance

History

Members

GetChatForUserAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
toUserId int64 none

History

Tags: [Yields]

GetNonChatStringForBroadcastAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
No parameters.

Tags: [Yields]

GetNonChatStringForUserAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
toUserId int64 none

History

Tags: [Yields]

Relevant members (2)