I am working on a controller only game, and i have button triggered events, such as picking up a nearby item and whatnot. If i were to do that for a ladder. EG: Pressing A would make your character begin to climb up/down the ladder without using roblox's climbing.
How should i proceed for the part where the character goes up and down? Any ideas/help is appreciated!
You could always make the ladder CanCollide. Once the player presses, "A", The CanCollide will turn off.