Find any script for Roblox

Enter the name of the game or script.

Script – Flight Simulator

Thank you for using our website
Your script:

				
					while true do
local args = {
   [1] = "First",
   [2] = 1
}
game:GetService("ReplicatedStorage").RE.ticket:FireServer(unpack(args))
wait(0.0001)
end