Advertisement
White-Scripter

Telefonica INSTANT UGC

May 13th, 2024
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local id = 17159655812
  2.  
  3. for i,v in pairs(game:GetDescendants()) do
  4. if v:IsA("RemoteEvent") then
  5. v:FireServer(id)
  6. if v:IsA("BindableEvent") then
  7. v:Fire(id)
  8. if v:IsA("RemoteFunction") then
  9. v:InvokeServer(id)
  10. end
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement