UserInputService
Properties
Functions
Example
game.Universe.UserInputService.OnUserInput(function(Input)
if input == Enum.UserInput.A then
end
end)Last updated
Was this helpful?
game.Universe.UserInputService.OnUserInput(function(Input)
if input == Enum.UserInput.A then
end
end)Last updated
Was this helpful?
Was this helpful?