Can the collection service run one function for two objects simultaneously? I made a door system using the collection service but recently found a huge vulnerability when two doors are opened at the same time by one person. It ends with both at awkward angles and it seems that the collection service moved both using the same function for one. I'm doubt I worded this properly so feel free to @ me for questions.
#Collection Service Door System
2 messages · Page 1 of 1 (latest)
For more detail: I have a debounce that stops the door from being interacted with while it is activated. It is a boolean value within the door model and it is effective in stopping it from being activated while it is moving. However, if two proximity prompts are within activation distance at the same time, both doors will be activated and seemingly bypass the debounce in a sense that both open way too wide or close too far.