Invisible barriers/walls (Rust)
A way to make an invisible wall / barrier / floor that players can't pass through but can't see.
Possbile
In response to Orange ():
Possbile
By a plugin or invisible skins on carpets ?
In response to northox ():
By a plugin or invisible skins on carpets ?
Nope, its possible via one interesting bug with BaseEntity.

I will spawn a wall only on server-side and client will not able to see it, but server will knock him back
In response to northox ():
By a plugin or invisible skins on carpets ?
Could you do the invisible skins on carpet. I've seen it used alot but no clue how it's done
In response to Wahoo ():
Could you do the invisible skins on carpet. I've seen it used alot but no clue how it's done
I do it when i have 2 minutes ?
In response to Wahoo ():
Could you do the invisible skins on carpet. I've seen it used alot but no clue how it's done
they will be breakable 
Make bounds and just move player position back when he crosses it? Nah?
In response to northox ():
I do it when i have 2 minutes ?
Thanks :)