How do i detect when a player presses "Enter"

im trying to detect when a player presses enter here;

UIS.InputBegan:Connect(function(Yeha)
	if Yeha == Enum.KeyCode.
end)

You can see i stopped workign on this because one issue
I cant find out how to detect the enter key. only thing i can find is the numpad enter, not the actual enter key. so how do i check for that?

The way roblox sets it out is so that Num Pad Enter is designated simply as Enter

Now for the “actual enter key” it’s Return

So Enum.Keycode.Return

1 Like

ok thank you
char limittttttttt

1 Like

Wait but @RealCalculus got it. You should mark theirs. I like to play fair, whoever answers first gets the solution

No worries, you explained it better!

1 Like

Nah I like to play it fair and square. You deserve it :saluting_face:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.