HuamanoidRootPart

-Welded the torso to a anchored part and the HumanoidRootPart was still moving.
-Tried to weld the HumanoidRootPart to the anchored block and it broke the script.
-Tried Anchoring the HumanoidRootPart, and still it wouldn’t work.

It’s annoying the development of my game, someone please fix it?

What are you trying to do, exactly?

More info on this witchcraft?

So, essentially, what you’re trying to do is “freeze” players into place?

yea

Then just use the ControllerService.

Something like this:

local controller = game:GetService("ControllerService") local control = controller:GetChildren()[1] -- I think

Simply set control’s parent to nil to disable the controls, or set it to controller to re-establish the controls.