Exports

All exports only work on the client side.

EmoteCommandStart

exports["tgiann-emotes"]:EmoteCommandStart(animationName, textureVariationIndex)
  • animationName: string

  • textureVariationIndex?: number


EmoteCancel

exports["tgiann-emotes"]:EmoteCancel()

SetWalkStyle

exports["tgiann-emotes"]:SetWalkStyle(styleName)
  • styleName: string


GetWalkStyle

local styleName = exports["tgiann-emotes"]:GetWalkStyle()
  • styleName: string | null


GetCurrentEmote

  • animationName: string | null


IsPlayerPointing

  • isPointing: boolean


CanCancelAnimation

  • canCancel: boolean


IsPlayerInHandsUp

  • isHandsUpActive: boolean

Last updated