How to get image of Enum.KeyCode.LeftSuper/RightSuper

I tried doing

  12:28:20.544  > print(game.UserInputService:GetImageForKeyCode(Enum.KeyCode.LeftSuper))  -  Studio
  12:28:20.545    -  Edit

But it prints nothing Please help

cant
you gotta use your own icon

No I am doing this so I can check if user is on MacOS or Windows

there is one deprecated property in guiservice that might help

use uis.mouseenabled to check if the player is on pc then try to use this property
ill try it and ill get back to you

image
works, returns false if they are on macos or linux

Yes I know about that but what about MacOS

1 Like

But how would I know if they are on MacOS then?

it just returns false, win = true, other os = false

1 Like

Bro :skull: How do I check if they are on MacOS when IsWindows is false

broski

if game.GuiService.IsWindows then print("Windows") else print("Other OS, most likely MacOS or linux") end there

1 Like

Blud :pray:
"most likely" Ain’t gonna cut it I’m asking exact OS

I’m on my knees Bro I need this speeeeed :sob:

man dont blame me blame roblox

1 Like

There isn’t anything to find… They are not in Roblox…
You’ll have to upload a free use pictures or make a few yourself.

Flaticon is a good resource for things like this.
Command key and Windows logo

1 Like

No, I am doing this to see if User is on MacOS or Windows

is your game macOS only or something :sob:

why do you need to check first of all

To see if the User is on MacOS Or windows

let me rephrase my question

why do you need to check

what part of your game needs this? is this some info bot or something

i just dont see the plan where you need to be this specific and accurate. :thinking:

1 Like

Can I ask the crux of the issue? The “why”. Not restating you want/need it…

Do you want to know if the player is using a Mac keyboard or their os? Because I can plug in a Windows-based keyboard to a Mac os laptop.

Mac os is not detectable. Mac keyboard keys seem to be:

I have a mac, windows laptop, and windows-based keyboard I can plug into both for testing if you’d like.


Other posts related to this:

2 Likes

Yes I need it for something that tells the user their operating system

1 Like