Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an inconsistency with [TextChatService:CanUserChatAsync()](https://create.roblox.com/docs/reference/engine/classes/TextChatService#CanUsersChatAsync). ## Changes TextChatService:CanUserChatAsync() can be used within local scripts, but only with the userId of the local player. Attempting to use this method with another player's userId (in the server or not) will result in this error: ![image](https://github.com/user-attachments/assets/357cc7f1-9780-474e-a1e6-6cdcdbaafe9c) Credit to [@xyrafrost](https://devforum.roblox.com/u/xyrafrost) for the [original bug report](https://devforum.roblox.com/t/feedback-on-textchatservice/3449366) regarding this inconsistency. ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. ---------
- Loading branch information