for i,v in pairs(game:GetDescendants()) do
if v:IsA("ClickDetector") then
print(print(i .. " " .. v:GetFullName()))
for i,v in pairs(game:GetDescendants()) do
if v:IsA("RemoteEvent") then
print(print(i .. " " .. v:GetFullName()))
end end end end
print("support me plz")
print("made by demlol5")