Hi @new_pystronaut_6 ,
It seems like you’re using the client uplink key. Just to clarify, the client uplink has limited capabilities. It can’t register callable functions, but only call existing ones.
To address this, consider using the server uplink instead. This will give you the ability to both register and call functions.
Let me know if that helps!