mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
Switch to using the latest Rojo release to sync itself
This commit is contained in:
@@ -7,7 +7,7 @@ local Plugin = require(script.Parent.Plugin)
|
||||
local function main()
|
||||
local pluginInstance = Plugin.new()
|
||||
|
||||
local toolbar = plugin:CreateToolbar("Rojo Plugin 0.2.0")
|
||||
local toolbar = plugin:CreateToolbar("Rojo Plugin vDEV")
|
||||
|
||||
toolbar:CreateButton("Test Connection", "Connect to Rojo Server", "")
|
||||
.Click:Connect(function()
|
||||
|
||||
Reference in New Issue
Block a user