EdgeIY / infiniteyield

Infinite Yield admin commands
165 stars 241 forks source link

`IsMobile` Check stops the script from being globally universal #178

Open KadeTheExploiter opened 1 month ago

KadeTheExploiter commented 1 month ago

Solution: Instead of using UserInputService:GetPlatform() , do UserInputService.TouchEnabled

Toon-arch commented 1 month ago

what you meant to suggest was using pcall to support Identity 2, not TouchEnabled. TouchEnabled is not a good check for if a device is mobile or not

KadeTheExploiter commented 1 month ago

yeah, i meant that, my bad, anyway is it possible for you guys to do it?