Roblox Fe Plane Script -r6 R15- -

-- Plane Model creation local plane = Instance.new("Model") plane.Name = "FighterJet"

plane.Parent = workspace

UserInputService.InputBegan:Connect(function(input, gameProcessed) if gameProcessed then return end local key = input.KeyCode Roblox FE Plane Script -R6 R15-