www.roblox-scripter.com

Сontent continues after AD

Script – Sword Masters

Thank you for using our website
Your script:

				
					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
				
			

How about trying out new scripts?