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.