Advertisement
CatGray

Firing

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