Feedback on "RunService"

The bottom-most code sample for “BindToRenderStep” says that “UnbindFromRenderStep” will throw an error if not wrapped in a pcall, but this is incorrect. It never throws an error, even if the passed function name to unbind is invalid.

Additionally, the documentation for “UnbindFromRenderStep” correctly states that it does not throw an error.

Affected URL: RunService | Documentation - Roblox Creator Hub

2 Likes

Thanks for the report! I filed a ticket in our internal database and we’ll follow up when we have an update for you.

1 Like

Hi xyrafrost!

Thanks again for flagging this. You were right that this last code sample was inaccurate. I went ahead and updated it after confirming with the team - it may require a refresh to see a change. Feel free to continue to flag anything else you might spot.

Have a great day :slight_smile:

Hi, the code sample was indeed updated, but the description above still states that it throws an error and describes a use of pcall() which no longer exists.

I’ll get that replaced as well. Thanks :slight_smile:

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