4 lines
150 B
PowerShell
4 lines
150 B
PowerShell
$pluginName = "GenerateApiDump.rbxm"
|
|
$destPath = "$env:localappdata\Roblox\Plugins\" + $pluginName
|
|
|
|
Copy-Item -Path $pluginName -Destination $destPath |