Find any script for Roblox

Enter the name of the game or script.

Script – Arcane lineage

Thank you for using our website
Your script:

NO KEY

coroutine.wrap(function()
    while true do
        local args = {
            true,
            "SwordQTE"
        }
        game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Information"):WaitForChild("RemoteFunction"):FireServer(unpack(args))
        task.wait(1.5)
    end
end)()
coroutine.wrap(function()
    while true do
        game:GetService("ReplicatedStorage").Remotes.Information.RemoteFunction:FireServer({true, true}, "DodgeMinigame")
        task.wait(0.001)
    end
end)()