This shouldn’t be too hard but I didn’t see any other forum posts asking and there was no documentation I could find that shows how to do this.
As the title says, all I am trying to do is force a player to climb on a part similar to how you can force players to sit on a seat. Let me know if this is possible or if not, any sketchy work around ideas id also highly appreciate
edit: thank you so much everybody, solution was found by mc7oof
humanoidRootPart.CFrame = CFrame.new(part.Position + Vector3.new(0, 3, 0)) idk if this will work but maybe if you get the humanoid root part and do this. i think this will only get them on the ladder and the climbing state, but do you mean it actually makes them climb all the way to the top?