- What do you want to achieve? Make a noclip script for my admin commands
I was wondering for a long time what the least scuffed solution would be (physics-based flight is usually kind of wonky and I can’t think of any way to go through walls except for making everything not CanCollide on the client (I’ve tried making the character not cancollide before and it doesn’t seem to work)) and after a while I came up with an amazing idea: Anchor the HRP and move it manually when input is detected.
-
What is the issue? Anchored parts don’t replicate, even if they are parented to the character
-
What solutions have you tried so far?
- Temporarily unanchor the hrp, which just instantly clips you back out of walls
- (Adding a
RemoteEvent
to move the character would 1. Make every single exploiter curious if I had anticheat and take it as a challenge and 2. Ruin my “only replicate what is necessary for commands which have already been run” philosophy) - Ask ChatGPT how the hackers do it, to which it started hallucinating “Set network ownership: Gives them authority to move the character
Avoid remote events: Keeps things clean and stealthy”
I would like something kinda like what exploiters do and minimize bloat.