Find any script for Roblox

Enter the name of the game or script.

Script – Sword Masters

Thank you for using our website
Your script:

NO KEY

local character = game.Players.LocalPlayer.Character
while true do
wait(0.0869)
for _, child in pairs(character:GetDescendants()) do
    if child.Name == "RemoteEvent" and child:IsA("RemoteEvent") then
        child:FireServer()
    end
    if child.Name == "RemoteEvent" and child:IsA("RemoteEvent") then
        child:FireServer()
    end
end
end