Quote Originally Posted by ORDI View Post
example: an elevator which is moving and suddenly, there is something which spawn and it block the elevator so it cant move correctly.
check every entity with
PHP Code:
entity isTouchingplayer 
like every second, and if some players that are touching the entity AND not change their position AND while your entity should move AND is also not changing its position, you could set the players origin or kill'em