Rpemotes-reborn
  • 👋Welcome to rpemotes-reborn!
  • Overview
    • âœĻOur Features
  • Fundamentals
    • 🛠ïļGetting set up
      • ðŸŽŪEnforcing Gamebuilds
        • ⚙ïļOnesync Infinity
      • âŒĻïļKeybinds/Commands
      • ðŸĪŠRagdoll
      • 👆Finger Pointing
      • 🙌Hands Up
      • 🔉Crouching
      • 🔈Crawling
      • 😒Moods / Walk styles
      • 📷No Idle Cam
      • 🔭Binoculars
      • 🗞ïļNews Camera
      • ⭐Favorite Emote
      • 🔞Adult Emotes
      • 🐕Animal Emotes
  • For Developers
    • ‾ïļImportant note
      • ⏭ïļExit Emotes
      • ⮇ïļProp Extractor
      • ðŸ•đïļCustom Emotes & Props
      • 🧑‍ðŸĪâ€ðŸ§‘Shared Emotes
      • ðŸĶīPed Bones
      • âœĻParticle Effects
      • ðŸ–ĨïļExports
    • âĪïļCredits
    • 📜Licensing
Powered by GitBook
On this page
  • Rpemotes-reborn Exports
  • You can read here for more info on exports.
  1. For Developers
  2. Important note

Exports

Rpemotes-reborn Exports

The following exports can be implemented into your scripts.

exports["rpemotes-reborn"]:EmoteCommandStart(emoteName, textureVariation)
exports["rpemotes-reborn"]:EmoteCancel(forceCancel) – forceCancel is optional
exports["rpemotes-reborn"]:CanCancelEmote(state)
exports["rpemotes-reborn"]:IsPlayerCrouched()
exports["rpemotes-reborn"]:IsPlayerProne()
exports["rpemotes-reborn"]:StopPlayerProne(force) -- force is optional
exports["rpemotes-reborn"]:GetPlayerProneType() -- returns the type of prone the player is in, either "onfront" or "onback"
exports["rpemotes-reborn"]:IsPlayerCrawling()
exports["rpemotes-reborn"]:IsPlayerPointing()
exports["rpemotes-reborn"]:IsPlayerInAnim() -- returns current animation name or nil
exports["rpemotes-reborn"]:IsPlayerInHandsUp()
exports["rpemotes-reborn"]:toggleBinoculars()
exports["rpemotes-reborn"]:toggleNewscam()
exports["rpemotes-reborn"]:getWalkstyle() -- Gets walk style of player, used to detect certain walk. useful for applying effects while doing certain walks like tripping or other "funny" effects.
exports["rpemotes-reborn"]:setWalkstyle(name, force) -- name = "move_m@alien" or any other, force = optional bool. Lets you set or force a walk style, useful for scripts like retrieving a style before drinking and restoring it after sobering up.
exports["rpemotes-reborn"]:toggleWalkstyle(bool, message) -- bool to allow the user to change their walkstyle in the menu or not / message to show the user (optional, default is :"You are unable to change your walking style right now.")"

You can read here for more info on exports.

PreviousParticle EffectsNextCredits

Last updated 5 days ago

‾ïļ
ðŸ–Ĩïļ