I am making Cliffhangers (Price Is Right yodely guy game), and using velocity to make him climb. I used this but I realized this is for the whole model. How do I cahnge this for ONE part?
game.Workspace:GetChildren(parts) for i,v in pairs do if i.ClassName == "Part" then i.Anchored = true end --mouseclick thing goes here