Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tbl = game:GetDescendants()
- for i, v in pairs(tbl) do
- if string.match(v.ClassName, "RemoteEvent") then
- warn("\nRemoteEvent found! \nLocation: "..v:GetFullName().." \nMethod FireServer")
- elseif string.match(v.ClassName, "RemoteFunction") then
- warn("\nRemoteFunction found! \nLocation: "..v:GetFullName().." \nMethod | InvokeServer")
- else
- --
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement