Skip to content

Conversation

@rileylorgelly
Copy link

@rileylorgelly rileylorgelly commented Jan 5, 2026

Changes

removed duplicate of Player:IsFriendsWith, and added a deprecation message to the other.

Checks

By submitting your pull request for review, you agree to the following:

  • 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.
  • 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.
  • To the best of my knowledge, all proposed changes are accurate.

@rileylorgelly rileylorgelly requested a review from a team as a code owner January 5, 2026 12:19
@github-actions github-actions bot added the engine reference Changes the Engine API Reference documentation label Jan 5, 2026
@rileylorgelly rileylorgelly changed the title repl removed duplicate Player:IsFriendsWith Jan 5, 2026
@github-actions github-actions bot added the changes requested This pull request has changes requested prior to merging label Jan 5, 2026
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @rileylorgelly, thanks so much for helping improve the Roblox creator documentation! Our technical writing team will review your pull request soon. In the meantime, please ensure you've read through the README.md, contribution guidelines, and style recommendations.

@IgnisRBX
Copy link
Contributor

IgnisRBX commented Jan 6, 2026

Hi @rileylorgelly ,
Thanks for the contribution. This is actually a result of the Engine API docs redesign that happened last December or so, where we now show all methods, including deprecated ones that were "hidden" by default in the past. This means that items like Player:IsFriendsWith() and Player:isFriendsWith() will both appear in the docs, because technically both can still be used (although Player:IsFriendsWithAsync() should obviously be used instead of either deprecated method).

Basically, this is just part of how the API docs appear now, and we can't manually remove the deprecated items. Hope that clarifies why you're seeing items that you probably didn't see before the redesign.

@IgnisRBX IgnisRBX closed this Jan 6, 2026
@IgnisRBX
Copy link
Contributor

IgnisRBX commented Jan 6, 2026

I will also, in a separate PR, add better deprecation notes to both of the legacy methods to indicate that Player:IsFriendsWithAsync() should be used in favor. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes requested This pull request has changes requested prior to merging engine reference Changes the Engine API Reference documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants