I’ve been trying to make a zone where you can’t place blocks because I have found that in my game you can defeat sentries easily by blocking them up, and I don’t want to remove blocks because they’re important in my game.
I’m not sure if that’s possible in GKC
Just use a barrier. I think no collision barriers make it impossible to place blocks, right?
Thanks! I’ll use that for sure,
If you found a solution, mark one please.
my boy, I got you
what you gotta do is Create a zone: Define the area where you want to restrict block placement.
Place a barrier: Create a barrier within the defined zone.
Set barrier properties: Make the barrier invisible (alpha=0) so players don’t see it. Ensure the barrier has collision enabled. Set the activation scope to “player”.
Wire the zone and barrier: Connect the zone to the barrier in the blocks panel. When a player enters the zone, activate the barrier. When a player exits the zone, deactivate the barrier.
Test: Make sure the barrier is active when a player is inside the zone and inactive when they are outside.