fix: make player undetectable by the security robot when transformed into a prop #45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "noahg/fix-make-transformed-player-undetectable-by-security-bots"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This fixes an issue where the security bot would still detect the player while the player is transformed into a prop.
When transitioning into or out of the transformed state the player's collision layer is swapped to Environment / 2 and back to Player / 1, respectively.
Thanks! Been meaning to do this for a while 🙏