Skip to content

Instantly share code, notes, and snippets.

@Direnta
Created April 21, 2018 18:51
Show Gist options
  • Save Direnta/93c0f7c278df5fdf333b36db119c701d to your computer and use it in GitHub Desktop.
Save Direnta/93c0f7c278df5fdf333b36db119c701d to your computer and use it in GitHub Desktop.
--[[
Console Text Copy Script
Edited By Direnta for use on Synapse!
Have fun!
]]
local DEVLOG = game.CoreGui.RobloxGui.DeveloperConsole.Interior.WindowContainer.Window.Body.ClientLog.Output
local LOGGED = {}
for i, v in pairs(DEVLOG:GetChildren()) do
table.insert(LOGGED, v.Text)
end
Synapse:Copy(table.concat(LOGGED))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment