Repro steps:
- Create a
Script
- Enter the following as it’s contents:
plugin:OpenWikiPage("API:Class/BasePart")
- Right-click the
Script
in the Explorer - Click “Save as Local Plugin”
Expected behavior:
Given that Studio immediately runs newly-saved Local Plugins, and given that, according to the Documentation, the above parameter API:Class/BasePart
opens the API Documentation for BasePart
;
, you should see the associated browser tab immediately open, like this:
Actual behavior:
It instantly redirects to
create.roblox.com/docs
, as it appears to try and open the old developer.roblox.com/learn-roblox/api-reference/XXX
site.
Frequency: Always