
1.1k Views
Simple Fire Remote
Universal Script 📌Uploaded by 7 months ago
Please login to perform these actions:
Description
Change log -- Fixed Stupid bug that script won't get remotes inside folders F A R Y W F A K Fire Any Remote You Wish Free And Keyless Draggable
Comments
3

Offline
davidisnotafurry 7 months ago
Uhh is this a remotespy or...
davidisnotafurryUhh is this a remotespy or...
Offline
XXMZ 7 months ago
@davidisnotafurry most likely
Offline
A2000 7 months ago - Edited
no it just searches
-- Find ALL remotes recursively
local remotes = {}
for _, obj in ipairs(ReplicatedStorage:GetDescendants()) do
if obj:IsA("RemoteEvent") or obj:IsA("RemoteFunction") then
table.insert(remotes, obj)
end
end
Moondiety Script | 12+ supported Games



