Add :noCollideWorld #2780
Closed
Isemenuk27
started this conversation in
Suggestions
Replies: 3 comments 1 reply
-
--> sv: Expression 2 (111): Runtime error 'You are not the owner of the entity!' at line 5, char 9 gm_aknevo_morning.2023-10-5.18-12-36.webm |
Beta Was this translation helpful? Give feedback.
1 reply
-
Shouldn't need a separate function for this, just allow making nocollide constraints to the world. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can make entity have no collisions with world entity via Lua "constraint.NoCollide( Ent, game.GetWorld(), 0, 0 )", but cant do with E2 in multiplayer as you dont/cant own world entity.
Beta Was this translation helpful? Give feedback.
All reactions