[Networking] Error with a particular puppet variable, not with others

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By OGnTn

ERROR: RSET ‘repl_blend’ is not allowed on node /root/main_world/1 from: 1. Mode is 0, master is 1.

This error presents itself when I try and set a puppet variable in my player script, in an if(is_network_master()) block. I have two other puppet variables called repl_position and repl_rotation, which work fine and positions and translations are synced over the network.

Now when I try and manipulate “repl_blend”, which is a variable which I use to set a parameter in an Animationtree, that error get’s thrown a bunch and animations are not fixed. The error only happens on the client that joins, not the server, but there animations are also not synced.

I can send my code if neccesary.
Can anyone help? Thanks!

:bust_in_silhouette: Reply From: Allen Kennedy Jr.

did you set the variable as remote setable with

rset_config(“repl_blend”, MultiplayerAPI.RPC_MODE_REMOTE)