How do I enable emotes in my game? My StarterPlayer properties have user emotes enabled
But it says emotes are disabled in game…
1 Like
The issue may be because you have it set at R6/R15, I don’t remember which one allows emotes. But I will assume that is the reason.
When you do want to, go to Game Settings < Avatar < Change It to R6 or R15, which I don’t remember which actually allows it. Then save it. Also try to check your avatar if it is R6 or R15, there is a chance it is also because of your avatar mode.
1 Like
Its either u are in r6 or you have a script that diables it
Im assuming its the first option
1 Like
imm using the r15 in my game, how would you disable it with code?
1 Like
Disable emotes?
I think its this
game.Starterplayer.UserEmotesEnabled.Enabled = true
--something like that, I cannot script
1 Like