Hey, I’m working on a mode and I need players to stay in a area, Is there a way to create “walls” or invisible barriers that damage or kill the player if they cross it?
I made this code to help me place sphere effects so I could create off-limits areas. I figured it might be useful for other people, so I’m sharing the code:
BXMWV
[Overwatch workshop - Effect placer helper tool]
NOTE: This is just a basic tool, I didn’t want to spend too much time making it as I found it useful enough like this
What it does:
It lets you place effects and resize them, and save their position and radius to global arrays so you can screenshot the values in the works…
Especially the collision detection might be what you want.