I want to judge whether the creative_device obtained with GetCreativeObjectsWithTag is the corresponding device.

I don’t think conditional_button_device are comparable objects. You could try comparing their position instead ? :person_shrugging:

if (Condition_Button.GetTransform().Translation = conditional_10_1.GetTransform().Translation):

But be aware that forgetting to plug conditional_10_1 will result in a server crash

2 Likes