SyncVarSyncGetOn this pageSyncVar.SyncGet() Retrieves the (synchronized) value of the Synchronized variable. Returns: typeDescriptionanySynchronized value of the variable. Usage ---@type SyncVarlocal syncvar;local val0 = syncvar.SyncGet()