Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how can i simulate nocollisionconstraints on client?

Asked by 3 years ago

I'm trying to make pretty much an antifling script on client (so the server can handle more) and i don't want to mess with replication. My solution is to simulate nocollisionconstraints (basically make other players parts not collide with only the local player's parts) because you can't really use collisiongroups for nocollisionconstraints. I don't want to use .cancollide because if the local player has network ownership of a part, and the other player hits it, it wont move. messy stuff. How would I do this?

0
to elaborate on the "not being able to use collisiongroups," you cant set them on client. just a bit of context. Necryption 0 — 3y

Answer this question