-- https://scriptblox.com/script/Universal-Script-Invinicible-Flight-R15-45414 local UserInputService = game:GetService("UserInputService") local isMobile = UserInputService.TouchEnabled and not UserInputService.KeyboardEnabled if isMobile then loadstring(game:HttpGet("https://raw.githubusercontent.com/396abc/Script/refs/heads/main/MobileFly.lua"))() else loadstring(game:HttpGet("https://raw.githubusercontent.com/396abc/Script/refs/heads/main/FlyR15.lua"))() end -- // More scripts: https://t.me/+X-HS7qugKIQ0MTRi