robloxscript111

[✨UPDATE 1] Sword Masters

Feb 7th, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local character = game.Players.LocalPlayer.Character
  2.  
  3.  
  4. while true do
  5.  
  6. wait(0.0869)
  7. for _, child in pairs(character:GetDescendants()) do
  8. if child.Name == "RemoteEvent" and child:IsA("RemoteEvent") then
  9. child:FireServer()
  10. end
  11.  
  12. if child.Name == "RemoteEvent" and child:IsA("RemoteEvent") then
  13. child:FireServer()
  14. end
  15. end
  16.  
  17. end
  18.  
Advertisement
Add Comment
Please, Sign In to add comment