Advertisement
NukeVsCity

aa

Mar 12th, 2023
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.63 KB | None | 0 0
  1.  
  2. local UIS = game:GetService("UserInputService")
  3. local GuiService = game:GetService("GuiService")
  4.  
  5. if UIS.TouchEnabled then
  6.     print("ytc")
  7.     else
  8.         print("sil")
  9. end
  10.  
  11.  
  12. if  UIS.KeyboardEnabled then
  13.     print("gkeboard")
  14.     else
  15.         print("no keyboard")
  16.         end
  17.    
  18.    
  19.    
  20.   if  UIS.MouseEnabled then
  21.   print("mosuing")
  22.   else
  23.       print("g")
  24.       end
  25.      
  26.      if  UIS.GamepadEnabled then
  27.        print("mosuingpads")
  28.   else
  29.       print("gpadding")
  30.       end
  31.      
  32.      if  GuiService:IsTenFootInterface() then
  33.    
  34.       print("mosuing10")
  35.   else
  36.       print("g10")
  37.       end
  38.    
  39.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement