Client Coloring

Also, Infinite yield possible on ‘Workspace.sebi210:WaitForChild(“Right Leg”)’

Change “Right Leg” to RightLowerLeg and see if that works.

A debounce would only speed it up if there was expensive code running that the debounce stopped. But if your just changing a value, the speed difference is very negligible. In this case your debounce statement is almost as expensive as the actual operation.

2 Likes

Thanks, it worked. Thanks for your time.