Skip to content

Instantly share code, notes, and snippets.

View fatesc's full-sized avatar
👋

fate fatesc

👋
View GitHub Profile
@fatesc
fatesc / ProtectInstance.lua
Created July 23, 2021 20:25
a better version of synapse's protect_gui
local game = game
local table = table
local Tfind = table.find
local string = string
local gsub, sub = string.gsub, string.sub
local next = next
local filter = function(tbl, ret)
if (type(tbl) == 'table') then
local new = {}