Skip to content

Instantly share code, notes, and snippets.

View casualdegenerate's full-sized avatar

casual casualdegenerate

View GitHub Profile
local ins = table.insert
local wins = {}
for _, v in next, workspace:GetChildren() do
if v.Name == 'Win' and v:FindFirstChild('TouchInterest') and not v:FindFirstChild('Teleport pad Script') then
ins(wins, v)
end
end
local function f1(Character)
local arm = Character:WaitForChild('HumanoidRootPart')
for _, Win in next, wins do