Am I doing something wrong here? I tried this before and still getting the same error.
local Token = Replica.Token("Enemy")
local replica = Replica.New({
Token = Token,
Tags = {EnemyID = enemy.UniqueID},
Data = {
Position = Vector3.new(),
Alive = true,
ID = enemy.UniqueID,
Name = name
}
})
replica:Replicate()
hey loleris i’ve been using replica on my new project instead of replica service, it feels more smooth and all but i can’t quite understand why have you decided on removing the ListenToArrayInsert ListenToArraySet connections in this module and mixed Set, SetValues, tableInsert, TableRemove actions all together in one listener function? it feels unethical compared to when they all had their own listener functions (Especially Talking about Table Insert)