Emote on click
Emote emojis on click.â
Make an avatar emote when needed!
Processâ
- Place a vox model or a button for the sake of this example
- place the following script on the feature:
feature.on('click',e=>{
e.player.emote('đ')
})
// For a list of supported emojis
// use: console.log(emojis)
- if you want this to happen on a trigger instead of click, replace 'click' with 'trigger'
What happensâ
The scripts obtains the player from the click and generate emotes around the player.