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?