local MOVE_SPEED_MULTIPLIER = 1 local JUMP_POWER_MULTIPLIER = 8 local FALL_SPEED_MULTIPLIER = 8 local function adjustMovementSpeeds(character) local humanoid = character:FindFirstChild("Humanoid") if ...