Reference API Roblox

Engine API

Website

Related

Reference API Roblox

HapticEffectType

Enum used alongside HapticEffect.Type.

Items 6

HistoryNameValueDescription
655Custom0

Allows for application of a custom haptic waveform through the HapticEffect:SetWaveformKeys() method.

655UIHover1

Useful for when a player browses over an object (often a UI object) without the intention of triggering its action; it can also alert the player that they have browsed over an interactable object. This effect type is subtle and does not disrupt the gameplay experience.

655UIClick2

Useful for when a player has selected an object (often a UI object) with the intention of triggering its action. This effect type is crisp and it provides immediate feedback without being overwhelming.

655UINotification3

Useful for when there is an inbound message that should draw the player's attention away from their current gameplay and prompt them that the notification requires immediate attention or action.

655GameplayExplosion4

Useful to signify a large-scale physics event that triggers impact across a large portion of a given scene. This effect is high intensity in order to represent the magnitude of the impact and it lingers for a longer period of time than GameplayCollision.

655GameplayCollision5

This effect is a large immediate rumble that dies down quickly, useful to signify a clear and purposeful impact between objects.

Description

Enum used alongside HapticEffect.Type.

History 17

Settings