Roblox API Reference

HapticService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (4)

Type Member History
Tuple GetMotor (UserInputType inputType, VibrationMotor vibrationMotor)
bool IsMotorSupported (UserInputType inputType, VibrationMotor vibrationMotor)
bool IsVibrationSupported (UserInputType inputType)
null SetMotor (UserInputType inputType, VibrationMotor vibrationMotor, Tuple vibrationValues) 573
57 members inherited from Instance

History

Members

GetMotor On DevHub

Name Type Default
inputType UserInputType none
vibrationMotor VibrationMotor none

IsMotorSupported On DevHub

Name Type Default
inputType UserInputType none
vibrationMotor VibrationMotor none

IsVibrationSupported On DevHub

Name Type Default
inputType UserInputType none

SetMotor On DevHub

Name Type Default
inputType UserInputType none
vibrationMotor VibrationMotor none
vibrationValues Tuple none

History

Relevant enums (2)