plugin.OpenWikiPage - Should it still exist?

Not directly something I need help with but… Is plugin:OpenWikiPage(<url:string>) really suppose to exist? It seems to have been added in 2015 and still exists… It can be abused and allows plugins to mass open urls… (I assume it only works on Roblox ones, but maybe there should be a cooldown or something?)

Sample code:

while task.wait() do
    plugin:OpenWikiPage("")
end

saved as a plugin, will indefinitely spam open the create.oblox.com page.

also, how do you make it open create pages properly, like… Inside the create.roblox.com on a specific page?

Nvm, I found out how to use it from Plugin | Documentation - Roblox Creator Hub lol… They should still really add a cooldown .-.

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